Skip to content

Commit 407195d

Browse files
authored
Merge pull request #83 from slaclab/devagr/#67-update-dependencies
BLD: update all dependecies to latest, except eslint
2 parents 3bf3051 + 7242b29 commit 407195d

4 files changed

Lines changed: 899 additions & 844 deletions

File tree

.husky/pre-commit

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
32

43
# Run TypeScript type checking
5-
npx tsc --noEmit
4+
pnpm exec tsc --noEmit
65

76
# Run lint-staged (eslint + prettier on staged files)
8-
npx lint-staged
7+
pnpm lint-staged

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@
44
"private": true,
55
"description": "React implementation of Squirrel - Configuration Management for EPICS PVs",
66
"dependencies": {
7-
"@emotion/react": "^11.11.3",
8-
"@emotion/styled": "^11.11.0",
9-
"@mui/icons-material": "^5.15.6",
10-
"@mui/material": "^5.15.6",
11-
"@tanstack/react-query": "^5.90.12",
12-
"@tanstack/react-router": "^1.15.0",
7+
"@emotion/react": "^11.14.0",
8+
"@emotion/styled": "^11.14.1",
9+
"@mui/icons-material": "^7.3.9",
10+
"@mui/material": "^7.3.9",
11+
"@tanstack/react-query": "^5.95.2",
12+
"@tanstack/react-router": "^1.168.3",
1313
"@tanstack/react-table": "^8.21.3",
14-
"@tanstack/react-virtual": "^3.13.13",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"socket.io-client": "^4.8.1"
14+
"@tanstack/react-virtual": "^3.13.23",
15+
"react": "^19.2.4",
16+
"react-dom": "^19.2.4",
17+
"socket.io-client": "^4.8.3"
1818
},
1919
"devDependencies": {
20-
"@tanstack/router-devtools": "^1.15.0",
21-
"@tanstack/router-vite-plugin": "^1.15.0",
22-
"@types/react": "^18.2.48",
23-
"@types/react-dom": "^18.2.18",
20+
"@tanstack/router-devtools": "^1.166.11",
21+
"@tanstack/router-vite-plugin": "^1.166.19",
22+
"@types/react": "^19.2.14",
23+
"@types/react-dom": "^19.2.3",
2424
"@typescript-eslint/eslint-plugin": "^7.18.0",
2525
"@typescript-eslint/parser": "^7.18.0",
26-
"@vitejs/plugin-react": "^4.2.1",
27-
"eslint": "^8.56.0",
26+
"@vitejs/plugin-react": "^6.0.1",
27+
"eslint": "^8.57.1",
2828
"eslint-config-airbnb": "^19.0.4",
2929
"eslint-config-airbnb-typescript": "^18.0.0",
30-
"eslint-config-prettier": "^9.1.0",
30+
"eslint-config-prettier": "^10.1.8",
3131
"eslint-plugin-import": "^2.32.0",
3232
"eslint-plugin-jsx-a11y": "^6.10.2",
33-
"eslint-plugin-react": "^7.33.2",
34-
"eslint-plugin-react-hooks": "^4.6.0",
33+
"eslint-plugin-react": "^7.37.5",
34+
"eslint-plugin-react-hooks": "^7.0.1",
3535
"husky": "^9.1.7",
36-
"lint-staged": "^16.2.7",
37-
"prettier": "^3.2.4",
38-
"typescript": "^5.3.3",
39-
"vite": "^7.3.1"
36+
"lint-staged": "^16.4.0",
37+
"prettier": "^3.8.1",
38+
"typescript": "^6.0.2",
39+
"vite": "^8.0.2"
4040
},
4141
"scripts": {
4242
"dev": "vite",

0 commit comments

Comments
 (0)