Skip to content

Commit 12ae0ea

Browse files
authored
chore: upgrade devdeps (#1243)
1 parent a5625c2 commit 12ae0ea

File tree

4 files changed

+696
-682
lines changed

4 files changed

+696
-682
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"pnpm": ">=7.x"
1212
},
1313
"devDependencies": {
14-
"@babel/core": "7.21.0",
15-
"@babel/eslint-parser": "7.19.1",
14+
"@babel/core": "7.21.3",
15+
"@babel/eslint-parser": "7.21.3",
1616
"@babel/plugin-transform-runtime": "7.21.0",
1717
"@babel/preset-env": "7.20.2",
1818
"@babel/preset-react": "7.18.6",
1919
"@babel/preset-typescript": "7.21.0",
2020
"@changesets/changelog-github": "0.4.8",
21-
"@changesets/cli": "2.26.0",
21+
"@changesets/cli": "2.26.1",
2222
"@commitlint/cli": "17.4.4",
2323
"@commitlint/config-conventional": "17.4.4",
2424
"@rollup/plugin-babel": "6.0.3",
@@ -27,29 +27,29 @@
2727
"@scaleway/tsconfig": "workspace:*",
2828
"@testing-library/jest-dom": "5.16.5",
2929
"@testing-library/react": "13.4.0",
30-
"@tsd/typescript": "4.9.5",
31-
"@types/jest": "29.4.0",
32-
"@types/node": "18.14.6",
30+
"@tsd/typescript": "5.0.2",
31+
"@types/jest": "29.5.0",
32+
"@types/node": "18.15.5",
3333
"@types/prop-types": "15.7.5",
3434
"@types/react": "18.0.28",
3535
"@types/react-dom": "18.0.11",
3636
"builtin-modules": "3.3.0",
3737
"cross-env": "7.0.3",
38-
"eslint": "8.35.0",
38+
"eslint": "8.36.0",
3939
"husky": "8.0.3",
4040
"jest": "29.5.0",
4141
"jest-environment-jsdom": "29.5.0",
4242
"jest-junit": "15.0.0",
4343
"jest-localstorage-mock": "2.4.26",
4444
"jest-runner-tsd": "5.0.0",
45-
"lint-staged": "13.1.2",
45+
"lint-staged": "13.2.0",
4646
"mockdate": "3.0.5",
47-
"prettier": "2.8.4",
47+
"prettier": "2.8.6",
4848
"react": "18.2.0",
4949
"react-dom": "18.2.0",
5050
"read-pkg": "7.1.0",
51-
"rollup": "3.18.0",
52-
"rollup-plugin-dts": "5.2.0",
51+
"rollup": "3.20.0",
52+
"rollup-plugin-dts": "5.3.0",
5353
"rollup-plugin-preserve-shebangs": "0.2.0",
5454
"rollup-plugin-visualizer": "5.9.0",
5555
"tsd-lite": "0.7.0",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint": ">= 8.5"
3535
},
3636
"devDependencies": {
37-
"eslint": "8.35.0",
37+
"eslint": "8.36.0",
3838
"typescript": "4.9.5"
3939
}
4040
}

packages/use-query-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"devDependencies": {
4141
"react": "18.2.0",
4242
"react-dom": "18.2.0",
43-
"react-router-dom": "6.8.2"
43+
"react-router-dom": "6.9.0"
4444
}
4545
}

0 commit comments

Comments
 (0)