Skip to content

Commit c16ea77

Browse files
committed
release v1.0.6
1 parent 4f058f1 commit c16ea77

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ovaas-front",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "OVaaS Front-end use Vue.js v3",
55
"license": "Apache-2.0",
66
"repository": "github:ovaas/ovaas-front",
@@ -12,7 +12,7 @@
1212
"release": "npx bumpp --commit --tag --push"
1313
},
1414
"dependencies": {
15-
"@vueuse/core": "^4.0.12",
15+
"@vueuse/core": "^4.1.0",
1616
"@vueuse/head": "^0.2.3",
1717
"axios": "^0.21.1",
1818
"image-js": "^0.31.4",
@@ -24,27 +24,27 @@
2424
},
2525
"devDependencies": {
2626
"@antfu/eslint-config": "^0.4.3",
27-
"@iconify/json": "^1.1.298",
28-
"@intlify/vite-plugin-vue-i18n": "1.0.0-beta.12",
27+
"@iconify/json": "^1.1.299",
28+
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.16",
2929
"@types/nprogress": "^0.2.0",
30-
"@typescript-eslint/eslint-plugin": "^4.14.2",
30+
"@typescript-eslint/eslint-plugin": "^4.15.0",
3131
"@vitejs/plugin-vue": "^1.1.4",
3232
"@vue/compiler-sfc": "^3.0.5",
3333
"@vue/server-renderer": "^3.0.5",
3434
"autoprefixer": "^10.2.4",
3535
"cross-env": "^7.0.3",
3636
"eslint": "^7.19.0",
37-
"postcss": "^8.2.4",
37+
"postcss": "^8.2.5",
3838
"postcss-nested": "^5.0.3",
3939
"rollup": "^2.38.5",
40-
"tailwindcss": "^2.0.2",
40+
"tailwindcss": "^2.0.3",
4141
"typescript": "^4.1.3",
4242
"vite": "^2.0.0-beta.65",
4343
"vite-plugin-components": "^0.6.6",
4444
"vite-plugin-icons": "^0.2.1",
45-
"vite-plugin-pages": "^0.2.2",
46-
"vite-plugin-pwa": "^0.4.3",
47-
"vite-ssg": "^0.8.0"
45+
"vite-plugin-pages": "0.3.0",
46+
"vite-plugin-pwa": "^0.4.6",
47+
"vite-ssg": "^0.8.2"
4848
},
4949
"eslintConfig": {
5050
"extends": "@antfu/eslint-config",

0 commit comments

Comments
 (0)