|
43 | 43 | "dependencies": { |
44 | 44 | "@ifrc-go/icons": "^2.0.1", |
45 | 45 | "@ifrc-go/ui": "workspace:^", |
46 | | - "@sentry/react": "^7.81.1", |
47 | | - "@tinymce/tinymce-react": "^5.1.1", |
48 | | - "@togglecorp/fujs": "^2.1.1", |
| 46 | + "@sentry/react": "^10.0.0", |
| 47 | + "@tinymce/tinymce-react": "^6.0.0", |
| 48 | + "@togglecorp/fujs": "^2.2.0", |
49 | 49 | "@togglecorp/re-map": "^0.3.0", |
50 | 50 | "@togglecorp/toggle-form": "^2.0.4", |
51 | | - "@togglecorp/toggle-request": "^1.0.0-beta.3", |
52 | | - "@turf/bbox": "^6.5.0", |
53 | | - "@turf/buffer": "^6.5.0", |
| 51 | + "@togglecorp/toggle-request": "1.0.0-beta.3", |
| 52 | + "@turf/bbox": "^7.0.0", |
| 53 | + "@turf/buffer": "^7.0.0", |
54 | 54 | "exceljs": "^4.4.0", |
55 | 55 | "file-saver": "^2.0.5", |
56 | | - "html-to-image": "^1.11.11", |
57 | | - "mapbox-gl": "^1.13.0", |
58 | | - "papaparse": "^5.4.1", |
59 | | - "powerbi-client": "^2.23.1", |
60 | | - "react": "^18.2.0", |
61 | | - "react-dom": "^18.2.0", |
62 | | - "react-router-dom": "^6.18.0", |
63 | | - "sanitize-html": "^2.10.0", |
| 56 | + "html-to-image": "^1.11.13", |
| 57 | + "mapbox-gl": "^1.13.3", |
| 58 | + "papaparse": "^5.5.3", |
| 59 | + "powerbi-client": "^2.23.10", |
| 60 | + "react": "^19.0.0", |
| 61 | + "react-dom": "^19.0.0", |
| 62 | + "react-router-dom": "^7.0.0", |
| 63 | + "sanitize-html": "^2.17.2", |
64 | 64 | "xlsx": "^0.18.5" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | | - "@eslint/eslintrc": "^3.2.0", |
68 | | - "@eslint/js": "^9.20.0", |
69 | | - "@eslint/json": "^0.5.0", |
70 | | - "@julr/vite-plugin-validate-env": "^1.0.1", |
71 | | - "@types/file-saver": "^2.0.5", |
72 | | - "@types/mapbox-gl": "^1.13.0", |
73 | | - "@types/node": "^20.17.19", |
74 | | - "@types/papaparse": "^5.3.8", |
75 | | - "@types/react": "^18.0.28", |
76 | | - "@types/react-dom": "^18.0.11", |
77 | | - "@types/sanitize-html": "^2.9.0", |
78 | | - "@types/yargs": "^17.0.32", |
79 | | - "@typescript-eslint/eslint-plugin": "^8.11.0", |
80 | | - "@typescript-eslint/parser": "^8.11.0", |
81 | | - "@typescript-eslint/typescript-estree": "^8.43.0", |
82 | | - "@typescript-eslint/visitor-keys": "^8.44.0", |
83 | | - "@vitejs/plugin-react-swc": "^3.5.0", |
84 | | - "@vitest/coverage-v8": "^1.2.2", |
85 | | - "autoprefixer": "^10.4.14", |
86 | | - "eslint": "^9.20.1", |
| 67 | + "@eslint/eslintrc": "^3.3.5", |
| 68 | + "@eslint/js": "^9.39.4", |
| 69 | + "@eslint/json": "^1.0.0", |
| 70 | + "@julr/vite-plugin-validate-env": "^2.0.0", |
| 71 | + "@types/file-saver": "^2.0.7", |
| 72 | + "@types/mapbox-gl": "^1.13.10", |
| 73 | + "@types/node": "^20.19.37", |
| 74 | + "@types/papaparse": "^5.5.2", |
| 75 | + "@types/react": "^19.0.0", |
| 76 | + "@types/react-dom": "^19.0.0", |
| 77 | + "@types/sanitize-html": "^2.16.1", |
| 78 | + "@types/yargs": "^17.0.35", |
| 79 | + "@typescript-eslint/eslint-plugin": "^8.58.0", |
| 80 | + "@typescript-eslint/parser": "^8.58.0", |
| 81 | + "@typescript-eslint/typescript-estree": "^8.58.0", |
| 82 | + "@typescript-eslint/visitor-keys": "^8.58.0", |
| 83 | + "@vitejs/plugin-react-swc": "^4.0.0", |
| 84 | + "@vitest/coverage-v8": "^4.0.0", |
| 85 | + "autoprefixer": "^10.4.27", |
| 86 | + "eslint": "^9.39.4", |
87 | 87 | "eslint-config-airbnb": "^19.0.4", |
88 | | - "eslint-import-resolver-typescript": "^3.6.3", |
89 | | - "eslint-plugin-import": "^2.31.0", |
| 88 | + "eslint-import-resolver-typescript": "^4.0.0", |
| 89 | + "eslint-plugin-import": "^2.32.0", |
90 | 90 | "eslint-plugin-import-exports-imports-resolver": "^1.0.1", |
91 | | - "eslint-plugin-import-newlines": "^1.3.4", |
92 | | - "eslint-plugin-jsx-a11y": "^6.10.1", |
93 | | - "eslint-plugin-react": "^7.37.4", |
94 | | - "eslint-plugin-react-hooks": "^5.0.0", |
95 | | - "eslint-plugin-react-refresh": "^0.4.13", |
| 91 | + "eslint-plugin-import-newlines": "^1.4.1", |
| 92 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 93 | + "eslint-plugin-react": "^7.37.5", |
| 94 | + "eslint-plugin-react-hooks": "^7.0.0", |
| 95 | + "eslint-plugin-react-refresh": "^0.4.26", |
96 | 96 | "eslint-plugin-simple-import-sort": "^12.1.1", |
97 | | - "fast-glob": "^3.3.2", |
98 | | - "happy-dom": "^9.18.3", |
99 | | - "jiti": "^2.5.1", |
| 97 | + "fast-glob": "^3.3.3", |
| 98 | + "happy-dom": "^20.0.0", |
| 99 | + "jiti": "^2.6.1", |
100 | 100 | "openapi-typescript": "6.5.5", |
101 | | - "postcss": "^8.5.3", |
| 101 | + "postcss": "^8.5.8", |
102 | 102 | "postcss-nested": "^7.0.2", |
103 | 103 | "postcss-normalize": "^13.0.1", |
104 | | - "postcss-preset-env": "^10.1.5", |
105 | | - "rollup-plugin-visualizer": "^5.9.0", |
106 | | - "stylelint": "^16.17.0", |
| 104 | + "postcss-preset-env": "^11.0.0", |
| 105 | + "rollup-plugin-visualizer": "^7.0.0", |
| 106 | + "stylelint": "^17.0.0", |
107 | 107 | "stylelint-config-concentric": "^2.0.2", |
108 | | - "stylelint-config-recommended": "^15.0.0", |
109 | | - "stylelint-value-no-unknown-custom-properties": "^6.0.1", |
| 108 | + "stylelint-config-recommended": "^18.0.0", |
| 109 | + "stylelint-value-no-unknown-custom-properties": "^6.1.1", |
110 | 110 | "surge": "^0.23.1", |
111 | | - "ts-md5": "^1.3.1", |
112 | | - "tsx": "^4.7.2", |
113 | | - "typescript": "^5.5.2", |
114 | | - "typescript-eslint": "^8.26.0", |
115 | | - "vite": "^5.0.10", |
116 | | - "vite-plugin-checker": "^0.7.0", |
117 | | - "vite-plugin-compression2": "^0.11.0", |
118 | | - "vite-plugin-radar": "^0.9.2", |
119 | | - "vite-plugin-svgr": "^4.2.0", |
120 | | - "vite-plugin-webfont-dl": "^3.9.4", |
121 | | - "vite-tsconfig-paths": "^4.2.2", |
122 | | - "vitest": "^1.2.2", |
123 | | - "yargs": "^17.7.2" |
| 111 | + "ts-md5": "^2.0.0", |
| 112 | + "tsx": "^4.21.0", |
| 113 | + "typescript": "^5.9.3", |
| 114 | + "typescript-eslint": "^8.58.0", |
| 115 | + "vite": "^6.0.0", |
| 116 | + "vite-plugin-checker": "^0.12.0", |
| 117 | + "vite-plugin-compression2": "^2.0.0", |
| 118 | + "vite-plugin-radar": "^0.10.1", |
| 119 | + "vite-plugin-svgr": "^5.0.0", |
| 120 | + "vite-plugin-webfont-dl": "3.12.0", |
| 121 | + "vite-tsconfig-paths": "^6.0.0", |
| 122 | + "vitest": "^4.0.0", |
| 123 | + "yargs": "^18.0.0" |
124 | 124 | } |
125 | 125 | } |
0 commit comments