chore(deps): ⬆️ Aggiornate dipendenze
This commit is contained in:
parent
c9525de61d
commit
1ee38497ca
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PublishConfigData" autoUpload="Always" serverName="Laragon" remoteFilesAllowedToDisappearOnAutoupload="false" autoUploadExternalChanges="true">
|
||||
<serverData>
|
||||
<paths name="Laragon">
|
||||
<serverdata>
|
||||
<mappings>
|
||||
<mapping deploy="\" local="$PROJECT_DIR$" web="/" />
|
||||
</mappings>
|
||||
</serverdata>
|
||||
</paths>
|
||||
</serverData>
|
||||
<option name="myAutoUpload" value="ALWAYS" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectTasksOptions" suppressed-tasks="SCSS" />
|
||||
</project>
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="WebServers">
|
||||
<option name="servers">
|
||||
<webServer id="db314d88-3809-497a-b944-c97a848507a4" name="Laragon" url="http://osm.local.dev">
|
||||
<fileTransfer mountedRoot="C:\laragon\www\osm" accessType="MOUNT" port="0" />
|
||||
</webServer>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
82
package.json
82
package.json
|
@ -21,26 +21,26 @@
|
|||
"@material/card": "^13.0.0",
|
||||
"@material/data-table": "^13.0.0",
|
||||
"@material/layout-grid": "^13.0.0",
|
||||
"@material/mwc-button": "^0.25.2",
|
||||
"@material/mwc-checkbox": "^0.25.2",
|
||||
"@material/mwc-circular-progress": "^0.25.2",
|
||||
"@material/mwc-dialog": "^0.25.2",
|
||||
"@material/mwc-drawer": "^0.25.2",
|
||||
"@material/mwc-fab": "^0.25.2",
|
||||
"@material/mwc-formfield": "^0.25.2",
|
||||
"@material/mwc-icon-button": "^0.25.2",
|
||||
"@material/mwc-linear-progress": "^0.25.2",
|
||||
"@material/mwc-list": "^0.25.2",
|
||||
"@material/mwc-menu": "^0.25.2",
|
||||
"@material/mwc-ripple": "^0.25.2",
|
||||
"@material/mwc-select": "^0.25.2",
|
||||
"@material/mwc-snackbar": "^0.25.2",
|
||||
"@material/mwc-textarea": "^0.25.2",
|
||||
"@material/mwc-textfield": "^0.25.2",
|
||||
"@material/mwc-top-app-bar": "^0.25.2",
|
||||
"@material/mwc-button": "^0.25.3",
|
||||
"@material/mwc-checkbox": "^0.25.3",
|
||||
"@material/mwc-circular-progress": "^0.25.3",
|
||||
"@material/mwc-dialog": "^0.25.3",
|
||||
"@material/mwc-drawer": "^0.25.3",
|
||||
"@material/mwc-fab": "^0.25.3",
|
||||
"@material/mwc-formfield": "^0.25.3",
|
||||
"@material/mwc-icon-button": "^0.25.3",
|
||||
"@material/mwc-linear-progress": "^0.25.3",
|
||||
"@material/mwc-list": "^0.25.3",
|
||||
"@material/mwc-menu": "^0.25.3",
|
||||
"@material/mwc-ripple": "^0.25.3",
|
||||
"@material/mwc-select": "^0.25.3",
|
||||
"@material/mwc-snackbar": "^0.25.3",
|
||||
"@material/mwc-textarea": "^0.25.3",
|
||||
"@material/mwc-textfield": "^0.25.3",
|
||||
"@material/mwc-top-app-bar": "^0.25.3",
|
||||
"@material/theme": "^13.0.0",
|
||||
"@material/typography": "^13.0.0",
|
||||
"@mdi/font": "^6.2.95",
|
||||
"@mdi/font": "^6.4.95",
|
||||
"async-wait-until": "^2.0.8",
|
||||
"cash-dom": "^8.1.0",
|
||||
"classnames": "^2.3.1",
|
||||
|
@ -57,46 +57,46 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@adeira/babel-preset-adeira": "^4.0.0",
|
||||
"@adeira/eslint-config": "^6.7.1",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/eslint-parser": "^7.15.8",
|
||||
"@adeira/eslint-config": "^6.7.2",
|
||||
"@babel/core": "^7.16.0",
|
||||
"@babel/eslint-parser": "^7.16.0",
|
||||
"@babel/eslint-plugin": "^7.14.5",
|
||||
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
|
||||
"@babel/plugin-transform-runtime": "^7.15.8",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@babel/plugin-proposal-throw-expressions": "^7.16.0",
|
||||
"@babel/plugin-transform-runtime": "^7.16.0",
|
||||
"@babel/preset-env": "^7.16.0",
|
||||
"@babel/preset-react": "^7.16.0",
|
||||
"@bunchtogether/vite-plugin-flow": "^1.0.1",
|
||||
"@open-wc/eslint-config": "^4.3.0",
|
||||
"@open-wc/eslint-config": "^7.0.0",
|
||||
"@openstamanager/eslint-config": "github:maicol07/eslint-config-openstamanager",
|
||||
"@openstamanager/vite-config": "github:maicol07/openstamanager-vite-config",
|
||||
"babel-plugin-transform-flow-enums": "^0.0.2",
|
||||
"concurrently": "^6.3.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-flowtype": "^6.1.0",
|
||||
"eslint-plugin-github": "^4.3.2",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-flowtype": "^8.0.3",
|
||||
"eslint-plugin-github": "^4.3.4",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-mithril": "^0.2.0",
|
||||
"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.4.1",
|
||||
"eslint-plugin-promise": "^5.1.1",
|
||||
"eslint-plugin-regexp": "^1.5.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"eslint-plugin-sonarjs": "^0.10.0",
|
||||
"eslint-plugin-switch-case": "^1.1.2",
|
||||
"eslint-plugin-unicorn": "^37.0.1",
|
||||
"eslint-plugin-unicorn": "^38.0.1",
|
||||
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
|
||||
"flow-bin": "^0.162.0",
|
||||
"flow-remove-types": "^2.162.0",
|
||||
"laravel-vite": "^0.0.21",
|
||||
"sass": "^1.43.2",
|
||||
"stylelint": "^13.13.1",
|
||||
"flow-bin": "^0.163.0",
|
||||
"flow-remove-types": "^2.163.0",
|
||||
"laravel-vite": "^0.0.22",
|
||||
"sass": "^1.43.4",
|
||||
"stylelint": "^14.0.1",
|
||||
"stylelint-config-idiomatic-order": "^8.1.0",
|
||||
"stylelint-config-recommended-scss": "^4.3.0",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"stylelint-scss": "^3.21.0",
|
||||
"stylelint-config-recommended-scss": "^5.0.1",
|
||||
"stylelint-config-standard": "^23.0.0",
|
||||
"stylelint-scss": "^4.0.0",
|
||||
"typescript": "^4.4.4",
|
||||
"vite": "^2.6.7",
|
||||
"vite": "^2.6.13",
|
||||
"vite-plugin-fonts": "^0.2.2"
|
||||
}
|
||||
}
|
||||
|
|
3013
pnpm-lock.yaml
3013
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -13,9 +13,6 @@ import m from 'mithril';
|
|||
|
||||
import {__} from './utils';
|
||||
|
||||
// Fix Mithril JSX durante la compilazione
|
||||
m.Fragment = '[';
|
||||
|
||||
// Variabili globali
|
||||
window.$ = $;
|
||||
window.m = m;
|
||||
|
|
Loading…
Reference in New Issue