|
1 | 1 | {
|
2 | 2 | "name": "@xsoulspace/vuefer",
|
3 | 3 | "description": "vuefer just a way to write Vue3 styled like Flutter with Tailwind CSS",
|
4 |
| - "version": "0.9.5", |
| 4 | + "version": "0.9.6", |
5 | 5 | "private": false,
|
6 | 6 | "author": {
|
7 | 7 | "name": "Anton Malofeev",
|
|
50 | 50 | ]
|
51 | 51 | },
|
52 | 52 | "dependencies": {
|
53 |
| - "tailwindcss": "^2.0.3", |
54 |
| - "vue": "^3.0.6", |
| 53 | + "tailwindcss": "^2.1.2", |
| 54 | + "vue": "^3.0.11", |
55 | 55 | "vue-draggable-next": "^2.0.1",
|
56 | 56 | "vue3-virtual-scroller": "^0.2.1"
|
57 | 57 | },
|
58 | 58 | "peerDependencies": {
|
59 |
| - "vue": "^3.0.6" |
| 59 | + "vue": "^3.0.11" |
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 |
| - "@types/jest": "^26.0.20", |
63 |
| - "@types/node": "^15.0.1", |
64 |
| - "@typescript-eslint/eslint-plugin": "^4.15.2", |
65 |
| - "@typescript-eslint/parser": "^4.15.2", |
66 |
| - "@vitejs/plugin-vue": "^1.1.5", |
67 |
| - "@vitejs/plugin-vue-jsx": "^1.1.2", |
68 |
| - "@vue/compiler-sfc": "^3.0.7", |
| 62 | + "@types/jest": "^26.0.23", |
| 63 | + "@types/node": "^15.3.0", |
| 64 | + "@typescript-eslint/eslint-plugin": "^4.23.0", |
| 65 | + "@typescript-eslint/parser": "^4.23.0", |
| 66 | + "@vitejs/plugin-vue": "^1.2.2", |
| 67 | + "@vitejs/plugin-vue-jsx": "^1.1.4", |
| 68 | + "@vue/compiler-sfc": "^3.0.11", |
69 | 69 | "@vue/eslint-config-prettier": "^6.0.0",
|
70 | 70 | "@vue/eslint-config-typescript": "^7.0.0",
|
71 |
| - "autoprefixer": "^10.2.4", |
72 |
| - "eslint": "^7.21.0", |
73 |
| - "eslint-plugin-prettier": "^3.3.1", |
74 |
| - "eslint-plugin-vue": "^7.7.0", |
| 71 | + "autoprefixer": "^10.2.5", |
| 72 | + "eslint": "^7.26.0", |
| 73 | + "eslint-plugin-prettier": "^3.4.0", |
| 74 | + "eslint-plugin-vue": "^7.9.0", |
75 | 75 | "jest": "^26.6.3",
|
76 |
| - "prettier": "^2.2.1", |
| 76 | + "prettier": "^2.3.0", |
77 | 77 | "rollup-plugin-copy": "^3.4.0",
|
78 | 78 | "rollup-plugin-typescript2": "^0.30.0",
|
79 |
| - "sass": "^1.32.8", |
80 |
| - "ts-jest": "^26.5.3", |
81 |
| - "typescript": "^4.2.2", |
82 |
| - "vite": "^2.0.4", |
| 79 | + "sass": "^1.32.13", |
| 80 | + "ts-jest": "^26.5.6", |
| 81 | + "typescript": "^4.2.4", |
| 82 | + "vite": "^2.3.2", |
83 | 83 | "yarn-upgrade-all": "^0.5.4"
|
84 | 84 | }
|
85 | 85 | }
|
0 commit comments