|
1 | 1 | {
|
2 | 2 | "name": "ovaas-front",
|
3 |
| - "version": "1.0.5", |
| 3 | + "version": "1.0.6", |
4 | 4 | "description": "OVaaS Front-end use Vue.js v3",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "repository": "github:ovaas/ovaas-front",
|
|
12 | 12 | "release": "npx bumpp --commit --tag --push"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@vueuse/core": "^4.0.12", |
| 15 | + "@vueuse/core": "^4.1.0", |
16 | 16 | "@vueuse/head": "^0.2.3",
|
17 | 17 | "axios": "^0.21.1",
|
18 | 18 | "image-js": "^0.31.4",
|
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 | 26 | "@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", |
29 | 29 | "@types/nprogress": "^0.2.0",
|
30 |
| - "@typescript-eslint/eslint-plugin": "^4.14.2", |
| 30 | + "@typescript-eslint/eslint-plugin": "^4.15.0", |
31 | 31 | "@vitejs/plugin-vue": "^1.1.4",
|
32 | 32 | "@vue/compiler-sfc": "^3.0.5",
|
33 | 33 | "@vue/server-renderer": "^3.0.5",
|
34 | 34 | "autoprefixer": "^10.2.4",
|
35 | 35 | "cross-env": "^7.0.3",
|
36 | 36 | "eslint": "^7.19.0",
|
37 |
| - "postcss": "^8.2.4", |
| 37 | + "postcss": "^8.2.5", |
38 | 38 | "postcss-nested": "^5.0.3",
|
39 | 39 | "rollup": "^2.38.5",
|
40 |
| - "tailwindcss": "^2.0.2", |
| 40 | + "tailwindcss": "^2.0.3", |
41 | 41 | "typescript": "^4.1.3",
|
42 | 42 | "vite": "^2.0.0-beta.65",
|
43 | 43 | "vite-plugin-components": "^0.6.6",
|
44 | 44 | "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" |
48 | 48 | },
|
49 | 49 | "eslintConfig": {
|
50 | 50 | "extends": "@antfu/eslint-config",
|
|
0 commit comments