|
11 | 11 | "format": "prettier --write \"**/*.{js,ts,jsx,tsx,json,md}\""
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@nivo/bar": "^0.87.0", |
15 |
| - "@nivo/geo": "^0.87.0", |
16 |
| - "@nivo/line": "^0.87.0", |
17 |
| - "@nivo/pie": "^0.87.0", |
| 14 | + "@nivo/bar": "^0.88.0", |
| 15 | + "@nivo/geo": "^0.88.0", |
| 16 | + "@nivo/line": "^0.88.0", |
| 17 | + "@nivo/pie": "^0.88.0", |
18 | 18 | "@radix-ui/react-label": "^2.1.0",
|
19 |
| - "@radix-ui/react-popover": "^1.1.1", |
20 |
| - "@radix-ui/react-select": "^2.1.1", |
21 |
| - "@radix-ui/react-slider": "^1.2.0", |
| 19 | + "@radix-ui/react-popover": "^1.1.2", |
| 20 | + "@radix-ui/react-select": "^2.1.2", |
| 21 | + "@radix-ui/react-slider": "^1.2.1", |
22 | 22 | "@radix-ui/react-toggle-group": "^1.1.0",
|
23 | 23 | "akar-icons": "^1.9.31",
|
24 | 24 | "country-code-lookup": "^0.1.3",
|
25 |
| - "dotenv": "^16.4.5", |
26 |
| - "framer-motion": "^11.3.30", |
| 25 | + "dotenv": "^16.4.6", |
| 26 | + "framer-motion": "^11.12.0", |
27 | 27 | "localforage": "^1.10.0",
|
28 |
| - "match-sorter": "^6.3.4", |
| 28 | + "match-sorter": "^8.0.0", |
29 | 29 | "papaparse": "^5.4.1",
|
30 | 30 | "prop-types": "^15.8.1",
|
31 | 31 | "react": "^18.3.1",
|
32 | 32 | "react-dom": "^18.3.1",
|
33 |
| - "react-router-dom": "^6.26.1", |
| 33 | + "react-router-dom": "^6.28.0", |
34 | 34 | "sort-by": "^1.2.0"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@tailwindcss/forms": "^0.5.8", |
38 |
| - "@types/node": "^22.5.1", |
39 |
| - "@types/papaparse": "^5.3.14", |
40 |
| - "@types/react": "^18.3.4", |
41 |
| - "@types/react-dom": "^18.3.0", |
| 37 | + "@tailwindcss/forms": "^0.5.9", |
| 38 | + "@types/node": "^22.10.1", |
| 39 | + "@types/papaparse": "^5.3.15", |
| 40 | + "@types/react": "^18.3.12", |
| 41 | + "@types/react-dom": "^18.3.1", |
42 | 42 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
43 | 43 | "@typescript-eslint/parser": "^7.18.0",
|
44 |
| - "@vitejs/plugin-react-swc": "^3.7.0", |
| 44 | + "@vitejs/plugin-react-swc": "^3.7.2", |
45 | 45 | "autoprefixer": "^10.4.20",
|
46 |
| - "eslint": "^8.57.0", |
| 46 | + "eslint": "^8.57.1", |
47 | 47 | "eslint-config-prettier": "^9.1.0",
|
48 | 48 | "eslint-config-standard-with-typescript": "^43.0.1",
|
49 |
| - "eslint-plugin-import": "^2.29.1", |
50 |
| - "eslint-plugin-jsx-a11y": "^6.9.0", |
51 |
| - "eslint-plugin-n": "^17.10.2", |
| 49 | + "eslint-plugin-import": "^2.31.0", |
| 50 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 51 | + "eslint-plugin-n": "^17.14.0", |
52 | 52 | "eslint-plugin-node": "^11.1.0",
|
53 | 53 | "eslint-plugin-prettier": "^5.2.1",
|
54 | 54 | "eslint-plugin-promise": "^6.6.0",
|
55 |
| - "eslint-plugin-react": "^7.35.0", |
| 55 | + "eslint-plugin-react": "^7.37.2", |
56 | 56 | "eslint-plugin-react-hooks": "^4.6.2",
|
57 |
| - "eslint-plugin-tailwindcss": "^3.17.4", |
58 |
| - "husky": "^9.1.5", |
59 |
| - "lint-staged": "^15.2.9", |
60 |
| - "postcss": "^8.4.41", |
61 |
| - "prettier": "^3.3.3", |
62 |
| - "prettier-plugin-tailwindcss": "^0.6.6", |
63 |
| - "tailwindcss": "^3.4.10", |
64 |
| - "typescript": "^5.5.4", |
65 |
| - "vite": "^5.4.2", |
66 |
| - "vite-plugin-svgr": "^4.2.0", |
67 |
| - "vite-tsconfig-paths": "^5.0.1" |
| 57 | + "eslint-plugin-tailwindcss": "^3.17.5", |
| 58 | + "husky": "^9.1.7", |
| 59 | + "lint-staged": "^15.2.10", |
| 60 | + "postcss": "^8.4.49", |
| 61 | + "prettier": "^3.4.1", |
| 62 | + "prettier-plugin-tailwindcss": "^0.6.9", |
| 63 | + "tailwindcss": "^3.4.15", |
| 64 | + "typescript": "^5.7.2", |
| 65 | + "vite": "^6.0.2", |
| 66 | + "vite-plugin-svgr": "^4.3.0", |
| 67 | + "vite-tsconfig-paths": "^5.1.3" |
68 | 68 | },
|
69 | 69 | "lint-staged": {
|
70 | 70 | "*.{js,jsx,ts,tsx}": "eslint"
|
|
0 commit comments