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

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Mar 14, 2021
1 parent a022fe3 commit 24c80eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1",
"version": "0.9.2",
"private": false,
"author": {
"name": "Anton Malofeev",
Expand Down Expand Up @@ -59,6 +59,7 @@
"vue": "^3.0.6"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
Expand All @@ -71,14 +72,13 @@
"eslint": "^7.21.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-typescript2": "^0.30.0",
"sass": "^1.32.8",
"typescript": "^4.2.2",
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"ts-jest": "^26.5.3",
"typescript": "^4.2.2",
"vite": "^2.0.4",
"yarn-upgrade-all": "^0.5.4"
}
Expand Down

0 comments on commit 24c80eb

Please sign in to comment.