Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed May 17, 2021
1 parent 51825aa commit e449377
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions packages/vuefer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xsoulspace/vuefer",
"description": "vuefer just a way to write Vue3 styled like Flutter with Tailwind CSS",
"version": "0.9.5",
"version": "0.9.6",
"private": false,
"author": {
"name": "Anton Malofeev",
Expand Down Expand Up @@ -50,36 +50,36 @@
]
},
"dependencies": {
"tailwindcss": "^2.0.3",
"vue": "^3.0.6",
"tailwindcss": "^2.1.2",
"vue": "^3.0.11",
"vue-draggable-next": "^2.0.1",
"vue3-virtual-scroller": "^0.2.1"
},
"peerDependencies": {
"vue": "^3.0.6"
"vue": "^3.0.11"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"@vitejs/plugin-vue": "^1.1.5",
"@vitejs/plugin-vue-jsx": "^1.1.2",
"@vue/compiler-sfc": "^3.0.7",
"@types/jest": "^26.0.23",
"@types/node": "^15.3.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vitejs/plugin-vue-jsx": "^1.1.4",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.2.4",
"eslint": "^7.21.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"autoprefixer": "^10.2.5",
"eslint": "^7.26.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-typescript2": "^0.30.0",
"sass": "^1.32.8",
"ts-jest": "^26.5.3",
"typescript": "^4.2.2",
"vite": "^2.0.4",
"sass": "^1.32.13",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4",
"vite": "^2.3.2",
"yarn-upgrade-all": "^0.5.4"
}
}

0 comments on commit e449377

Please sign in to comment.