|
19 | 19 | "test": "npm run test:2 && npm run test:3", |
20 | 20 | "test:2": "vue-demi-switch 2 vue2 && jest", |
21 | 21 | "test:3": "vue-demi-switch 3 && jest", |
| 22 | + "prettier": "prettier . --write", |
22 | 23 | "verify": "npm run lint && npm run test && npm run build" |
23 | 24 | }, |
24 | 25 | "repository": { |
|
39 | 40 | }, |
40 | 41 | "homepage": "https://github.com/DamianOsipiuk/vue-query#readme", |
41 | 42 | "dependencies": { |
42 | | - "match-sorter": "^6.3.0", |
43 | | - "react-query": "^3.23.2", |
| 43 | + "match-sorter": "^6.3.1", |
| 44 | + "react-query": "^3.30.0", |
44 | 45 | "vue-demi": "^0.10.1" |
45 | 46 | }, |
46 | 47 | "peerDependencies": { |
47 | 48 | "@nuxtjs/composition-api": "^0.24.4", |
48 | | - "@vue/composition-api": "^1.0.0-rc.1", |
| 49 | + "@vue/composition-api": "^1.0.0", |
49 | 50 | "vue": "^2.0.0 || >=3.0.0" |
50 | 51 | }, |
51 | 52 | "peerDependenciesMeta": { |
|
57 | 58 | } |
58 | 59 | }, |
59 | 60 | "devDependencies": { |
60 | | - "@commitlint/cli": "^13.1.0", |
61 | | - "@commitlint/config-conventional": "^13.1.0", |
62 | | - "@nuxtjs/composition-api": "^0.26.0", |
63 | | - "@rollup/plugin-node-resolve": "^13.0.4", |
64 | | - "@types/jest": "^26.0.21", |
65 | | - "@typescript-eslint/eslint-plugin": "^4.29.2", |
66 | | - "@typescript-eslint/parser": "^4.29.2", |
67 | | - "@vue/compiler-sfc": "^3.2.4", |
68 | | - "@vue/composition-api": "^1.1.1", |
| 61 | + "@commitlint/cli": "^13.2.1", |
| 62 | + "@commitlint/config-conventional": "^13.2.0", |
| 63 | + "@nuxtjs/composition-api": "^0.29.3", |
| 64 | + "@rollup/plugin-node-resolve": "^13.0.6", |
| 65 | + "@types/jest": "^27.0.2", |
| 66 | + "@typescript-eslint/eslint-plugin": "^5.1.0", |
| 67 | + "@typescript-eslint/parser": "^5.1.0", |
| 68 | + "@vue/compiler-sfc": "^3.2.20", |
| 69 | + "@vue/composition-api": "^1.2.4", |
69 | 70 | "@vue/eslint-config-prettier": "^6.0.0", |
70 | | - "@vue/eslint-config-typescript": "^7.0.0", |
71 | | - "eslint": "^7.32.0", |
| 71 | + "@vue/eslint-config-typescript": "^8.0.0", |
| 72 | + "eslint": "^8.1.0", |
72 | 73 | "eslint-config-prettier": "^8.3.0", |
73 | | - "eslint-plugin-prettier": "^3.4.0", |
74 | | - "eslint-plugin-vue": "^7.16.0", |
75 | | - "husky": "^7.0.1", |
76 | | - "jest": "^26.6.3", |
77 | | - "prettier": "^2.3.2", |
78 | | - "rollup": "^2.56.2", |
| 74 | + "eslint-plugin-prettier": "^4.0.0", |
| 75 | + "eslint-plugin-vue": "^7.20.0", |
| 76 | + "husky": "^7.0.4", |
| 77 | + "jest": "^27.3.1", |
| 78 | + "prettier": "^2.4.1", |
| 79 | + "rollup": "^2.58.0", |
79 | 80 | "rollup-plugin-auto-external": "^2.0.0", |
80 | 81 | "rollup-plugin-postcss": "^4.0.1", |
81 | 82 | "rollup-plugin-typescript2": "^0.30.0", |
82 | 83 | "rollup-plugin-vue": "^6.0.0", |
83 | | - "ts-jest": "^26.5.4", |
84 | | - "ts-node": "^10.2.1", |
85 | | - "typescript": "^4.3.5", |
86 | | - "vue": "^3.2.4", |
87 | | - "vue-jest": "^5.0.0-alpha.10", |
| 84 | + "ts-jest": "^27.0.7", |
| 85 | + "ts-node": "^10.4.0", |
| 86 | + "typescript": "^4.4.4", |
| 87 | + "vue": "^3.2.20", |
| 88 | + "@vue/vue3-jest": "27.0.0-alpha.1", |
88 | 89 | "vue2": "npm:vue@2" |
89 | 90 | } |
90 | 91 | } |
0 commit comments