|
6 | 6 | "dev": "vite", |
7 | 7 | "build": "tsc && yarn build:extension", |
8 | 8 | "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", |
9 | 12 | "lint": "eslint src --ext ts,tsx --fix --report-unused-disable-directives --max-warnings 0", |
10 | 13 | "preview": "vite preview" |
11 | 14 | }, |
12 | 15 | "dependencies": { |
13 | | - "ag-grid-community": "^31.1.1", |
| 16 | + "ag-grid-community": "^31.3.2", |
14 | 17 | "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" |
18 | 21 | }, |
19 | 22 | "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" |
37 | 41 | } |
38 | 42 | } |
0 commit comments