Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
update new limit syntax
Browse files Browse the repository at this point in the history
squash this
  • Loading branch information
luongngocminh committed Jan 2, 2024
1 parent d554b02 commit 9dd57b3
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 521 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
]
},
"devDependencies": {
"@8xff/atm0s-media-js": "0.1.3-alpha.6",
"@rollup/plugin-terser": "^0.4.3",
"@8xff/atm0s-media-js": "0.1.3-alpha.7",
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/react": "^14.1.2",
"@types/eslint": "^8.44.3",
"@types/jest": "^29.5.5",
"@types/react": ">=16",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"@types/eslint": "^8.56.0",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.46",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react": ">=16",
"prettier": "^3.1.1",
"react": "^18.2.0",
"rollup": "^3.29.4",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"tslib": "^2.6.2",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2"
"typedoc": "^0.25.6",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3"
},
"scripts": {
"doc": "typedoc src/index.ts",
Expand Down
Loading

0 comments on commit 9dd57b3

Please sign in to comment.