Skip to content

Commit c027efc

Browse files
committed
bump node dev deps
1 parent 8670e1c commit c027efc

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -48,46 +48,46 @@
4848
],
4949
"devDependencies": {
5050
"@babel/cli": "^7.19.3",
51-
"@babel/core": "^7.19.3",
51+
"@babel/core": "^7.19.6",
5252
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
5353
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
54-
"@babel/plugin-transform-runtime": "^7.19.1",
54+
"@babel/plugin-transform-runtime": "^7.19.6",
5555
"@babel/preset-env": "^7.19.4",
5656
"@babel/preset-react": "^7.18.6",
5757
"@babel/preset-typescript": "^7.18.6",
58-
"@rollup/plugin-babel": "^6.0.0",
59-
"@rollup/plugin-replace": "^5.0.0",
60-
"@rollup/plugin-typescript": "^9.0.1",
61-
"@storybook/addon-storysource": "^6.5.12",
62-
"@storybook/addons": "^6.5.12",
63-
"@storybook/builder-webpack5": "^6.5.12",
64-
"@storybook/manager-webpack5": "^6.5.12",
65-
"@storybook/react": "^6.5.12",
66-
"@storybook/theming": "^6.5.12",
58+
"@rollup/plugin-babel": "^6.0.2",
59+
"@rollup/plugin-replace": "^5.0.1",
60+
"@rollup/plugin-typescript": "^9.0.2",
61+
"@storybook/addon-storysource": "^6.5.13",
62+
"@storybook/addons": "^6.5.13",
63+
"@storybook/builder-webpack5": "^6.5.13",
64+
"@storybook/manager-webpack5": "^6.5.13",
65+
"@storybook/react": "^6.5.13",
66+
"@storybook/theming": "^6.5.13",
6767
"@testing-library/jest-dom": "^5.16.5",
6868
"@testing-library/react": "^13.4.0",
6969
"@testing-library/user-event": "^14.4.3",
70-
"@types/jest": "^29.1.2",
71-
"@types/node": "^18.11.0",
72-
"@types/react": "^18.0.21",
73-
"@types/react-dom": "^18.0.6",
70+
"@types/jest": "^29.2.0",
71+
"@types/node": "^18.11.4",
72+
"@types/react": "^18.0.22",
73+
"@types/react-dom": "^18.0.7",
7474
"@types/react-window": "^1.8.5",
7575
"@types/styled-components": "^5.1.26",
76-
"@typescript-eslint/eslint-plugin": "^5.40.1",
77-
"@typescript-eslint/parser": "^5.40.1",
78-
"babel-jest": "^29.2.0",
76+
"@typescript-eslint/eslint-plugin": "^5.41.0",
77+
"@typescript-eslint/parser": "^5.41.0",
78+
"babel-jest": "^29.2.2",
7979
"babel-loader": "^8.2.5",
8080
"babel-plugin-styled-components": "^2.0.7",
81-
"chromatic": "^6.10.2",
81+
"chromatic": "^6.10.5",
8282
"cross-env": "^7.0.3",
8383
"enzyme": "^3.11.0",
84-
"eslint": "^8.25.0",
84+
"eslint": "^8.26.0",
8585
"eslint-config-prettier": "^8.5.0",
8686
"eslint-plugin-prettier": "^4.2.1",
8787
"eslint-plugin-react": "^7.31.10",
8888
"eslint-plugin-react-hooks": "^4.6.0",
89-
"jest": "^29.2.0",
90-
"jest-environment-jsdom": "^29.2.0",
89+
"jest": "^29.2.2",
90+
"jest-environment-jsdom": "^29.2.2",
9191
"jest-enzyme": "^7.1.2",
9292
"npm-run-all": "^4.1.5",
9393
"prettier": "^2.7.1",
@@ -97,7 +97,7 @@
9797
"react-toastify": "^9.0.8",
9898
"react-window": "^1.8.7",
9999
"rimraf": "^3.0.2",
100-
"rollup": "^3.2.2",
100+
"rollup": "^3.2.3",
101101
"rollup-plugin-terser": "^7.0.2",
102102
"styled-components": "^5.3.6",
103103
"typescript": "^4.8.4",

0 commit comments

Comments
 (0)