Skip to content

Commit 8929ba9

Browse files
committed
bump node deps/dev deps
1 parent f54887b commit 8929ba9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,37 +42,37 @@
4242
"node": ">= 14"
4343
},
4444
"devDependencies": {
45-
"@babel/cli": "^7.19.3",
46-
"@babel/core": "^7.20.5",
45+
"@babel/cli": "^7.20.7",
46+
"@babel/core": "^7.20.7",
4747
"@babel/plugin-transform-runtime": "^7.19.6",
4848
"@babel/preset-env": "^7.20.2",
4949
"@babel/preset-react": "^7.18.6",
5050
"@babel/preset-typescript": "^7.18.6",
5151
"@rollup/plugin-babel": "^6.0.3",
5252
"@rollup/plugin-replace": "^5.0.2",
53-
"@rollup/plugin-terser": "^0.2.0",
53+
"@rollup/plugin-terser": "^0.2.1",
5454
"@rollup/plugin-typescript": "^10.0.1",
55-
"@storybook/addon-storysource": "^6.5.14",
56-
"@storybook/addons": "^6.5.14",
57-
"@storybook/builder-webpack5": "^6.5.14",
58-
"@storybook/manager-webpack5": "^6.5.14",
59-
"@storybook/react": "^6.5.14",
60-
"@storybook/theming": "^6.5.14",
55+
"@storybook/addon-storysource": "^6.5.15",
56+
"@storybook/addons": "^6.5.15",
57+
"@storybook/builder-webpack5": "^6.5.15",
58+
"@storybook/manager-webpack5": "^6.5.15",
59+
"@storybook/react": "^6.5.15",
60+
"@storybook/theming": "^6.5.15",
6161
"@testing-library/jest-dom": "^5.16.5",
6262
"@testing-library/react": "^13.4.0",
6363
"@testing-library/user-event": "^14.4.3",
6464
"@types/jest": "^29.2.4",
6565
"@types/node": "^18.11.17",
6666
"@types/react": "^18.0.26",
67-
"@types/react-dom": "^18.0.9",
67+
"@types/react-dom": "^18.0.10",
6868
"@types/react-window": "^1.8.5",
6969
"@types/styled-components": "^5.1.26",
70-
"@typescript-eslint/eslint-plugin": "^5.46.1",
71-
"@typescript-eslint/parser": "^5.46.1",
70+
"@typescript-eslint/eslint-plugin": "^5.47.0",
71+
"@typescript-eslint/parser": "^5.47.0",
7272
"babel-jest": "^29.3.1",
7373
"babel-loader": "^9.1.0",
7474
"babel-plugin-styled-components": "^2.0.7",
75-
"chromatic": "^6.13.1",
75+
"chromatic": "^6.14.0",
7676
"cross-env": "^7.0.3",
7777
"eslint": "^8.30.0",
7878
"eslint-config-prettier": "^8.5.0",
@@ -89,7 +89,7 @@
8989
"react-toastify": "^9.1.1",
9090
"react-window": "^1.8.8",
9191
"rimraf": "^3.0.2",
92-
"rollup": "^3.7.5",
92+
"rollup": "^3.8.1",
9393
"styled-components": "^5.3.6",
9494
"typescript": "^4.9.4",
9595
"webpack": "^5.75.0"
@@ -116,6 +116,6 @@
116116
"chromatic": "chromatic --force-rebuild --auto-accept-changes --exit-zero-on-changes"
117117
},
118118
"dependencies": {
119-
"@babel/runtime": "^7.20.6"
119+
"@babel/runtime": "^7.20.7"
120120
}
121121
}

0 commit comments

Comments
 (0)