Skip to content

Commit a4963e5

Browse files
committed
bump node dev deps
1 parent 795d6ab commit a4963e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
],
4949
"devDependencies": {
5050
"@babel/cli": "^7.19.3",
51-
"@babel/core": "^7.19.6",
51+
"@babel/core": "^7.20.2",
5252
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
5353
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
5454
"@babel/plugin-transform-runtime": "^7.19.6",
55-
"@babel/preset-env": "^7.19.4",
55+
"@babel/preset-env": "^7.20.2",
5656
"@babel/preset-react": "^7.18.6",
5757
"@babel/preset-typescript": "^7.18.6",
5858
"@rollup/plugin-babel": "^6.0.2",
@@ -67,16 +67,16 @@
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.2.1",
70+
"@types/jest": "^29.2.2",
7171
"@types/node": "^18.11.9",
72-
"@types/react": "^18.0.24",
72+
"@types/react": "^18.0.25",
7373
"@types/react-dom": "^18.0.8",
7474
"@types/react-window": "^1.8.5",
7575
"@types/styled-components": "^5.1.26",
7676
"@typescript-eslint/eslint-plugin": "^5.42.0",
7777
"@typescript-eslint/parser": "^5.42.0",
7878
"babel-jest": "^29.2.2",
79-
"babel-loader": "^9.0.1",
79+
"babel-loader": "^9.1.0",
8080
"babel-plugin-styled-components": "^2.0.7",
8181
"chromatic": "^6.11.4",
8282
"cross-env": "^7.0.3",
@@ -94,7 +94,7 @@
9494
"react": "^18.2.0",
9595
"react-dom": "^18.2.0",
9696
"react-syntax-highlighter": "^15.5.0",
97-
"react-toastify": "^9.1.0",
97+
"react-toastify": "^9.1.1",
9898
"react-window": "^1.8.8",
9999
"rimraf": "^3.0.2",
100100
"rollup": "^3.2.5",

0 commit comments

Comments
 (0)