|
15 | 15 | "deploy": "gh-pages -d dist" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@ag-grid-community/core": "^32.3.5", |
19 | | - "@ag-grid-community/react": "^32.3.5", |
20 | | - "@duckdb/duckdb-wasm": "1.29.1-dev132.0", |
21 | | - "@duckdb/duckdb-wasm-shell": "1.29.1-dev132.0", |
22 | | - "@emotion/react": "^11.14.0", |
23 | | - "@emotion/styled": "^11.14.0", |
24 | | - "@mui/icons-material": "^7.0.2", |
25 | | - "@mui/material": "^7.0.2", |
26 | | - "ag-grid-community": "^33.2.3", |
27 | | - "ag-grid-enterprise": "^33.2.3", |
28 | | - "ag-grid-react": "^33.2.3", |
| 18 | + "@ag-grid-community/core": "^32.1.0", |
| 19 | + "@ag-grid-community/react": "^32.1.0", |
| 20 | + "@duckdb/duckdb-wasm": "^1.29.0", |
| 21 | + "@duckdb/duckdb-wasm-shell": "^1.28.1-dev106.0", |
| 22 | + "@emotion/react": "^11.13.3", |
| 23 | + "@emotion/styled": "^11.13.0", |
| 24 | + "@mui/icons-material": "^6.1.0", |
| 25 | + "@mui/material": "^6.1.0", |
| 26 | + "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
| 27 | + "ag-grid-community": "^32.0.2", |
| 28 | + "ag-grid-enterprise": "^32.0.2", |
| 29 | + "ag-grid-react": "^32.0.2", |
29 | 30 | "file-saver": "^2.0.5", |
30 | | - "papaparse": "^5.5.2", |
31 | | - "react": "^19.1.0", |
32 | | - "react-dom": "^19.1.0", |
33 | | - "react-icons": "^5.5.0", |
| 31 | + "papaparse": "^5.4.1", |
| 32 | + "react": "^18.3.1", |
| 33 | + "react-dom": "^18.3.1", |
| 34 | + "react-icons": "^5.3.0", |
34 | 35 | "react-tabs": "^6.1.0", |
35 | | - "typescript": "~5.8.3", |
| 36 | + "typescript": "5.5", |
36 | 37 | "xlsx": "^0.18.5" |
37 | 38 | }, |
38 | 39 | "devDependencies": { |
39 | | - "@eslint/js": "^9.24.0", |
40 | | - "@types/react": "^19.1.1", |
41 | | - "@types/react-dom": "^19.1.2", |
42 | | - "@typescript-eslint/eslint-plugin": "^8.29.1", |
43 | | - "@typescript-eslint/parser": "^8.29.1", |
44 | | - "@vitejs/plugin-react": "^4.3.4", |
45 | | - "eslint": "^9.24.0", |
46 | | - "eslint-config-prettier": "^10.1.2", |
47 | | - "eslint-plugin-airbnb": "0.0.1-security", |
48 | | - "eslint-plugin-react": "^7.37.5", |
49 | | - "eslint-plugin-react-refresh": "^0.4.19", |
50 | | - "gh-pages": "^6.3.0", |
51 | | - "globals": "^16.0.0", |
52 | | - "prettier": "^3.5.3", |
53 | | - "typescript-eslint": "^8.29.1", |
54 | | - "vite": "^6.2.6", |
55 | | - "vite-plugin-wasm": "^3.4.1" |
| 40 | + "@eslint/js": "^9.13.0", |
| 41 | + "@types/react": "^18.3.3", |
| 42 | + "@types/react-dom": "^18.3.0", |
| 43 | + "@typescript-eslint/eslint-plugin": "^8.11.0", |
| 44 | + "@typescript-eslint/parser": "^8.11.0", |
| 45 | + "@vitejs/plugin-react": "^4.3.1", |
| 46 | + "eslint": "^8.57.1", |
| 47 | + "eslint-config-prettier": "^9.1.0", |
| 48 | + "eslint-plugin-airbnb": "^0.0.1-security", |
| 49 | + "eslint-plugin-react": "^7.37.2", |
| 50 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 51 | + "eslint-plugin-react-refresh": "^0.4.7", |
| 52 | + "gh-pages": "^6.1.1", |
| 53 | + "globals": "^15.11.0", |
| 54 | + "prettier": "^3.3.3", |
| 55 | + "typescript-eslint": "^8.11.0", |
| 56 | + "vite": "^5.3.4", |
| 57 | + "vite-plugin-wasm": "^3.3.0" |
56 | 58 | } |
57 | 59 | } |
0 commit comments