Skip to content

Commit 100a060

Browse files
authored
chore: update deps (#1218)
1 parent a058043 commit 100a060

File tree

3 files changed

+402
-479
lines changed

3 files changed

+402
-479
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@
2727
"@testing-library/react": "13.4.0",
2828
"@tsd/typescript": "4.9.5",
2929
"@types/jest": "29.4.0",
30-
"@types/node": "18.14.2",
30+
"@types/node": "18.14.6",
3131
"@types/prop-types": "15.7.5",
3232
"@types/react": "18.0.28",
3333
"@types/react-dom": "18.0.11",
3434
"builtin-modules": "3.3.0",
3535
"cross-env": "7.0.3",
3636
"eslint": "8.35.0",
3737
"husky": "8.0.3",
38-
"jest": "29.4.3",
39-
"jest-environment-jsdom": "29.4.3",
38+
"jest": "29.5.0",
39+
"jest-environment-jsdom": "29.5.0",
4040
"jest-junit": "15.0.0",
4141
"jest-localstorage-mock": "2.4.26",
42-
"jest-runner-tsd": "4.0.0",
42+
"jest-runner-tsd": "5.0.0",
4343
"lerna": "6.5.1",
4444
"lint-staged": "13.1.2",
4545
"mockdate": "3.0.5",
4646
"prettier": "2.8.4",
4747
"react": "18.2.0",
4848
"react-dom": "18.2.0",
4949
"read-pkg": "7.1.0",
50-
"rollup": "3.17.3",
50+
"rollup": "3.18.0",
5151
"rollup-plugin-dts": "5.2.0",
5252
"rollup-plugin-preserve-shebangs": "0.2.0",
5353
"rollup-plugin-visualizer": "5.9.0",
54-
"tsd-lite": "0.6.0",
54+
"tsd-lite": "0.7.0",
5555
"typescript": "4.9.5",
5656
"wait-for-expect": "3.0.2"
5757
},

packages/eslint-config-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@emotion/eslint-plugin": "11.10.0",
21-
"@typescript-eslint/eslint-plugin": "5.54.0",
22-
"@typescript-eslint/parser": "5.54.0",
21+
"@typescript-eslint/eslint-plugin": "5.54.1",
22+
"@typescript-eslint/parser": "5.54.1",
2323
"eslint-config-airbnb": "19.0.4",
2424
"eslint-config-airbnb-typescript": "17.0.0",
25-
"eslint-config-prettier": "8.6.0",
25+
"eslint-config-prettier": "8.7.0",
2626
"eslint-plugin-deprecation": "1.3.3",
2727
"eslint-plugin-eslint-comments": "3.2.0",
2828
"eslint-plugin-import": "2.27.5",

0 commit comments

Comments
 (0)