|
1 | 1 | {
|
2 | 2 | "name": "react-query-toolkit",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "author": {
|
5 | 5 | "name": "lifeisegg123",
|
6 | 6 |
|
7 | 7 | },
|
8 |
| - "main": "dist/index.umd.js", |
| 8 | + "main": "dist/index.cjs.js", |
9 | 9 | "types": "types/index.d.ts",
|
10 | 10 | "module": "dist/index.es.js",
|
11 | 11 | "repository": {
|
|
30 | 30 | ],
|
31 | 31 | "scripts": {
|
32 | 32 | "dev": "vite",
|
33 |
| - "build": "tsc && vite build", |
| 33 | + "build": "vite build && tsc", |
34 | 34 | "test": "vitest",
|
35 | 35 | "test:watch": "vitest --watch",
|
36 | 36 | "cov": "vitest run --coverage",
|
37 | 37 | "lint": "eslint ."
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@testing-library/react": "^13.1.1", |
41 |
| - "@typescript-eslint/eslint-plugin": "^5.19.0", |
42 |
| - "@typescript-eslint/parser": "^5.19.0", |
43 |
| - "@vitejs/plugin-react": "^1.3.1", |
44 |
| - "c8": "^7.11.0", |
45 |
| - "eslint": "^8.13.0", |
| 40 | + "@testing-library/react": "^13.4.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^5.36.2", |
| 42 | + "@typescript-eslint/parser": "^5.36.2", |
| 43 | + "@vitejs/plugin-react": "^2.1.0", |
| 44 | + "c8": "^7.12.0", |
| 45 | + "eslint": "^8.23.1", |
46 | 46 | "eslint-config-prettier": "^8.5.0",
|
47 |
| - "jsdom": "^19.0.0", |
48 |
| - "prettier": "^2.6.2", |
49 |
| - "react": "^18.0.0", |
50 |
| - "react-dom": "^18.0.0", |
51 |
| - "react-query": "^4.0.0-beta.11", |
52 |
| - "typescript": "^4.5.4", |
53 |
| - "vite": "^2.9.2", |
54 |
| - "vitest": "^0.12.6" |
| 47 | + "jsdom": "^20.0.0", |
| 48 | + "prettier": "^2.7.1", |
| 49 | + "react": "^18.2.0", |
| 50 | + "react-dom": "^18.2.0", |
| 51 | + "@tanstack/react-query": "^4.3.4", |
| 52 | + "typescript": "^4.8.3", |
| 53 | + "vite": "^3.1.0", |
| 54 | + "vitest": "^0.23.2" |
55 | 55 | },
|
56 | 56 | "peerDependencies": {
|
57 |
| - "react-query": "^4" |
| 57 | + "@tanstack/react-query": "^4" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments