Skip to content

Commit bd68986

Browse files
committed
build: avoid miss deps
1 parent 2df5e50 commit bd68986

2 files changed

Lines changed: 1231 additions & 1044 deletions

File tree

ui/package.json

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,37 @@
66
"dev": "vite",
77
"build": "tsc && yarn build:extension",
88
"build:extension": "vite build --config vite.extension.ts",
9+
"ci:install": "echo ci:install",
10+
"ci:build": "yarn run build && yarn run ci:build:commit",
11+
"ci:build:commit": "git add ../style.css ../javascript/ && git commit ../style.css ../javascript/ -m \"build: update build\" & echo ci:build:commit",
912
"lint": "eslint src --ext ts,tsx --fix --report-unused-disable-directives --max-warnings 0",
1013
"preview": "vite preview"
1114
},
1215
"dependencies": {
13-
"ag-grid-community": "^31.1.1",
16+
"ag-grid-community": "^31.3.2",
1417
"notyf": "^3.10.0",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0",
17-
"zustand": "^4.5.1"
18+
"react": "^18.3.1",
19+
"react-dom": "^18.3.1",
20+
"zustand": "^4.5.2"
1821
},
1922
"devDependencies": {
20-
"@types/node": "^20.11.19",
21-
"@types/react": "^18.2.57",
22-
"@types/react-dom": "^18.2.19",
23-
"@typescript-eslint/eslint-plugin": "^7.0.2",
24-
"@typescript-eslint/parser": "^7.0.2",
25-
"@vitejs/plugin-react": "^4.2.1",
26-
"autoprefixer": "^10.4.17",
27-
"eslint": "^8.56.0",
28-
"eslint-plugin-deprecation": "^2.0.0",
29-
"eslint-plugin-react-hooks": "^4.6.0",
30-
"eslint-plugin-react-refresh": "^0.4.5",
31-
"eslint-plugin-simple-import-sort": "^12.0.0",
32-
"postcss": "^8.4.35",
33-
"sass": "^1.71.1",
34-
"tailwindcss": "^3.4.1",
35-
"typescript": "^5.3.3",
36-
"vite": "^5.1.4"
23+
"@types/node": "^20.14.2",
24+
"@types/react": "^18.3.3",
25+
"@types/react-dom": "^18.3.0",
26+
"@typescript-eslint/eslint-plugin": "^7.13.0",
27+
"@typescript-eslint/parser": "^7.13.0",
28+
"@vitejs/plugin-react": "^4.3.1",
29+
"autoprefixer": "^10.4.19",
30+
"esbuild": "^0.21.5",
31+
"eslint": "<9 >=8.57.0",
32+
"eslint-plugin-deprecation": "^3.0.0",
33+
"eslint-plugin-react-hooks": "^4.6.2",
34+
"eslint-plugin-react-refresh": "^0.4.7",
35+
"eslint-plugin-simple-import-sort": "^12.1.0",
36+
"postcss": "^8.4.38",
37+
"sass": "^1.77.5",
38+
"tailwindcss": "^3.4.4",
39+
"typescript": "^5.4.5",
40+
"vite": "^5.2.13"
3741
}
3842
}

0 commit comments

Comments
 (0)