Skip to content

Commit 904e7f0

Browse files
authored
Merge pull request #89 from add2cal/dev
Dev
2 parents 7b587e0 + adc7841 commit 904e7f0

File tree

3 files changed

+56
-27
lines changed

3 files changed

+56
-27
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ You like this project? It would be awesome if you would support it, so it lives
181181

182182
## ⚡ Changelog
183183

184+
- v2.8 : update to parent script v2.8; Ukranian localization, time zone upgrade
184185
- v2.7 : update to parent script v2.7; RSVP open seats, fixes
185186
- v2.6 : update to parent script v2.6; useUserTZ, css ::part
186187
- v2.5 : update to parent script v2.5; Introducing PRO, default branding, customLabels update, optionsMobile, dropdown for date style

package-lock.json

Lines changed: 51 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"devDependencies": {
7070
"@testing-library/react": "^16.1.0",
7171
"@types/jest": "^29.5.14",
72-
"@types/react": "^19.0.2",
73-
"@types/react-dom": "^19.0.2",
72+
"@types/react": "^18.3.12",
73+
"@types/react-dom": "^18.3.1",
7474
"@typescript-eslint/eslint-plugin": "^8.18.1",
7575
"@vitejs/plugin-react": "^4.3.4",
7676
"@vitest/coverage-v8": "^2.1.8",
@@ -81,8 +81,8 @@
8181
"eslint-plugin-security": "^3.0.1",
8282
"jsdom": "^25.0.1",
8383
"prettier": "^3.4.2",
84-
"react": "^19.0.0",
85-
"react-dom": "^19.0.0",
84+
"react": "^18.3.1",
85+
"react-dom": "^18.3.1",
8686
"typescript": "^5.7.2",
8787
"typescript-eslint": "^8.18.1",
8888
"vite": "^6.0.5",

0 commit comments

Comments
 (0)