Skip to content

Commit

Permalink
release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Feb 8, 2021
1 parent 4f058f1 commit c16ea77
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovaas-front",
"version": "1.0.5",
"version": "1.0.6",
"description": "OVaaS Front-end use Vue.js v3",
"license": "Apache-2.0",
"repository": "github:ovaas/ovaas-front",
Expand All @@ -12,7 +12,7 @@
"release": "npx bumpp --commit --tag --push"
},
"dependencies": {
"@vueuse/core": "^4.0.12",
"@vueuse/core": "^4.1.0",
"@vueuse/head": "^0.2.3",
"axios": "^0.21.1",
"image-js": "^0.31.4",
Expand All @@ -24,27 +24,27 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.4.3",
"@iconify/json": "^1.1.298",
"@intlify/vite-plugin-vue-i18n": "1.0.0-beta.12",
"@iconify/json": "^1.1.299",
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.16",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"@vue/server-renderer": "^3.0.5",
"autoprefixer": "^10.2.4",
"cross-env": "^7.0.3",
"eslint": "^7.19.0",
"postcss": "^8.2.4",
"postcss": "^8.2.5",
"postcss-nested": "^5.0.3",
"rollup": "^2.38.5",
"tailwindcss": "^2.0.2",
"tailwindcss": "^2.0.3",
"typescript": "^4.1.3",
"vite": "^2.0.0-beta.65",
"vite-plugin-components": "^0.6.6",
"vite-plugin-icons": "^0.2.1",
"vite-plugin-pages": "^0.2.2",
"vite-plugin-pwa": "^0.4.3",
"vite-ssg": "^0.8.0"
"vite-plugin-pages": "0.3.0",
"vite-plugin-pwa": "^0.4.6",
"vite-ssg": "^0.8.2"
},
"eslintConfig": {
"extends": "@antfu/eslint-config",
Expand Down

0 comments on commit c16ea77

Please sign in to comment.