|
106 | 106 | "dependencies": { |
107 | 107 | "derive-valtio": "0.1.0", |
108 | 108 | "proxy-compare": "2.6.0", |
109 | | - "use-sync-external-store": "1.2.0" |
| 109 | + "use-sync-external-store": "1.2.2" |
110 | 110 | }, |
111 | 111 | "devDependencies": { |
112 | | - "@babel/core": "^7.24.0", |
113 | | - "@babel/helper-module-imports": "^7.22.15", |
| 112 | + "@babel/core": "^7.24.4", |
| 113 | + "@babel/helper-module-imports": "^7.24.3", |
114 | 114 | "@babel/plugin-transform-react-jsx": "^7.23.4", |
115 | | - "@babel/plugin-transform-typescript": "^7.23.6", |
116 | | - "@babel/preset-env": "^7.24.0", |
| 115 | + "@babel/plugin-transform-typescript": "^7.24.4", |
| 116 | + "@babel/preset-env": "^7.24.4", |
117 | 117 | "@babel/types": "^7.24.0", |
118 | 118 | "@redux-devtools/extension": "^3.3.0", |
119 | 119 | "@rollup/plugin-alias": "^5.1.0", |
|
122 | 122 | "@rollup/plugin-replace": "^5.0.5", |
123 | 123 | "@rollup/plugin-terser": "^0.4.4", |
124 | 124 | "@rollup/plugin-typescript": "^11.1.6", |
125 | | - "@testing-library/react": "^14.2.1", |
| 125 | + "@testing-library/react": "^15.0.5", |
126 | 126 | "@types/babel-plugin-macros": "^3.1.3", |
127 | 127 | "@types/jsdom": "^21.1.6", |
128 | 128 | "@types/react": "18.2.56", |
129 | | - "@types/react-dom": "^18.2.19", |
| 129 | + "@types/react-dom": "^18.3.0", |
130 | 130 | "@types/use-sync-external-store": "^0.0.6", |
131 | | - "@typescript-eslint/eslint-plugin": "^7.1.0", |
132 | | - "@typescript-eslint/parser": "^7.1.0", |
133 | | - "@vitest/coverage-v8": "^1.4.0", |
134 | | - "@vitest/ui": "^1.4.0", |
| 131 | + "@typescript-eslint/eslint-plugin": "^7.7.1", |
| 132 | + "@typescript-eslint/parser": "^7.7.1", |
| 133 | + "@vitest/coverage-v8": "^1.5.2", |
| 134 | + "@vitest/ui": "^1.5.2", |
135 | 135 | "aslemammad-vite-plugin-macro": "^1.0.0", |
136 | 136 | "babel-plugin-macros": "^3.1.0", |
137 | 137 | "babel-plugin-tester": "10.1.0", |
138 | 138 | "concurrently": "^8.2.2", |
139 | 139 | "downlevel-dts": "^0.11.0", |
140 | | - "esbuild": "^0.20.1", |
141 | | - "eslint": "^8.57.0", |
| 140 | + "esbuild": "^0.20.2", |
| 141 | + "eslint": "8.57.0", |
142 | 142 | "eslint-config-prettier": "^9.1.0", |
143 | 143 | "eslint-import-resolver-alias": "^1.1.2", |
144 | 144 | "eslint-plugin-import": "^2.29.1", |
145 | 145 | "eslint-plugin-prettier": "^5.1.3", |
146 | | - "eslint-plugin-react": "^7.33.2", |
147 | | - "eslint-plugin-react-hooks": "^4.6.0", |
148 | | - "eslint-plugin-vitest": "^0.3.22", |
| 146 | + "eslint-plugin-react": "^7.34.1", |
| 147 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 148 | + "eslint-plugin-vitest": "^0.5.4", |
149 | 149 | "jest-leak-detector": "^29.7.0", |
150 | 150 | "jsdom": "^24.0.0", |
151 | 151 | "json": "^11.0.0", |
152 | 152 | "postinstall-postinstall": "^2.1.0", |
153 | 153 | "prettier": "^3.2.5", |
154 | 154 | "proxy-memoize": "^2.0.5", |
155 | | - "react": "^18.2.0", |
156 | | - "react-dom": "^18.2.0", |
| 155 | + "react": "^18.3.1", |
| 156 | + "react-dom": "^18.3.1", |
157 | 157 | "redux": "^5.0.1", |
158 | | - "rollup": "^4.12.0", |
| 158 | + "rollup": "^4.17.0", |
159 | 159 | "rollup-plugin-esbuild": "^6.1.1", |
160 | 160 | "shx": "^0.3.4", |
161 | 161 | "ts-expect": "^1.3.0", |
162 | 162 | "tslib": "^2.6.2", |
163 | | - "typescript": "^5.3.3", |
164 | | - "vite": "^5.1.4", |
165 | | - "vitest": "^1.4.0" |
| 163 | + "typescript": "^5.4.5", |
| 164 | + "vite": "^5.2.10", |
| 165 | + "vitest": "^1.5.2" |
166 | 166 | }, |
167 | 167 | "resolutions": { |
168 | 168 | "@types/react": "18.2.56" |
|
0 commit comments