chore(deps): ⬆️ ➕ Aggiunte e aggiornate alcune dipendenze
Aggiunte alcune dipendenze per le nuovi configurazioni di ESLint e Babel
This commit is contained in:
parent
58387cb4ff
commit
0658fb19da
26
package.json
26
package.json
|
@ -15,7 +15,7 @@
|
|||
"dependencies": {
|
||||
"@inertiajs/inertia": "^0.10.1",
|
||||
"@inertiajs/progress": "^0.2.6",
|
||||
"@maicol07/inertia-mithril": "^0.4",
|
||||
"@maicol07/inertia-mithril": "^0.4.0",
|
||||
"@material/card": "^13.0.0",
|
||||
"@material/data-table": "^13.0.0",
|
||||
"@material/layout-grid": "^13.0.0",
|
||||
|
@ -38,30 +38,32 @@
|
|||
"@mdi/font": "^6.1.95",
|
||||
"async-wait-until": "^2.0.7",
|
||||
"classnames": "^2.3.1",
|
||||
"collect.js": "^4.28.6",
|
||||
"collect.js": "^4.29.0",
|
||||
"jquery": "^3.6.0",
|
||||
"lit-element": "^3.0.0",
|
||||
"locale-code": "^2.0.2",
|
||||
"lodash": "^4.17.21",
|
||||
"mithril": "^2.0.4",
|
||||
"mithril-node-render": "^3.0.1",
|
||||
"mithril-node-render": "^3.0.2",
|
||||
"modern-normalize": "^1.1.0",
|
||||
"openstamanager": "link:."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@adeira/babel-preset-adeira": "^4.0.0",
|
||||
"@adeira/eslint-config": "^6.5.1",
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/eslint-parser": "^7.15.7",
|
||||
"@babel/eslint-plugin": "^7.14.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-transform-react-jsx": "^7.14.9",
|
||||
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/preset-flow": "^7.14.5",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@bunchtogether/vite-plugin-flow": "^1.0.1",
|
||||
"@open-wc/eslint-config": "^4.3.0",
|
||||
"@openstamanager/eslint-config": "github:maicol07/eslint-config-openstamanager",
|
||||
"@openstamanager/vite-config": "github:maicol07/openstamanager-vite-config",
|
||||
"concurrently": "^6.2.1",
|
||||
"babel-plugin-transform-flow-enums": "^0.0.2",
|
||||
"concurrently": "^6.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-flowtype": "^6.1.0",
|
||||
|
@ -71,24 +73,24 @@
|
|||
"eslint-plugin-new-with-error": "^2.0.0",
|
||||
"eslint-plugin-no-secrets": "^0.8.9",
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"eslint-plugin-regexp": "^1.1.0",
|
||||
"eslint-plugin-regexp": "^1.3.1",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"eslint-plugin-sonarjs": "^0.10.0",
|
||||
"eslint-plugin-switch-case": "^1.1.2",
|
||||
"eslint-plugin-unicorn": "^36.0.0",
|
||||
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
|
||||
"flow-bin": "^0.160.2",
|
||||
"flow-remove-types": "^2.159.0",
|
||||
"flow-remove-types": "^2.160.2",
|
||||
"laravel-vite": "^0.0.19",
|
||||
"rollup-plugin-livereload": "^2.0.5",
|
||||
"sass": "^1.39.2",
|
||||
"sass": "^1.42.1",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-idiomatic-order": "^8.1.0",
|
||||
"stylelint-config-recommended-scss": "^4.3.0",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"stylelint-scss": "^3.20.1",
|
||||
"stylelint-scss": "^3.21.0",
|
||||
"typescript": "^4.4.3",
|
||||
"vite": "^2.5.7",
|
||||
"vite": "^2.5.10",
|
||||
"vite-plugin-fonts": "^0.2.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue