1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

Updates modules

This commit is contained in:
Amir Raminfar
2022-08-15 15:06:24 -07:00
parent d44316fa9c
commit 5ab06d5906
2 changed files with 400 additions and 246 deletions

View File

@@ -24,12 +24,12 @@
"dependencies": { "dependencies": {
"@iconify-json/carbon": "^1.1.7", "@iconify-json/carbon": "^1.1.7",
"@iconify-json/cil": "^1.1.2", "@iconify-json/cil": "^1.1.2",
"@iconify-json/mdi": "^1.1.29", "@iconify-json/mdi": "^1.1.30",
"@iconify-json/mdi-light": "^1.1.2", "@iconify-json/mdi-light": "^1.1.2",
"@iconify-json/octicon": "^1.1.15", "@iconify-json/octicon": "^1.1.16",
"@oruga-ui/oruga-next": "^0.5.4", "@oruga-ui/oruga-next": "^0.5.4",
"@oruga-ui/theme-bulma": "^0.2.6", "@oruga-ui/theme-bulma": "^0.2.6",
"@vitejs/plugin-vue": "3.0.1", "@vitejs/plugin-vue": "3.0.3",
"@vue/compiler-sfc": "^3.2.37", "@vue/compiler-sfc": "^3.2.37",
"@vueuse/core": "^9.1.0", "@vueuse/core": "^9.1.0",
"@vueuse/router": "^9.1.0", "@vueuse/router": "^9.1.0",
@@ -39,24 +39,24 @@
"fuzzysort": "^2.0.1", "fuzzysort": "^2.0.1",
"hotkeys-js": "^3.9.4", "hotkeys-js": "^3.9.4",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"pinia": "^2.0.17", "pinia": "^2.0.18",
"sass": "^1.54.2", "sass": "^1.54.4",
"semver": "^7.3.7", "semver": "^7.3.7",
"splitpanes": "^3.1.1", "splitpanes": "^3.1.1",
"typescript": "^4.7.4", "typescript": "^4.7.4",
"unplugin-auto-import": "^0.10.3", "unplugin-auto-import": "^0.11.1",
"unplugin-icons": "^0.14.8", "unplugin-icons": "^0.14.8",
"unplugin-vue-components": "^0.22.0", "unplugin-vue-components": "^0.22.4",
"vite": "3.0.4", "vite": "3.0.7",
"vue": "^3.2.37", "vue": "^3.2.37",
"vue-router": "^4.1.3" "vue-router": "^4.1.3"
}, },
"devDependencies": { "devDependencies": {
"@pinia/testing": "^0.0.13", "@pinia/testing": "^0.0.13",
"@types/jest": "^28.1.6", "@types/jest": "^28.1.7",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.6.3", "@types/node": "^18.7.5",
"@types/semver": "^7.3.10", "@types/semver": "^7.3.12",
"@vue/test-utils": "^2.0.2", "@vue/test-utils": "^2.0.2",
"c8": "^7.12.0", "c8": "^7.12.0",
"eventsourcemock": "^2.0.0", "eventsourcemock": "^2.0.0",
@@ -66,9 +66,9 @@
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"release-it": "^15.2.0", "release-it": "^15.3.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"vitest": "^0.20.3" "vitest": "^0.22.0"
}, },
"lint-staged": { "lint-staged": {
"*.{js,vue,css}": [ "*.{js,vue,css}": [

620
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff