mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-05-13 05:01:53 +00:00
loosen dependencies and update all packages
This commit is contained in:
parent
1be509e048
commit
30eccd0291
2 changed files with 610 additions and 423 deletions
52
package.json
52
package.json
|
@ -23,34 +23,32 @@
|
|||
"browserslist": [
|
||||
"defaults"
|
||||
],
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26",
|
||||
"@babel/eslint-parser": "^7.19",
|
||||
"@babel/preset-env": "^7.26",
|
||||
"@fortawesome/fontawesome-free": "^6.5",
|
||||
"@fullcalendar/bootstrap5": "^5.11",
|
||||
"@fullcalendar/core": "^5.11",
|
||||
"@fullcalendar/daygrid": "^5.11",
|
||||
"@fullcalendar/google-calendar": "^5.11",
|
||||
"@fullcalendar/icalendar": "^5.11",
|
||||
"@fullcalendar/interaction": "^5.11",
|
||||
"@fullcalendar/timegrid": "^5.11",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7",
|
||||
"@babel/eslint-parser": "^7",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7",
|
||||
"@babel/preset-env": "^7",
|
||||
"@fortawesome/fontawesome-free": "^6",
|
||||
"@fullcalendar/bootstrap5": "^5",
|
||||
"@fullcalendar/core": "^5",
|
||||
"@fullcalendar/daygrid": "^5",
|
||||
"@fullcalendar/google-calendar": "^5",
|
||||
"@fullcalendar/icalendar": "^5",
|
||||
"@fullcalendar/interaction": "^5",
|
||||
"@fullcalendar/timegrid": "^5",
|
||||
"@symfony/webpack-encore": "^4.0",
|
||||
"@tabler/core": "1.0.0-beta21",
|
||||
"chart.js": "^4.0",
|
||||
"core-js": "^3.6",
|
||||
"eslint": "^8.0",
|
||||
"gridstack": "^7.1",
|
||||
"litepicker": "^2.0",
|
||||
"luxon": "^3.3",
|
||||
"sass": "^1.62",
|
||||
"sass-loader": "^13.2",
|
||||
"tom-select": "^2.2",
|
||||
"webpack": "^5.96",
|
||||
"webpack-cli": "^4.10"
|
||||
"chart.js": "^4",
|
||||
"core-js": "^3",
|
||||
"eslint": "^8",
|
||||
"gridstack": "^7",
|
||||
"litepicker": "^2",
|
||||
"luxon": "^3",
|
||||
"sass": "^1",
|
||||
"sass-loader": "^13",
|
||||
"tom-select": "^2",
|
||||
"webpack": "^5",
|
||||
"webpack-cli": "^4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
||||
}
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue