Skip to content

Commit

Permalink
update dev dependencies except for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Aug 29, 2021
1 parent 2fb2847 commit baf9cb8
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 520 deletions.
12 changes: 6 additions & 6 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
}
},
"utils.js": {
"bundled": 10177,
"minified": 4646,
"gzipped": 1926,
"bundled": 10284,
"minified": 4684,
"gzipped": 1936,
"treeshaked": {
"rollup": {
"code": 45,
Expand All @@ -70,9 +70,9 @@
}
},
"utils.mjs": {
"bundled": 10177,
"minified": 4646,
"gzipped": 1926,
"bundled": 10284,
"minified": 4684,
"gzipped": 1936,
"treeshaked": {
"rollup": {
"code": 45,
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,39 +143,39 @@
"@rollup/plugin-typescript": "^8.2.5",
"@testing-library/react": "^12.0.0",
"@types/babel-plugin-macros": "^2.8.5",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.16",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/use-subscription": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-tester": "^10.1.0",
"concurrently": "^6.2.1",
"downlevel-dts": "^0.7.0",
"esbuild": "^0.12.19",
"esbuild": "^0.12.24",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.25.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"husky": "^7.0.2",
"jest": "^27.1.0",
"json": "^11.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.56.2",
"rollup": "^2.56.3",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-size-snapshot": "^0.12.0",
"shx": "^0.3.3",
"ts-jest": "^27.0.4",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "4.3.5"
},
"peerDependencies": {
"@babel/helper-module-imports": ">=7.12",
Expand Down
Loading

0 comments on commit baf9cb8

Please sign in to comment.