chore(deps): 🚨 Aggiunte dipendenze per eliminare i warning

This commit is contained in:
Maicol Battistini 2021-11-10 17:33:47 +01:00
parent d199fb4b73
commit 615ebda4a0
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
3 changed files with 48 additions and 8 deletions

View File

@ -2,7 +2,8 @@
"extends": [
"stylelint-config-standard",
"stylelint-config-recommended-scss",
"stylelint-config-idiomatic-order"
"stylelint-config-idiomatic-order",
"stylelint-config-html"
],
"rules": {
"indentation": 4,

View File

@ -63,6 +63,8 @@
"@babel/eslint-parser": "^7.16.0",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-throw-expressions": "^7.16.0",
"@babel/plugin-syntax-flow": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
@ -91,8 +93,11 @@
"flow-bin": "^0.163.0",
"flow-remove-types": "^2.163.0",
"laravel-vite": "^0.0.22",
"postcss": "^8.3.11",
"postcss-html": "^1.2.0",
"sass": "^1.43.4",
"stylelint": "^14.0.1",
"stylelint-config-html": "^1.0.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-recommended-scss": "^5.0.1",
"stylelint-config-standard": "^23.0.0",

View File

@ -7,6 +7,8 @@ specifiers:
'@babel/eslint-parser': ^7.16.0
'@babel/eslint-plugin': ^7.14.5
'@babel/plugin-proposal-throw-expressions': ^7.16.0
'@babel/plugin-syntax-flow': ^7.16.0
'@babel/plugin-transform-react-jsx': ^7.16.0
'@babel/plugin-transform-runtime': ^7.16.0
'@babel/preset-env': ^7.16.0
'@babel/preset-react': ^7.16.0
@ -74,9 +76,12 @@ specifiers:
mithril: ^2.0.4
mithril-node-render: ^3.0.2
modern-normalize: ^1.1.0
postcss: ^8.3.11
postcss-html: ^1.2.0
redaxios: ^0.4.1
sass: ^1.43.4
stylelint: ^14.0.1
stylelint-config-html: ^1.0.0
stylelint-config-idiomatic-order: ^8.1.0
stylelint-config-recommended-scss: ^5.0.1
stylelint-config-standard: ^23.0.0
@ -134,6 +139,8 @@ devDependencies:
'@babel/eslint-parser': 7.16.0_@babel+core@7.16.0+eslint@7.32.0
'@babel/eslint-plugin': 7.14.5_be255dcc515b376034b729cbc8e503ce
'@babel/plugin-proposal-throw-expressions': 7.16.0_@babel+core@7.16.0
'@babel/plugin-syntax-flow': 7.16.0_@babel+core@7.16.0
'@babel/plugin-transform-react-jsx': 7.16.0_@babel+core@7.16.0
'@babel/plugin-transform-runtime': 7.16.0_@babel+core@7.16.0
'@babel/preset-env': 7.16.0_@babel+core@7.16.0
'@babel/preset-react': 7.16.0_@babel+core@7.16.0
@ -146,7 +153,7 @@ devDependencies:
concurrently: 6.3.0
eslint: 7.32.0
eslint-config-airbnb-base: 15.0.0_560ef94424f7023f0ab025f67f79aa67
eslint-plugin-flowtype: 8.0.3_eslint@7.32.0
eslint-plugin-flowtype: 8.0.3_f352da6f9c36c27d4e75da053be5baab
eslint-plugin-github: 4.3.4_eslint@7.32.0+typescript@4.4.4
eslint-plugin-import: 2.25.2_eslint@7.32.0
eslint-plugin-mithril: 0.2.0
@ -162,10 +169,13 @@ devDependencies:
flow-bin: 0.163.0
flow-remove-types: 2.163.0
laravel-vite: 0.0.22
postcss: 8.3.11
postcss-html: 1.2.0
sass: 1.43.4
stylelint: 14.0.1
stylelint-config-html: 1.0.0_a00c61ac027be5fe35af9f500c0c4be2
stylelint-config-idiomatic-order: 8.1.0_stylelint@14.0.1
stylelint-config-recommended-scss: 5.0.1_stylelint@14.0.1
stylelint-config-recommended-scss: 5.0.1_postcss@8.3.11+stylelint@14.0.1
stylelint-config-standard: 23.0.0_stylelint@14.0.1
stylelint-scss: 4.0.0_stylelint@14.0.1
typescript: 4.4.4
@ -3640,7 +3650,7 @@ packages:
string-natural-compare: 3.0.1
dev: true
/eslint-plugin-flowtype/8.0.3_eslint@7.32.0:
/eslint-plugin-flowtype/8.0.3_f352da6f9c36c27d4e75da053be5baab:
resolution: {integrity: sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
@ -3648,6 +3658,8 @@ packages:
'@babel/plugin-transform-react-jsx': ^7.14.9
eslint: ^8.1.0
dependencies:
'@babel/plugin-syntax-flow': 7.16.0_@babel+core@7.16.0
'@babel/plugin-transform-react-jsx': 7.16.0_@babel+core@7.16.0
eslint: 7.32.0
lodash: 4.17.21
string-natural-compare: 3.0.1
@ -5482,6 +5494,15 @@ packages:
engines: {node: '>=4'}
dev: true
/postcss-html/1.2.0:
resolution: {integrity: sha512-DEuVLHIf8wwqJtLAVGj0ol00PJFB9byPDZF+p56CAC5ktdlF9lFzLdhqbPxBza/jpBYwn17+fGeqvXxYh+h+CQ==}
engines: {node: ^12 || >=14}
dependencies:
htmlparser2: 7.1.2
postcss: 8.3.11
postcss-safe-parser: 6.0.0_postcss@8.3.11
dev: true
/postcss-media-query-parser/0.2.3:
resolution: {integrity: sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=}
dev: true
@ -5499,11 +5520,13 @@ packages:
postcss: 8.3.11
dev: true
/postcss-scss/4.0.2:
/postcss-scss/4.0.2_postcss@8.3.11:
resolution: {integrity: sha512-xfdkU128CkKKKVAwkyt0M8OdnelJ3MRcIRAPPQkRpoPeuzWY3RIeg7piRCpZ79MK7Q16diLXMMAD9dN5mauPlQ==}
engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.3.3
dependencies:
postcss: 8.3.11
dev: true
/postcss-selector-parser/6.0.6:
@ -6015,6 +6038,17 @@ packages:
resolution: {integrity: sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=}
dev: true
/stylelint-config-html/1.0.0_a00c61ac027be5fe35af9f500c0c4be2:
resolution: {integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==}
engines: {node: ^12 || >=14}
peerDependencies:
postcss-html: ^1.0.0
stylelint: '>=14.0.0'
dependencies:
postcss-html: 1.2.0
stylelint: 14.0.1
dev: true
/stylelint-config-idiomatic-order/8.1.0_stylelint@14.0.1:
resolution: {integrity: sha512-iTPY6JjbkIdzy+21x3a1xi/tG33zKhLJb6lZl1xg6jZrXjgIYelnRZ5xVtbcEP9rElxZq/Zu1eGthfvI+ri+YQ==}
peerDependencies:
@ -6024,12 +6058,12 @@ packages:
stylelint-order: 3.1.1_stylelint@14.0.1
dev: true
/stylelint-config-recommended-scss/5.0.1_stylelint@14.0.1:
/stylelint-config-recommended-scss/5.0.1_postcss@8.3.11+stylelint@14.0.1:
resolution: {integrity: sha512-kVI5lX8jtaw9uNnnxxziw+LhW59m0x/JzGj8zVepeFQJ56eM4HazN4gMyCRQQSLr/8CXlIHGOW34CV5hIMr3FQ==}
peerDependencies:
stylelint: ^14.0.0
dependencies:
postcss-scss: 4.0.2
postcss-scss: 4.0.2_postcss@8.3.11
stylelint: 14.0.1
stylelint-config-recommended: 6.0.0_stylelint@14.0.1
stylelint-scss: 4.0.0_stylelint@14.0.1
@ -6464,7 +6498,7 @@ packages:
'@open-wc/eslint-config': 7.0.0_@babel+eslint-plugin@7.14.5
eslint: 7.32.0
eslint-config-airbnb-base: 15.0.0_560ef94424f7023f0ab025f67f79aa67
eslint-plugin-flowtype: 8.0.3_eslint@7.32.0
eslint-plugin-flowtype: 8.0.3_f352da6f9c36c27d4e75da053be5baab
eslint-plugin-github: 4.3.4_eslint@7.32.0+typescript@4.4.4
eslint-plugin-mithril: 0.2.0
eslint-plugin-new-with-error: 2.0.0_eslint@7.32.0