From 0658fb19da1bce5021016e8b5171a9e0a29f0b18 Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Wed, 29 Sep 2021 15:12:09 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20=E2=9E=95?= =?UTF-8?q?=20Aggiunte=20e=20aggiornate=20alcune=20dipendenze?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aggiunte alcune dipendenze per le nuovi configurazioni di ESLint e Babel --- package.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 267a7464e..a28692e26 100644 --- a/package.json +++ b/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" } }