chore(deps): ⬆️ Aggiornate le dipendenze
This commit is contained in:
parent
866801fe56
commit
a53f2f7582
39
package.json
39
package.json
|
@ -2,11 +2,7 @@
|
|||
"name": "openstamanager",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.6.4",
|
||||
"files": [
|
||||
"resources/ts/**/*"
|
||||
],
|
||||
"types": "resources/ts/types/index.d.ts",
|
||||
"packageManager": "pnpm@8.6.7",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"build:dev": "vite build --mode development",
|
||||
|
@ -44,7 +40,7 @@
|
|||
"@openstamanager/vite-config": "github:devcode-it/openstamanager-vite-config",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@types/mithril": "^2.0.12",
|
||||
"@types/node": "^20.4.1",
|
||||
"@types/node": "^20.4.2",
|
||||
"@types/ziggy-js": "^1.3.2",
|
||||
"chokidar": "^3.5.3",
|
||||
"csstype": "^3.1.2",
|
||||
|
@ -64,38 +60,9 @@
|
|||
"type-fest": "^3.13.0",
|
||||
"typed-scss-modules": "^7.1.1",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.2",
|
||||
"vite": "^4.4.3",
|
||||
"vite-plugin-laravel-translations": "github:maicol07/vite-plugin-laravel-translations#patch-1",
|
||||
"vite-plugin-progress": "^0.0.7",
|
||||
"vite-plugin-pwa": "^0.16.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@formkit/auto-animate": "1.0.0-beta.6",
|
||||
"@maicol07/inertia-mithril": "^1.0.3",
|
||||
"@maicol07/material-web-additions": "^1.2.11",
|
||||
"@material/mwc-linear-progress": "^0.27.0",
|
||||
"@material/mwc-snackbar": "^0.27.0",
|
||||
"@material/mwc-top-app-bar": "^0.27.0",
|
||||
"@material/textfield": "^14.0.0",
|
||||
"@material/theme": "^14.0.0",
|
||||
"@material/web": "1.0.0-pre.6",
|
||||
"@mdi/js": "^7.2.96",
|
||||
"classnames": "^2.3.2",
|
||||
"collect.js": "^4.36.1",
|
||||
"coloquent": "npm:@maicol07/coloquent@^3.0.1-beta",
|
||||
"dayjs": "^1.11.7",
|
||||
"include-media": "^2.0.0",
|
||||
"lit": "^2.7.2",
|
||||
"mithril": "^2.2.2",
|
||||
"mithril-utilities": "^1.1.0",
|
||||
"modern-normalize": "^1.1.0",
|
||||
"postcss-scss": "^4.0.6",
|
||||
"prntr": "^2.0.18",
|
||||
"readable-http-codes": "^1.1.1",
|
||||
"ts-pattern": "^4.2.2",
|
||||
"typescript-cookie": "^1.0.5"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue