|
64 | 64 | "website:clear": "cd website && bun run clear" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | | - "@babel/core": "^7.23.5", |
68 | | - "@babel/preset-env": "^7.23.5", |
| 67 | + "@babel/core": "^7.23.6", |
| 68 | + "@babel/preset-env": "^7.23.6", |
69 | 69 | "@babel/preset-react": "^7.23.3", |
70 | 70 | "@babel/preset-typescript": "^7.23.3", |
71 | 71 | "@react-native-picker/picker": "^2.6.1", |
|
75 | 75 | "@testing-library/user-event": "^14.5.1", |
76 | 76 | "@types/glob": "^8.1.0", |
77 | 77 | "@types/jest": "^29.5.11", |
78 | | - "@types/node": "^20.10.3", |
| 78 | + "@types/node": "^20.10.5", |
79 | 79 | "@types/prettier": "^2.7.3", |
80 | | - "@types/react": "^18.2.42", |
81 | | - "@types/react-dom": "^18.2.17", |
82 | | - "@types/web": "^0.0.125", |
83 | | - "@typescript-eslint/eslint-plugin": "^6.13.2", |
84 | | - "@typescript-eslint/parser": "^6.13.2", |
| 80 | + "@types/react": "^18.2.45", |
| 81 | + "@types/react-dom": "^18.2.18", |
| 82 | + "@types/web": "^0.0.130", |
| 83 | + "@typescript-eslint/eslint-plugin": "^6.15.0", |
| 84 | + "@typescript-eslint/parser": "^6.15.0", |
85 | 85 | "all-contributors-cli": "^6.26.1", |
86 | | - "bun-types": "^1.0.15", |
| 86 | + "bun-types": "^1.0.19", |
87 | 87 | "concurrently": "^8.2.2", |
88 | 88 | "esbuild-analyzer": "^0.2.0", |
89 | | - "eslint": "^8.55.0", |
| 89 | + "eslint": "^8.56.0", |
90 | 90 | "eslint-plugin-react": "^7.33.2", |
91 | 91 | "eslint-plugin-react-hooks": "^4.6.0", |
92 | 92 | "fast-json-stable-stringify": "^2.1.0", |
93 | 93 | "glob": "^10.3.10", |
94 | 94 | "jest": "^29.7.0", |
95 | 95 | "jest-environment-jsdom": "^29.7.0", |
96 | 96 | "jest-watch-typeahead": "^2.2.2", |
97 | | - "lerna": "^8.0.0", |
| 97 | + "lerna": "^8.0.1", |
98 | 98 | "native-base": "^3.4.28", |
99 | 99 | "prettier": "^2.8.8", |
100 | 100 | "prettier-plugin-organize-imports": "^3.2.4", |
|
103 | 103 | "react-dnd-test-backend": "^16.0.1", |
104 | 104 | "react-dnd-test-utils": "^16.0.1", |
105 | 105 | "react-dom": "^18.2.0", |
106 | | - "regenerator-runtime": "^0.14.0", |
| 106 | + "regenerator-runtime": "^0.14.1", |
107 | 107 | "swc-loader": "^0.2.3", |
108 | 108 | "tsup": "^8.0.1", |
109 | | - "typescript": "^5.3.2", |
110 | | - "vite": "^5.0.6" |
| 109 | + "typescript": "^5.3.3", |
| 110 | + "vite": "^5.0.10" |
111 | 111 | }, |
112 | 112 | "packageManager": "yarn@4.0.2", |
113 | 113 | "resolutions": { |
|
0 commit comments