Skip to content

Commit 2d9f35c

Browse files
authored
Merge pull request #215 from Resgrid/develop
RU-T42 Fixing build issue.
2 parents e36beca + ed5b635 commit 2d9f35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@
174174
"react-query-kit": "~3.3.0",
175175
"tailwind-variants": "~0.2.1",
176176
"zod": "~3.23.8",
177-
"zustand": "~4.5.5"
177+
"zustand": "~4.5.5",
178+
"babel-plugin-transform-import-meta": "^2.3.3"
178179
},
179180
"devDependencies": {
180181
"@babel/core": "~7.26.0",
@@ -193,7 +194,6 @@
193194
"@typescript-eslint/eslint-plugin": "~5.62.0",
194195
"@typescript-eslint/parser": "~5.62.0",
195196
"babel-jest": "~30.0.0",
196-
"babel-plugin-transform-import-meta": "^2.3.3",
197197
"concurrently": "9.2.1",
198198
"cross-env": "~7.0.3",
199199
"dotenv": "~16.4.5",

0 commit comments

Comments
 (0)