|
5 | 5 | "type": "module", |
6 | 6 | "homepage": "https://www.mobilelibraries.org", |
7 | 7 | "dependencies": { |
8 | | - "@emotion/react": "^11.11.4", |
9 | | - "@emotion/styled": "^11.11.0", |
| 8 | + "@emotion/react": "^11.14.0", |
| 9 | + "@emotion/styled": "^11.14.0", |
10 | 10 | "@fontsource/roboto": "^4.5.8", |
11 | | - "@mui/icons-material": "^5.15.13", |
12 | | - "@mui/material": "^5.15.13", |
13 | | - "@mui/x-data-grid": "^6.19.6", |
14 | | - "axios": "^1.7.4", |
| 11 | + "@mui/icons-material": "^5.16.14", |
| 12 | + "@mui/material": "^5.16.14", |
| 13 | + "@mui/x-data-grid": "^6.20.4", |
| 14 | + "axios": "^1.7.9", |
15 | 15 | "maplibre-gl": "^2.4.0", |
16 | | - "markdown-to-jsx": "^7.4.3", |
| 16 | + "markdown-to-jsx": "^7.7.3", |
17 | 17 | "moment": "^2.30.1", |
18 | | - "react": "^18.2.0", |
| 18 | + "react": "^18.3.1", |
19 | 19 | "react-carbonbadge": "^2.0.0", |
20 | | - "react-dom": "^18.2.0", |
21 | | - "react-map-gl": "^7.1.7", |
22 | | - "react-router-dom": "^6.22.3", |
| 20 | + "react-dom": "^18.3.1", |
| 21 | + "react-map-gl": "^7.1.9", |
| 22 | + "react-router-dom": "^6.29.0", |
23 | 23 | "rrule": "^2.8.1" |
24 | 24 | }, |
25 | 25 | "scripts": { |
26 | 26 | "start": "vite", |
27 | 27 | "build": "vite build", |
28 | 28 | "serve": "vite preview", |
29 | 29 | "predeploy": "vite build", |
30 | | - "deploy": "gh-pages -d build", |
31 | | - "analyze": "source-map-explorer 'build/static/js/*.js'" |
| 30 | + "deploy": "gh-pages -d build" |
32 | 31 | }, |
33 | 32 | "eslintConfig": { |
34 | 33 | "extends": "react-app", |
|
39 | 38 | } |
40 | 39 | }, |
41 | 40 | "devDependencies": { |
42 | | - "@vitejs/plugin-react": "^4.2.1", |
| 41 | + "@vitejs/plugin-react": "^4.3.4", |
43 | 42 | "gh-pages": "^5.0.0", |
44 | 43 | "standard": "^16.0.4", |
45 | 44 | "vite": "^5.4.14" |
|
0 commit comments