|
102 | 102 | "use-sync-external-store": "1.2.0" |
103 | 103 | }, |
104 | 104 | "devDependencies": { |
105 | | - "@babel/core": "^7.22.10", |
106 | | - "@babel/helper-module-imports": "^7.22.5", |
107 | | - "@babel/plugin-transform-react-jsx": "^7.22.5", |
108 | | - "@babel/plugin-transform-typescript": "^7.22.10", |
109 | | - "@babel/preset-env": "^7.22.10", |
110 | | - "@babel/types": "^7.22.10", |
| 105 | + "@babel/core": "^7.23.2", |
| 106 | + "@babel/helper-module-imports": "^7.22.15", |
| 107 | + "@babel/plugin-transform-react-jsx": "^7.22.15", |
| 108 | + "@babel/plugin-transform-typescript": "^7.22.15", |
| 109 | + "@babel/preset-env": "^7.23.2", |
| 110 | + "@babel/types": "^7.23.0", |
111 | 111 | "@redux-devtools/extension": "^3.2.5", |
112 | | - "@rollup/plugin-alias": "^5.0.0", |
113 | | - "@rollup/plugin-babel": "^6.0.3", |
114 | | - "@rollup/plugin-node-resolve": "^15.1.0", |
115 | | - "@rollup/plugin-replace": "^5.0.2", |
116 | | - "@rollup/plugin-terser": "^0.4.3", |
117 | | - "@rollup/plugin-typescript": "^11.1.2", |
| 112 | + "@rollup/plugin-alias": "^5.0.1", |
| 113 | + "@rollup/plugin-babel": "^6.0.4", |
| 114 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 115 | + "@rollup/plugin-replace": "^5.0.4", |
| 116 | + "@rollup/plugin-terser": "^0.4.4", |
| 117 | + "@rollup/plugin-typescript": "^11.1.5", |
118 | 118 | "@testing-library/react": "^14.0.0", |
119 | | - "@types/babel-plugin-macros": "^3.1.0", |
120 | | - "@types/jsdom": "^21.1.1", |
121 | | - "@types/react": "^18.2.20", |
122 | | - "@types/react-dom": "^18.2.7", |
123 | | - "@types/use-sync-external-store": "^0.0.3", |
124 | | - "@typescript-eslint/eslint-plugin": "^6.3.0", |
125 | | - "@typescript-eslint/parser": "^6.3.0", |
126 | | - "@vitest/coverage-c8": "^0.33.0", |
| 119 | + "@types/babel-plugin-macros": "^3.1.2", |
| 120 | + "@types/jsdom": "^21.1.4", |
| 121 | + "@types/react": "^18.2.31", |
| 122 | + "@types/react-dom": "^18.2.14", |
| 123 | + "@types/use-sync-external-store": "^0.0.5", |
| 124 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 125 | + "@typescript-eslint/parser": "^6.8.0", |
| 126 | + "@vitest/coverage-v8": "0.33.0", |
127 | 127 | "@vitest/ui": "0.33.0", |
128 | 128 | "aslemammad-vite-plugin-macro": "^1.0.0", |
129 | 129 | "babel-plugin-macros": "^3.1.0", |
130 | 130 | "babel-plugin-tester": "10.1.0", |
131 | | - "concurrently": "^8.2.0", |
| 131 | + "concurrently": "^8.2.2", |
132 | 132 | "downlevel-dts": "^0.11.0", |
133 | | - "esbuild": "^0.19.1", |
134 | | - "eslint": "^8.47.0", |
| 133 | + "esbuild": "^0.19.5", |
| 134 | + "eslint": "^8.52.0", |
135 | 135 | "eslint-config-prettier": "^9.0.0", |
136 | 136 | "eslint-import-resolver-alias": "^1.1.2", |
137 | | - "eslint-plugin-import": "^2.28.0", |
138 | | - "eslint-plugin-prettier": "^5.0.0", |
139 | | - "eslint-plugin-react": "^7.33.1", |
| 137 | + "eslint-plugin-import": "^2.28.1", |
| 138 | + "eslint-plugin-prettier": "^5.0.1", |
| 139 | + "eslint-plugin-react": "^7.33.2", |
140 | 140 | "eslint-plugin-react-hooks": "^4.6.0", |
141 | | - "eslint-plugin-vitest": "^0.2.8", |
| 141 | + "eslint-plugin-vitest": "^0.3.8", |
142 | 142 | "jsdom": "^22.1.0", |
143 | 143 | "json": "^11.0.0", |
144 | 144 | "postinstall-postinstall": "^2.1.0", |
145 | | - "prettier": "^3.0.1", |
| 145 | + "prettier": "^3.0.3", |
146 | 146 | "proxy-memoize": "^2.0.4", |
147 | 147 | "react": "^18.2.0", |
148 | 148 | "react-dom": "^18.2.0", |
149 | 149 | "redux": "^4.2.1", |
150 | | - "rollup": "^3.28.0", |
151 | | - "rollup-plugin-esbuild": "^5.0.0", |
| 150 | + "rollup": "^4.1.4", |
| 151 | + "rollup-plugin-esbuild": "^6.1.0", |
152 | 152 | "shx": "^0.3.4", |
153 | 153 | "ts-expect": "^1.3.0", |
154 | | - "tslib": "^2.6.1", |
155 | | - "typescript": "^5.1.6", |
156 | | - "vite": "^4.4.9", |
| 154 | + "tslib": "^2.6.2", |
| 155 | + "typescript": "^5.2.2", |
| 156 | + "vite": "^4.5.0", |
157 | 157 | "vitest": "0.33.0" |
158 | 158 | }, |
159 | 159 | "peerDependencies": { |
|
0 commit comments