ui: Update node modules
This commit is contained in:
parent
61fccca070
commit
41565729fd
2 changed files with 103 additions and 103 deletions
|
|
@ -9,15 +9,15 @@
|
|||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/kit": "next",
|
||||
"@sveltejs/kit": "^1.0.0-next.196",
|
||||
"eslint": "^7.22.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-plugin-svelte3": "^3.2.1",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier-plugin-svelte": "^2.4.0",
|
||||
"sass": "^1.43.3",
|
||||
"sass-loader": "^12.2.0",
|
||||
"svelte": "^3.44.0",
|
||||
"sass": "^1.43.4",
|
||||
"sass-loader": "^12.3.0",
|
||||
"svelte": "^3.44.1",
|
||||
"sveltestrap": "^5.6.3"
|
||||
},
|
||||
"type": "module",
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"@popperjs/core": "^2.10.2",
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.21",
|
||||
"bootstrap": "^5.1.3",
|
||||
"bootstrap-icons": "^1.6.1",
|
||||
"bootstrap-icons": "^1.7.0",
|
||||
"bootswatch": "^5.1.3",
|
||||
"hash-wasm": "^4.9.0",
|
||||
"seedrandom": "^3.0.5"
|
||||
|
|
|
|||
Reference in a new issue