|
30 | 30 | "serve": "vite preview --config vite.example.config.ts" |
31 | 31 | }, |
32 | 32 | "peerDependencies": { |
33 | | - "react": "^17.0.0", |
34 | | - "react-dom": "^17.0.0", |
35 | | - "react-query": "^3.19.1" |
| 33 | + "@tanstack/react-query": "^4.7.2", |
| 34 | + "react": "^18.2.0", |
| 35 | + "react-dom": "^18.2.0" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | 38 | "lodash.debounce": "^4.0.8" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@reach/rect": "^0.15.3", |
42 | | - "@rollup/plugin-typescript": "^8.2.5", |
43 | | - "@types/lodash.debounce": "^4.0.6", |
44 | | - "@types/node": "^16.4.3", |
45 | | - "@types/react": "^17.0.0", |
46 | | - "@types/react-dom": "^17.0.0", |
47 | | - "@types/styled-components": "^5.1.11", |
48 | | - "@typescript-eslint/eslint-plugin": "^4.28.5", |
49 | | - "@typescript-eslint/parser": "^4.28.5", |
50 | | - "@vitejs/plugin-react-refresh": "^1.3.1", |
51 | | - "eslint": "^7.31.0", |
52 | | - "eslint-config-prettier": "^8.3.0", |
53 | | - "eslint-plugin-prettier": "^3.4.0", |
54 | | - "eslint-plugin-react": "^7.24.0", |
55 | | - "eslint-plugin-react-hooks": "^4.2.0", |
56 | | - "leva": "^0.9.13", |
57 | | - "msw": "^0.33.2", |
58 | | - "nanoid": "^3.1.23", |
59 | | - "perfect-freehand": "^0.4.10", |
60 | | - "prettier": "^2.3.2", |
61 | | - "react": "^17.0.2", |
62 | | - "react-dom": "^17.0.2", |
63 | | - "react-query": "^3.19.1", |
| 41 | + "@reach/rect": "^0.17.0", |
| 42 | + "@rollup/plugin-typescript": "^8.5.0", |
| 43 | + "@tanstack/react-query": "^4.7.2", |
| 44 | + "@tanstack/react-query-devtools": "^4.7.2", |
| 45 | + "@types/lodash.debounce": "^4.0.7", |
| 46 | + "@types/node": "^18.7.23", |
| 47 | + "@types/react": "^18.0.21", |
| 48 | + "@types/react-dom": "^18.0.6", |
| 49 | + "@types/styled-components": "^5.1.26", |
| 50 | + "@typescript-eslint/eslint-plugin": "^5.38.1", |
| 51 | + "@typescript-eslint/parser": "^5.38.1", |
| 52 | + "@vitejs/plugin-react": "^2.1.0", |
| 53 | + "babel-plugin-macros": "^3.1.0", |
| 54 | + "babel-plugin-styled-components": "^2.0.7", |
| 55 | + "eslint": "^8.24.0", |
| 56 | + "eslint-config-prettier": "^8.5.0", |
| 57 | + "eslint-plugin-prettier": "^4.2.1", |
| 58 | + "eslint-plugin-react": "^7.31.8", |
| 59 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 60 | + "leva": "^0.9.31", |
| 61 | + "msw": "^0.47.3", |
| 62 | + "nanoid": "^4.0.0", |
| 63 | + "perfect-freehand": "^1.2.0", |
| 64 | + "prettier": "^2.7.1", |
| 65 | + "react": "^18.2.0", |
| 66 | + "react-dom": "^18.2.0", |
64 | 67 | "rollup-plugin-copy": "^3.4.0", |
65 | | - "styled-components": "^5.3.0", |
66 | | - "tailwindcss": "^2.2.7", |
67 | | - "twin.macro": "^2.6.2", |
68 | | - "typescript": "^4.3.2", |
69 | | - "vite": "^2.4.2", |
70 | | - "vite-plugin-babel-macros": "^1.0.5" |
| 68 | + "styled-components": "^5.3.6", |
| 69 | + "tailwindcss": "^3.1.8", |
| 70 | + "twin.macro": "^2.8.2", |
| 71 | + "typescript": "^4.8.4", |
| 72 | + "vite": "^3.1.4" |
71 | 73 | }, |
72 | 74 | "sideEffects": false, |
73 | 75 | "msw": { |
|
0 commit comments