|
10 | 10 | "lint": "eslint .", |
11 | 11 | "lint:fix": "npm run lint -- --fix", |
12 | 12 | "serve": "NODE_NO_WARNINGS=1 vite", |
13 | | - "serve:dev": "ESLINT_USE_FLAT_CONFIG=false VITE_DAY_VARIANT=developer npm run serve", |
| 13 | + "serve:dev": "VITE_DAY_VARIANT=developer npm run serve", |
14 | 14 | "start": "NODE_NO_WARNINGS=1 npx http-server build -p ${ROMCAL_APP_PORT:-3000} -g -s", |
15 | 15 | "test": "NODE_NO_WARNINGS=1 npx cypress run" |
16 | 16 | }, |
| 17 | + "overrides": { |
| 18 | + "@babel/plugin-proposal-class-properties": "@babel/plugin-transform-class-properties", |
| 19 | + "@babel/plugin-proposal-nullish-coalescing-operator": "@babel/plugin-transform-nullish-coalescing-operator", |
| 20 | + "@babel/plugin-proposal-numeric-separator": "@babel/plugin-transform-numeric-separator", |
| 21 | + "@babel/plugin-proposal-optional-chaining": "@babel/plugin-transform-optional-chaining", |
| 22 | + "@babel/plugin-proposal-private-methods": "@babel/plugin-transform-private-methods", |
| 23 | + "flux": { |
| 24 | + "react": "^18.0.0" |
| 25 | + }, |
| 26 | + "html-entities": "^2.5.2" |
| 27 | + }, |
17 | 28 | "dependencies": { |
18 | 29 | "@emotion/react": "^11.14.0", |
19 | | - "@emotion/styled": "^11.14.0", |
20 | | - "@microlink/react-json-view": "^1.26.2", |
21 | | - "@mui/icons-material": "^7.1.0", |
22 | | - "@mui/material": "^7.1.0", |
23 | | - "@mui/utils": "^7.1.0", |
| 30 | + "@emotion/styled": "^11.14.1", |
| 31 | + "@microlink/react-json-view": "^1.27.0", |
| 32 | + "@mui/icons-material": "^7.3.5", |
| 33 | + "@mui/material": "^7.3.5", |
| 34 | + "@mui/utils": "^7.3.5", |
24 | 35 | "@mui/x-date-pickers": "^7.28.3", |
25 | 36 | "@romcal/calendar.africa": "3.0.0-dev.116", |
26 | 37 | "@romcal/calendar.americas": "3.0.0-dev.116", |
27 | | - "@romcal/calendar.asia": "3.0.0-dev.116", |
28 | 38 | "@romcal/calendar.argentina": "3.0.0-dev.116", |
| 39 | + "@romcal/calendar.asia": "3.0.0-dev.116", |
| 40 | + "@romcal/calendar.asian-russia": "3.0.0-dev.116", |
29 | 41 | "@romcal/calendar.australia": "3.0.0-dev.116", |
30 | 42 | "@romcal/calendar.austria": "3.0.0-dev.116", |
31 | 43 | "@romcal/calendar.belgium": "3.0.0-dev.116", |
|
41 | 53 | "@romcal/calendar.denmark": "3.0.0-dev.116", |
42 | 54 | "@romcal/calendar.england": "3.0.0-dev.116", |
43 | 55 | "@romcal/calendar.europe": "3.0.0-dev.116", |
| 56 | + "@romcal/calendar.european-russia": "3.0.0-dev.116", |
44 | 57 | "@romcal/calendar.finland": "3.0.0-dev.116", |
45 | 58 | "@romcal/calendar.france": "3.0.0-dev.116", |
46 | 59 | "@romcal/calendar.france.coutances": "3.0.0-dev.116", |
|
74 | 87 | "@romcal/calendar.puerto-rico": "3.0.0-dev.116", |
75 | 88 | "@romcal/calendar.romania": "3.0.0-dev.116", |
76 | 89 | "@romcal/calendar.russia": "3.0.0-dev.116", |
77 | | - "@romcal/calendar.asian-russia": "3.0.0-dev.116", |
78 | | - "@romcal/calendar.european-russia": "3.0.0-dev.116", |
79 | 90 | "@romcal/calendar.scotland": "3.0.0-dev.116", |
80 | 91 | "@romcal/calendar.slovakia": "3.0.0-dev.116", |
81 | 92 | "@romcal/calendar.slovenia": "3.0.0-dev.116", |
|
89 | 100 | "@romcal/calendar.venezuela": "3.0.0-dev.116", |
90 | 101 | "@romcal/calendar.vietnam": "3.0.0-dev.116", |
91 | 102 | "@romcal/calendar.wales": "3.0.0-dev.116", |
92 | | - "@tanstack/react-query": "^5.76.1", |
| 103 | + "@tanstack/react-query": "^5.90.9", |
93 | 104 | "classnames": "^2.5.1", |
94 | 105 | "date-fns": "^4.1.0", |
95 | 106 | "flatted": "^3.3.3", |
96 | 107 | "lodash": "^4.17.21", |
97 | | - "nanoid": "^5.1.5", |
98 | | - "react": "^18.3.1", |
99 | | - "react-dom": "^18.3.1", |
100 | | - "react-router-dom": "^6.26.2", |
| 108 | + "nanoid": "^5.1.6", |
| 109 | + "react": "^19.2.0", |
| 110 | + "react-dom": "^19.2.0", |
| 111 | + "react-router": "^7.9.6", |
101 | 112 | "romcal": "3.0.0-dev.116" |
102 | 113 | }, |
103 | 114 | "devDependencies": { |
104 | 115 | "@babel/plugin-transform-class-properties": "^7.27.1", |
105 | 116 | "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", |
106 | 117 | "@babel/plugin-transform-numeric-separator": "^7.27.1", |
107 | | - "@babel/plugin-transform-optional-chaining": "^7.27.1", |
| 118 | + "@babel/plugin-transform-optional-chaining": "^7.28.5", |
108 | 119 | "@babel/plugin-transform-private-methods": "^7.27.1", |
109 | | - "@types/lodash": "^4.17.17", |
110 | | - "@types/node": "^22.15.20", |
111 | | - "@types/react": "^18.3.8", |
112 | | - "@types/react-dom": "^18.3.0", |
113 | | - "@typescript-eslint/eslint-plugin": "^8.32.1", |
114 | | - "@typescript-eslint/parser": "^8.32.1", |
| 120 | + "@types/lodash": "^4.17.20", |
| 121 | + "@types/node": "^24.10.1", |
| 122 | + "@types/react": "^19.2.5", |
| 123 | + "@types/react-dom": "^19.2.3", |
| 124 | + "@typescript-eslint/eslint-plugin": "^8.46.4", |
| 125 | + "@typescript-eslint/parser": "^8.46.4", |
115 | 126 | "@vitejs/plugin-react": "^4.4.1", |
116 | 127 | "cypress": "^15.6.0", |
117 | | - "cypress-vite": "^1.6.0", |
118 | | - "eslint": "^9.27.0", |
119 | | - "eslint-config-prettier": "^9.1.0", |
120 | | - "eslint-plugin-cypress": "^4.3.0", |
121 | | - "eslint-plugin-import": "^2.31.0", |
| 128 | + "cypress-vite": "^1.8.0", |
| 129 | + "eslint": "^9.39.1", |
| 130 | + "eslint-config-prettier": "^10.1.8", |
| 131 | + "eslint-plugin-cypress": "^5.2.0", |
| 132 | + "eslint-plugin-import": "^2.32.0", |
122 | 133 | "eslint-plugin-jsx-a11y": "^6.10.2", |
123 | | - "eslint-plugin-prettier": "^5.4.0", |
| 134 | + "eslint-plugin-prettier": "^5.5.4", |
124 | 135 | "eslint-plugin-react": "^7.37.5", |
125 | | - "eslint-plugin-react-hooks": "^6.0.0", |
126 | | - "prettier": "^3.5.3", |
127 | | - "typescript": "^5.8.3", |
128 | | - "typescript-eslint": "^8.32.1", |
129 | | - "vite": "^6.3.5", |
| 136 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 137 | + "prettier": "^3.6.2", |
| 138 | + "typescript": "^5.9.3", |
| 139 | + "typescript-eslint": "^8.46.4", |
| 140 | + "vite": "^7.2.2", |
130 | 141 | "vite-plugin-eslint": "^1.8.1", |
131 | 142 | "vite-tsconfig-paths": "^5.1.4" |
132 | | - }, |
133 | | - "overrides": { |
134 | | - "html-entities": "^2.5.2", |
135 | | - "@babel/plugin-proposal-private-methods": "@babel/plugin-transform-private-methods", |
136 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "@babel/plugin-transform-nullish-coalescing-operator", |
137 | | - "@babel/plugin-proposal-optional-chaining": "@babel/plugin-transform-optional-chaining", |
138 | | - "@babel/plugin-proposal-numeric-separator": "@babel/plugin-transform-numeric-separator", |
139 | | - "@babel/plugin-proposal-class-properties": "@babel/plugin-transform-class-properties", |
140 | | - "flux": { |
141 | | - "react": "^18.0.0" |
142 | | - } |
143 | 143 | } |
144 | 144 | } |
0 commit comments