|
33 | 33 | "lint": "pnpm lint:js && pnpm lint:css && pnpm lint:translation", |
34 | 34 | "lint:fix": "pnpm lint:js --fix && pnpm lint:css --fix", |
35 | 35 | "test": "vitest", |
36 | | - "test:coverage": "vitest run --coverage", |
37 | | - "surge:deploy": "branch=$(git rev-parse --symbolic-full-name --abbrev-ref HEAD); branch=$(echo $branch | tr ./ -); cp ../build/index.html ../build/200.html; surge -p ../build/ -d https://ifrc-go-$branch.surge.sh", |
38 | | - "surge:teardown": "branch=$(git rev-parse --symbolic-full-name --abbrev-ref HEAD); branch=$(echo $branch | tr ./ -); surge teardown https://ifrc-go-$branch.surge.sh" |
| 36 | + "test:coverage": "vitest run --coverage" |
39 | 37 | }, |
40 | 38 | "dependencies": { |
41 | 39 | "@ifrc-go/icons": "^2.0.1", |
42 | 40 | "@ifrc-go/ui": "workspace:^", |
43 | | - "@sentry/react": "^7.81.1", |
| 41 | + "@sentry/react": "^7.120.4", |
44 | 42 | "@tinymce/tinymce-react": "^5.1.1", |
45 | | - "@togglecorp/fujs": "^2.1.1", |
| 43 | + "@togglecorp/fujs": "^2.2.0", |
46 | 44 | "@togglecorp/re-map": "^0.3.0", |
47 | 45 | "@togglecorp/toggle-form": "^2.0.4", |
48 | | - "@togglecorp/toggle-request": "^1.0.0-beta.3", |
| 46 | + "@togglecorp/toggle-request": "1.0.0-beta.3", |
49 | 47 | "@turf/bbox": "^6.5.0", |
50 | 48 | "@turf/buffer": "^6.5.0", |
51 | | - "exceljs": "^4.3.0", |
| 49 | + "exceljs": "^4.4.0", |
52 | 50 | "file-saver": "^2.0.5", |
53 | | - "html-to-image": "^1.11.11", |
54 | | - "mapbox-gl": "^1.13.0", |
55 | | - "papaparse": "^5.4.1", |
56 | | - "react": "^18.2.0", |
57 | | - "react-dom": "^18.2.0", |
58 | | - "react-router-dom": "^6.18.0", |
59 | | - "sanitize-html": "^2.10.0" |
| 51 | + "html-to-image": "^1.11.13", |
| 52 | + "mapbox-gl": "^1.13.3", |
| 53 | + "papaparse": "^5.5.3", |
| 54 | + "react": "^18.3.1", |
| 55 | + "react-dom": "^18.3.1", |
| 56 | + "react-router-dom": "^6.30.1", |
| 57 | + "sanitize-html": "^2.17.0" |
60 | 58 | }, |
61 | 59 | "devDependencies": { |
62 | | - "@eslint/eslintrc": "^3.2.0", |
63 | | - "@eslint/js": "^9.20.0", |
64 | | - "@eslint/json": "^0.5.0", |
65 | | - "@julr/vite-plugin-validate-env": "^1.0.1", |
66 | | - "@types/file-saver": "^2.0.5", |
67 | | - "@types/mapbox-gl": "^1.13.0", |
68 | | - "@types/node": "^20.17.19", |
69 | | - "@types/papaparse": "^5.3.8", |
70 | | - "@types/react": "^18.0.28", |
71 | | - "@types/react-dom": "^18.0.11", |
72 | | - "@types/sanitize-html": "^2.9.0", |
73 | | - "@types/yargs": "^17.0.32", |
74 | | - "@typescript-eslint/eslint-plugin": "^8.11.0", |
75 | | - "@typescript-eslint/parser": "^8.11.0", |
76 | | - "@typescript-eslint/typescript-estree": "^8.43.0", |
77 | | - "@typescript-eslint/visitor-keys": "^8.44.0", |
78 | | - "@vitejs/plugin-react-swc": "^3.5.0", |
79 | | - "@vitest/coverage-v8": "^1.2.2", |
80 | | - "autoprefixer": "^10.4.14", |
| 60 | + "@eslint/eslintrc": "^3.3.1", |
| 61 | + "@eslint/js": "^9.37.0", |
| 62 | + "@eslint/json": "^0.13.2", |
| 63 | + "@julr/vite-plugin-validate-env": "^2.2.0", |
| 64 | + "@types/file-saver": "^2.0.7", |
| 65 | + "@types/mapbox-gl": "^1.13.10", |
| 66 | + "@types/node": "^20.19.21", |
| 67 | + "@types/papaparse": "^5.3.16", |
| 68 | + "@types/react": "^18.3.26", |
| 69 | + "@types/react-dom": "^18.3.7", |
| 70 | + "@types/sanitize-html": "^2.16.0", |
| 71 | + "@types/yargs": "^17.0.33", |
| 72 | + "@typescript-eslint/eslint-plugin": "^8.46.1", |
| 73 | + "@typescript-eslint/parser": "^8.46.1", |
| 74 | + "@typescript-eslint/typescript-estree": "^8.46.1", |
| 75 | + "@typescript-eslint/visitor-keys": "^8.46.1", |
| 76 | + "@vitejs/plugin-react-swc": "^3.11.0", |
| 77 | + "autoprefixer": "^10.4.21", |
81 | 78 | "cross-var": "^1.1.0", |
82 | | - "dotenv-cli": "^7.4.2", |
83 | | - "eslint": "^9.20.1", |
| 79 | + "dotenv-cli": "^7.4.4", |
| 80 | + "eslint": "^9.37.0", |
84 | 81 | "eslint-config-airbnb": "^19.0.4", |
85 | | - "eslint-import-resolver-typescript": "^3.6.3", |
86 | | - "eslint-plugin-import": "^2.31.0", |
| 82 | + "eslint-import-resolver-typescript": "^3.10.1", |
| 83 | + "eslint-plugin-import": "^2.32.0", |
87 | 84 | "eslint-plugin-import-exports-imports-resolver": "^1.0.1", |
88 | | - "eslint-plugin-import-newlines": "^1.3.4", |
89 | | - "eslint-plugin-jsx-a11y": "^6.10.1", |
90 | | - "eslint-plugin-react": "^7.37.4", |
91 | | - "eslint-plugin-react-hooks": "^5.0.0", |
92 | | - "eslint-plugin-react-refresh": "^0.4.13", |
| 85 | + "eslint-plugin-import-newlines": "^1.4.0", |
| 86 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 87 | + "eslint-plugin-react": "^7.37.5", |
| 88 | + "eslint-plugin-react-hooks": "^7.0.0", |
| 89 | + "eslint-plugin-react-refresh": "^0.4.23", |
93 | 90 | "eslint-plugin-simple-import-sort": "^12.1.1", |
94 | | - "fast-glob": "^3.3.2", |
95 | | - "happy-dom": "^9.18.3", |
96 | | - "jiti": "^2.5.1", |
| 91 | + "fast-glob": "^3.3.3", |
| 92 | + "happy-dom": "^9.20.3", |
| 93 | + "jiti": "^2.6.1", |
97 | 94 | "openapi-typescript": "6.5.5", |
98 | | - "postcss": "^8.5.3", |
| 95 | + "postcss": "^8.5.6", |
99 | 96 | "postcss-nested": "^7.0.2", |
100 | 97 | "postcss-normalize": "^13.0.1", |
101 | | - "postcss-preset-env": "^10.1.5", |
102 | | - "rollup-plugin-visualizer": "^5.9.0", |
103 | | - "stylelint": "^16.17.0", |
| 98 | + "postcss-preset-env": "^10.4.0", |
| 99 | + "rollup-plugin-visualizer": "^5.14.0", |
| 100 | + "stylelint": "^16.25.0", |
104 | 101 | "stylelint-config-concentric": "^2.0.2", |
105 | 102 | "stylelint-config-recommended": "^15.0.0", |
106 | 103 | "stylelint-value-no-unknown-custom-properties": "^6.0.1", |
107 | | - "surge": "^0.23.1", |
108 | 104 | "ts-md5": "^1.3.1", |
109 | | - "tsx": "^4.7.2", |
110 | | - "typescript": "^5.5.2", |
111 | | - "typescript-eslint": "^8.26.0", |
112 | | - "vite": "^5.0.10", |
113 | | - "vite-plugin-checker": "^0.7.0", |
| 105 | + "tsx": "^4.20.6", |
| 106 | + "typescript": "^5.9.3", |
| 107 | + "typescript-eslint": "^8.46.1", |
| 108 | + "vite": "^5.4.20", |
| 109 | + "vite-plugin-checker": "^0.7.2", |
114 | 110 | "vite-plugin-compression2": "^0.11.0", |
115 | | - "vite-plugin-radar": "^0.9.2", |
116 | | - "vite-plugin-svgr": "^4.2.0", |
117 | | - "vite-plugin-webfont-dl": "^3.9.4", |
118 | | - "vite-tsconfig-paths": "^4.2.2", |
119 | | - "vitest": "^1.2.2", |
| 111 | + "vite-plugin-radar": "^0.9.6", |
| 112 | + "vite-plugin-svgr": "^4.5.0", |
| 113 | + "vite-plugin-webfont-dl": "^3.11.1", |
| 114 | + "vite-tsconfig-paths": "^4.3.2", |
| 115 | + "vitest": "^3.2.4", |
120 | 116 | "yargs": "^17.7.2" |
121 | 117 | } |
122 | 118 | } |
0 commit comments