Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 0f58436

Browse files
chore(deps): update all non-major dependencies
1 parent 67942da commit 0f58436

File tree

3 files changed

+998
-2280
lines changed

3 files changed

+998
-2280
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
refs:
44
container: &container
55
docker:
6-
- image: node:18.16.0
6+
- image: node:18.19.1
77
working_directory: ~/repo
88
steps:
99
- &Versions

package.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -55,75 +55,75 @@
5555
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
5656
},
5757
"resolutions": {
58-
"@types/react": "18.2.7"
58+
"@types/react": "18.2.64"
5959
},
6060
"devDependencies": {
61-
"@babel/core": "7.22.1",
62-
"@babel/eslint-parser": "7.21.8",
61+
"@babel/core": "7.24.0",
62+
"@babel/eslint-parser": "7.23.10",
6363
"@babel/plugin-syntax-dynamic-import": "7.8.3",
64-
"@babel/preset-env": "7.22.4",
65-
"@babel/preset-react": "7.22.3",
66-
"@babel/preset-typescript": "7.21.5",
64+
"@babel/preset-env": "7.24.0",
65+
"@babel/preset-react": "7.23.3",
66+
"@babel/preset-typescript": "7.23.3",
6767
"@semantic-release/changelog": "6.0.3",
6868
"@semantic-release/git": "10.0.1",
69-
"@semantic-release/npm": "10.0.3",
69+
"@semantic-release/npm": "10.0.6",
7070
"@shopify/jest-dom-mocks": "4.2.0",
71-
"@storybook/addon-actions": "7.0.18",
71+
"@storybook/addon-actions": "7.6.17",
7272
"@storybook/addon-docs": "^7.0.4",
7373
"@storybook/addon-essentials": "^7.0.4",
7474
"@storybook/addon-interactions": "^7.0.4",
7575
"@storybook/addon-knobs": "7.0.2",
7676
"@storybook/addon-links": "^7.0.4",
77-
"@storybook/addon-mdx-gfm": "7.0.18",
77+
"@storybook/addon-mdx-gfm": "7.6.17",
7878
"@storybook/addon-notes": "5.3.21",
7979
"@storybook/addon-options": "5.3.21",
8080
"@storybook/blocks": "^7.0.4",
81-
"@storybook/cli": "7.0.18",
81+
"@storybook/cli": "7.6.17",
8282
"@storybook/manager-api": "^7.0.4",
8383
"@storybook/preset-create-react-app": "^7.0.4",
84-
"@storybook/react": "7.0.18",
85-
"@storybook/react-webpack5": "7.0.18",
86-
"@storybook/testing-library": "^0.1.0",
84+
"@storybook/react": "7.6.17",
85+
"@storybook/react-webpack5": "7.6.17",
86+
"@storybook/testing-library": "^0.2.0",
8787
"@storybook/theming": "^7.0.4",
88-
"@testing-library/react": "14.0.0",
88+
"@testing-library/react": "14.2.1",
8989
"@testing-library/react-hooks": "8.0.1",
90-
"@types/jest": "29.5.2",
91-
"@types/react": "18.2.7",
92-
"@typescript-eslint/eslint-plugin": "5.59.8",
93-
"@typescript-eslint/parser": "5.59.8",
90+
"@types/jest": "29.5.12",
91+
"@types/react": "18.2.64",
92+
"@typescript-eslint/eslint-plugin": "5.62.0",
93+
"@typescript-eslint/parser": "5.62.0",
9494
"babel-core": "6.26.3",
95-
"babel-loader": "9.1.2",
95+
"babel-loader": "9.1.3",
9696
"babel-plugin-dynamic-import-node": "2.3.3",
97-
"eslint": "8.41.0",
98-
"eslint-config-prettier": "8.8.0",
97+
"eslint": "8.57.0",
98+
"eslint-config-prettier": "8.10.0",
9999
"eslint-config-react-app": "7.0.1",
100100
"eslint-plugin-flowtype": "8.0.3",
101-
"eslint-plugin-import": "2.27.5",
102-
"eslint-plugin-jsx-a11y": "6.7.1",
101+
"eslint-plugin-import": "2.29.1",
102+
"eslint-plugin-jsx-a11y": "6.8.0",
103103
"eslint-plugin-prettier": "4.2.1",
104-
"eslint-plugin-react": "7.32.2",
104+
"eslint-plugin-react": "7.34.0",
105105
"eslint-plugin-react-hooks": "4.6.0",
106-
"eslint-plugin-storybook": "^0.6.11",
106+
"eslint-plugin-storybook": "^0.8.0",
107107
"fork-ts-checker-webpack-plugin": "8.0.0",
108108
"gh-pages": "5.0.0",
109109
"husky": "8.0.3",
110-
"jest": "29.5.0",
110+
"jest": "29.7.0",
111111
"jest-environment-jsdom": "^29.5.0",
112112
"jest-localstorage-mock": "2.4.26",
113-
"lint-staged": "13.2.2",
113+
"lint-staged": "13.3.0",
114114
"markdown-loader": "8.0.0",
115115
"prettier": "2.8.8",
116116
"prop-types": "^15.8.1",
117117
"react": "18.2.0",
118118
"react-dom": "18.2.0",
119119
"react-test-renderer": "18.2.0",
120-
"rimraf": "5.0.1",
121-
"semantic-release": "21.0.2",
122-
"storybook": "7.0.18",
123-
"ts-jest": "29.1.0",
124-
"ts-loader": "9.4.3",
125-
"ts-node": "10.9.1",
126-
"typescript": "5.0.4"
120+
"rimraf": "5.0.5",
121+
"semantic-release": "21.1.2",
122+
"storybook": "7.6.17",
123+
"ts-jest": "29.1.2",
124+
"ts-loader": "9.5.1",
125+
"ts-node": "10.9.2",
126+
"typescript": "5.4.2"
127127
},
128128
"config": {
129129
"commitizen": {
@@ -156,7 +156,7 @@
156156
]
157157
},
158158
"volta": {
159-
"node": "18.16.0",
160-
"yarn": "1.22.19"
159+
"node": "18.19.1",
160+
"yarn": "1.22.21"
161161
}
162162
}

0 commit comments

Comments
 (0)