Skip to content

Commit a53e542

Browse files
committed
bump node dev deps
1 parent c027efc commit a53e542

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@
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.0",
71-
"@types/node": "^18.11.4",
72-
"@types/react": "^18.0.22",
73-
"@types/react-dom": "^18.0.7",
70+
"@types/jest": "^29.2.1",
71+
"@types/node": "^18.11.8",
72+
"@types/react": "^18.0.24",
73+
"@types/react-dom": "^18.0.8",
7474
"@types/react-window": "^1.8.5",
7575
"@types/styled-components": "^5.1.26",
76-
"@typescript-eslint/eslint-plugin": "^5.41.0",
77-
"@typescript-eslint/parser": "^5.41.0",
76+
"@typescript-eslint/eslint-plugin": "^5.42.0",
77+
"@typescript-eslint/parser": "^5.42.0",
7878
"babel-jest": "^29.2.2",
79-
"babel-loader": "^8.2.5",
79+
"babel-loader": "^9.0.1",
8080
"babel-plugin-styled-components": "^2.0.7",
81-
"chromatic": "^6.10.5",
81+
"chromatic": "^6.11.3",
8282
"cross-env": "^7.0.3",
8383
"enzyme": "^3.11.0",
8484
"eslint": "^8.26.0",
@@ -95,9 +95,9 @@
9595
"react-dom": "^18.2.0",
9696
"react-syntax-highlighter": "^15.5.0",
9797
"react-toastify": "^9.0.8",
98-
"react-window": "^1.8.7",
98+
"react-window": "^1.8.8",
9999
"rimraf": "^3.0.2",
100-
"rollup": "^3.2.3",
100+
"rollup": "^3.2.4",
101101
"rollup-plugin-terser": "^7.0.2",
102102
"styled-components": "^5.3.6",
103103
"typescript": "^4.8.4",
@@ -125,6 +125,6 @@
125125
"chromatic": "chromatic --force-rebuild --auto-accept-changes"
126126
},
127127
"dependencies": {
128-
"@babel/runtime": "^7.19.4"
128+
"@babel/runtime": "^7.20.0"
129129
}
130130
}

0 commit comments

Comments
 (0)