Skip to content

Commit 24d9c37

Browse files
authored
chore: upgrade devDeps (#1291)
* chore: upgrade devDeps * chore: upgrade devDeps
1 parent aa9fc3f commit 24d9c37

File tree

2 files changed

+229
-163
lines changed

2 files changed

+229
-163
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"@babel/preset-typescript": "7.21.4",
2020
"@changesets/changelog-github": "0.4.8",
2121
"@changesets/cli": "2.26.1",
22-
"@commitlint/cli": "17.5.1",
23-
"@commitlint/config-conventional": "17.4.4",
22+
"@commitlint/cli": "17.6.1",
23+
"@commitlint/config-conventional": "17.6.1",
2424
"@rollup/plugin-babel": "6.0.3",
2525
"@rollup/plugin-node-resolve": "15.0.2",
2626
"@scaleway/eslint-config-react": "workspace:*",
2727
"@scaleway/tsconfig": "workspace:*",
2828
"@testing-library/jest-dom": "5.16.5",
2929
"@testing-library/react": "13.4.0",
30-
"@tsd/typescript": "5.0.3",
31-
"@types/jest": "29.5.0",
32-
"@types/node": "18.15.11",
30+
"@tsd/typescript": "5.0.4",
31+
"@types/jest": "29.5.1",
32+
"@types/node": "18.16.1",
3333
"@types/prop-types": "15.7.5",
3434
"@types/react": "18.0.33",
3535
"@types/react-dom": "18.0.11",
@@ -39,16 +39,16 @@
3939
"husky": "8.0.3",
4040
"jest": "29.5.0",
4141
"jest-environment-jsdom": "29.5.0",
42-
"jest-junit": "15.0.0",
42+
"jest-junit": "16.0.0",
4343
"jest-localstorage-mock": "2.4.26",
4444
"jest-runner-tsd": "5.0.0",
45-
"lint-staged": "13.2.0",
45+
"lint-staged": "13.2.1",
4646
"mockdate": "3.0.5",
47-
"prettier": "2.8.7",
47+
"prettier": "2.8.8",
4848
"react": "18.2.0",
4949
"react-dom": "18.2.0",
50-
"read-pkg": "7.1.0",
51-
"rollup": "3.20.2",
50+
"read-pkg": "8.0.0",
51+
"rollup": "3.21.0",
5252
"rollup-plugin-dts": "5.3.0",
5353
"rollup-plugin-preserve-shebangs": "0.2.0",
5454
"rollup-plugin-visualizer": "5.9.0",

0 commit comments

Comments
 (0)