Skip to content

Commit

Permalink
🛟 fix: provider slots wrapper (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Jun 6, 2024
1 parent d223f5d commit 9060d11
Show file tree
Hide file tree
Showing 4 changed files with 5,311 additions and 4,383 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"deploy:gh-pages": "cross-env VITE_ROUTER_MODE=hash pnpm build",
"preview": "vite preview --host",
Expand Down Expand Up @@ -76,27 +76,27 @@
"vue-router": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@eslint/js": "^9.3.0",
"@iconify/json": "^2.2.215",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@eslint/js": "^9.4.0",
"@iconify/json": "^2.2.217",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/stylelint-plugin": "^2.1.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.13",
"@types/node": "^20.14.2",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vitest/coverage-v8": "^1.6.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -118,13 +118,13 @@
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.4.5",
"unocss": "^0.60.3",
"unocss": "^0.60.4",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.6.0",
"vue-eslint-parser": "^9.4.2"
"vue-eslint-parser": "^9.4.3"
}
}
Loading

0 comments on commit 9060d11

Please sign in to comment.