⬆️ update dependencies to latest

This commit is contained in:
Alexandre Mouton-Brady
2022-07-14 11:56:12 +02:00
parent 492c5a21b0
commit ed0772c518
41 changed files with 5825 additions and 5552 deletions
+8 -8
View File
@@ -11,18 +11,18 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.0",
"babel-preset-solid": "^1.4.2",
"jsdom": "^19.0.0",
"@babel/core": "^7.18.6",
"babel-preset-solid": "^1.4.6",
"jsdom": "^20.0.0",
"solid-dom-testing": "^0.0.3",
"solid-register": "^0.2.5",
"solid-testing-library": "^0.3.0",
"typescript": "^4.6.4",
"uvu": "^0.5.3",
"vite": "^2.9.9",
"vite-plugin-solid": "^2.2.6"
"typescript": "^4.7.4",
"uvu": "^0.5.6",
"vite": "^3.0.0",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"solid-js": "^1.4.2"
"solid-js": "^1.4.7"
}
}
+395 -418
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -3,8 +3,10 @@ import solidPlugin from 'vite-plugin-solid';
export default defineConfig({
plugins: [solidPlugin()],
server: {
port: 3000,
},
build: {
target: 'esnext',
polyfillDynamicImport: false,
},
});