Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 42f8f8a

Browse files
authored
chore(devDeps): upgrade deps (#572)
* chore(devDeps): upgrade deps * fix: update tests
1 parent e6329a6 commit 42f8f8a

File tree

9 files changed

+1205
-1192
lines changed

9 files changed

+1205
-1192
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"darwin",
2525
"linux"
2626
],
27-
"packageManager": "pnpm@7.12.2",
27+
"packageManager": "pnpm@7.17.1",
2828
"sideEffects": false,
2929
"main": "dist/index.js",
3030
"module": "dist/index.js",
@@ -119,31 +119,31 @@
119119
"react-dom": "18.x"
120120
},
121121
"devDependencies": {
122-
"@babel/core": "7.20.2",
122+
"@babel/core": "7.20.5",
123123
"@babel/eslint-parser": "7.19.1",
124124
"@babel/plugin-proposal-class-properties": "7.18.6",
125125
"@babel/plugin-transform-runtime": "7.19.6",
126126
"@babel/preset-env": "7.20.2",
127127
"@babel/preset-react": "7.18.6",
128128
"@babel/preset-typescript": "7.18.6",
129-
"@commitlint/cli": "17.2.0",
130-
"@commitlint/config-conventional": "17.2.0",
129+
"@commitlint/cli": "17.3.0",
130+
"@commitlint/config-conventional": "17.3.0",
131131
"@emotion/babel-plugin": "11.10.5",
132132
"@emotion/eslint-plugin": "11.10.0",
133133
"@emotion/jest": "11.10.5",
134134
"@emotion/react": "11.10.5",
135135
"@emotion/styled": "11.10.5",
136136
"@nivo/core": "0.80.0",
137137
"@nivo/tooltip": "0.80.0",
138-
"@rollup/plugin-babel": "6.0.2",
138+
"@rollup/plugin-babel": "6.0.3",
139139
"@rollup/plugin-node-resolve": "15.0.1",
140140
"@rollup/plugin-url": "8.0.1",
141141
"@scaleway/eslint-config-react": "3.10.2",
142142
"@scaleway/jest-helpers": "2.0.22",
143-
"@semantic-release/changelog": "6.0.1",
143+
"@semantic-release/changelog": "6.0.2",
144144
"@semantic-release/commit-analyzer": "9.0.2",
145145
"@semantic-release/git": "10.0.1",
146-
"@semantic-release/github": "8.0.6",
146+
"@semantic-release/github": "8.0.7",
147147
"@semantic-release/npm": "9.0.1",
148148
"@semantic-release/release-notes-generator": "10.0.3",
149149
"@storybook/addon-actions": "6.5.13",
@@ -162,34 +162,34 @@
162162
"@testing-library/react": "13.4.0",
163163
"@testing-library/user-event": "14.4.3",
164164
"@types/final-form-focus": "1.1.2",
165-
"@types/node": "18.11.9",
166-
"@types/react": "18.0.24",
167-
"@types/react-dom": "18.0.8",
165+
"@types/node": "18.11.10",
166+
"@types/react": "18.0.25",
167+
"@types/react-dom": "18.0.9",
168168
"babel-loader": "9.1.0",
169169
"babel-plugin-annotate-pure-calls": "0.4.0",
170170
"cross-env": "7.0.3",
171171
"cz-conventional-changelog": "3.3.0",
172172
"date-fns": "2.29.3",
173-
"eslint": "8.26.0",
173+
"eslint": "8.28.0",
174174
"eslint-plugin-mdx": "2.0.5",
175-
"husky": "8.0.1",
176-
"jest": "29.2.2",
177-
"jest-environment-jsdom": "29.2.2",
175+
"husky": "8.0.2",
176+
"jest": "29.3.1",
177+
"jest-environment-jsdom": "29.3.1",
178178
"jest-junit": "15.0.0",
179-
"lint-staged": "13.0.3",
180-
"prettier": "2.7.1",
179+
"lint-staged": "13.0.4",
180+
"prettier": "2.8.0",
181181
"prop-types": "15.8.1",
182182
"react": "18.2.0",
183183
"react-dom": "18.2.0",
184184
"read-pkg": "7.1.0",
185-
"regenerator-runtime": "0.13.10",
185+
"regenerator-runtime": "0.13.11",
186186
"require-from-string": "2.0.2",
187-
"rollup": "3.2.5",
187+
"rollup": "3.5.1",
188188
"rollup-plugin-dts": "5.0.0",
189189
"rollup-plugin-visualizer": "5.8.3",
190190
"semantic-release": "19.0.5",
191-
"typescript": "4.8.4",
192-
"webpack": "5.74.0"
191+
"typescript": "4.9.3",
192+
"webpack": "5.75.0"
193193
},
194194
"dependencies": {
195195
"@babel/runtime": "7.20.6",

0 commit comments

Comments
 (0)