Skip to content

Commit 4b1adce

Browse files
authored
Merge pull request #626 from thebuilder/fix/missing-setup-warning
2 parents 5af1a75 + 11d5ef5 commit 4b1adce

File tree

4 files changed

+2472
-2030
lines changed

4 files changed

+2472
-2030
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,27 +125,27 @@
125125
"@size-limit/preset-small-lib": "^8.2.4",
126126
"@testing-library/jest-dom": "^5.16.5",
127127
"@testing-library/react": "^14.0.0",
128-
"@types/jest": "^29.4.0",
129-
"@types/react": "^18.0.28",
130-
"@types/react-dom": "^18.0.11",
131-
"@typescript-eslint/eslint-plugin": "^5.54.0",
132-
"@typescript-eslint/parser": "^5.54.0",
133-
"eslint": "^8.35.0",
128+
"@types/jest": "^29.5.2",
129+
"@types/react": "^18.2.7",
130+
"@types/react-dom": "^18.2.4",
131+
"@typescript-eslint/eslint-plugin": "^5.59.8",
132+
"@typescript-eslint/parser": "^5.59.8",
133+
"eslint": "^8.41.0",
134134
"eslint-plugin-import": "^2.27.5",
135135
"eslint-plugin-jsx-a11y": "^6.7.1",
136136
"eslint-plugin-react": "^7.32.2",
137137
"eslint-plugin-react-hooks": "^4.6.0",
138-
"jsdom": "^21.1.0",
139-
"lint-staged": "^13.1.2",
138+
"jsdom": "^22.1.0",
139+
"lint-staged": "^13.2.2",
140140
"microbundle": "^0.15.1",
141141
"npm-run-all": "^4.1.5",
142-
"prettier": "^2.8.4",
142+
"prettier": "^2.8.8",
143143
"react": "^18.2.0",
144144
"react-dom": "^18.2.0",
145145
"simple-git-hooks": "^2.8.1",
146146
"size-limit": "^8.2.4",
147147
"typescript": "^4.9.5",
148-
"vitest": "^0.29.2"
148+
"vitest": "^0.31.3"
149149
},
150150
"pnpm": {
151151
"peerDependencyRules": {

0 commit comments

Comments
 (0)