Skip to content

Commit 174540d

Browse files
committed
chore: Update all dependencies
1 parent 5524641 commit 174540d

File tree

3 files changed

+170
-79
lines changed

3 files changed

+170
-79
lines changed

examples/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
},
1818
"devDependencies": {
1919
"@types/node": "18.11.18",
20-
"@types/react": "^18.0.26",
20+
"@types/react": "^18.0.27",
2121
"@types/react-dom": "^18.0.10",
2222
"encoding": "^0.1.13",
2323
"eslint-config-next": "13.1.2",
24-
"rimraf": "^4.0.4",
24+
"rimraf": "^4.1.1",
2525
"typescript": "4.9.4"
2626
}
2727
}

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"devDependencies": {
2525
"@tanstack/eslint-plugin-query": "^4.21.0",
2626
"@types/node": "18.11.18",
27-
"@types/react": "^18.0.26",
27+
"@types/react": "^18.0.27",
2828
"@types/react-dom": "^18.0.10",
29-
"@typescript-eslint/eslint-plugin": "^5.48.1",
30-
"@typescript-eslint/parser": "^5.48.1",
31-
"eslint": "^8.31.0",
32-
"eslint-plugin-react": "^7.32.0",
29+
"@typescript-eslint/eslint-plugin": "^5.48.2",
30+
"@typescript-eslint/parser": "^5.48.2",
31+
"eslint": "^8.32.0",
32+
"eslint-plugin-react": "^7.32.1",
3333
"react": "^18.2.0",
3434
"react-dom": "^18.2.0",
35-
"rimraf": "^4.0.4",
35+
"rimraf": "^4.1.1",
3636
"tsup": "^6.5.0",
3737
"typescript": "^4.9.4"
3838
},

0 commit comments

Comments
 (0)