Skip to content

Commit 6b77f13

Browse files
committed
Bump other deps
1 parent 971e6c1 commit 6b77f13

File tree

2 files changed

+808
-197
lines changed

2 files changed

+808
-197
lines changed

package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -57,29 +57,28 @@
5757
"tsc": "tsc"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "^7.19.0",
61-
"@types/node": "^18.7.16",
60+
"@babel/core": "^7.24.3",
61+
"@types/node": "^20.11.30",
6262
"@typescript-eslint/eslint-plugin": "^7.3.1",
6363
"@typescript-eslint/parser": "^7.3.1",
6464
"cross-env": "^7.0.3",
65-
"esbuild-extra": "^0.1.3",
65+
"esbuild-extra": "^0.3.1",
6666
"eslint": "^8.57.0",
6767
"eslint-config-react-app": "^7.0.1",
6868
"eslint-import-resolver-typescript": "^3.6.1",
6969
"eslint-plugin-import": "^2.29.1",
7070
"eslint-plugin-react": "^7.34.1",
7171
"eslint-plugin-react-hooks": "^4.6.0",
72-
"glob": "^8.0.3",
72+
"glob": "^10.3.10",
7373
"netlify-plugin-cache": "^1.0.3",
7474
"prettier": "^3.2.5",
75-
"rimraf": "^3.0.2",
76-
"rxjs": "^7.5.6",
77-
"tsup": "7.0.0",
75+
"rimraf": "^5.0.5",
76+
"rxjs": "^7.8.1",
77+
"tsup": "8.0.2",
7878
"typescript": "^5.4.2",
79-
"vitest": "^1.2.1"
79+
"vitest": "^1.4.0"
8080
},
8181
"resolutions": {
82-
"esbuild": "0.19.7",
8382
"@typescript-eslint/eslint-plugin": "7.3.1",
8483
"@typescript-eslint/parser": "7.3.1"
8584
},

0 commit comments

Comments
 (0)