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

Commit 24c80eb

Browse files
committed
v0.9.2
1 parent a022fe3 commit 24c80eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/vuefer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xsoulspace/vuefer",
33
"description": "vuefer just a way to write Vue3 styled like Flutter with Tailwind CSS",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"private": false,
66
"author": {
77
"name": "Anton Malofeev",
@@ -59,6 +59,7 @@
5959
"vue": "^3.0.6"
6060
},
6161
"devDependencies": {
62+
"@types/jest": "^26.0.20",
6263
"@types/node": "^14.14.31",
6364
"@typescript-eslint/eslint-plugin": "^4.15.2",
6465
"@typescript-eslint/parser": "^4.15.2",
@@ -71,14 +72,13 @@
7172
"eslint": "^7.21.0",
7273
"eslint-plugin-prettier": "^3.3.1",
7374
"eslint-plugin-vue": "^7.7.0",
75+
"jest": "^26.6.3",
7476
"prettier": "^2.2.1",
7577
"rollup-plugin-copy": "^3.4.0",
7678
"rollup-plugin-typescript2": "^0.30.0",
7779
"sass": "^1.32.8",
78-
"typescript": "^4.2.2",
79-
"@types/jest": "^26.0.20",
80-
"jest": "^26.6.3",
8180
"ts-jest": "^26.5.3",
81+
"typescript": "^4.2.2",
8282
"vite": "^2.0.4",
8383
"yarn-upgrade-all": "^0.5.4"
8484
}

0 commit comments

Comments
 (0)