Skip to content

Commit

Permalink
feat: remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Sep 29, 2023
1 parent e654df8 commit 5a0b750
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const swcConfig = {
},
target: "es2016",
},
env: {
targets: "",
},
};

// eslint-disable-next-line no-undef
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"@commitlint/config-conventional": "^17.7.0",
"@jest/types": "^29.6.3",
"@playwright/test": "^1.38.0",
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.27",
"@swc/core": "^1.3.84",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.90.tgz#af770b063fe7f32488a87cf0a9777e11932f7a3a"
integrity sha512-OpWAW5ljKcPJ3SQ0pUuKqYfwXv7ssIhVgrH9XP9ONtdgXKWZRL9hqJQkcL55FARw/gDjKanoCM47wsTNQL+ZZA==

"@swc/core@^1.3.68":
"@swc/core@^1.3.84":
version "1.3.90"
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.90.tgz#ef43524b76ef04798e6afb01d90347f4f51de136"
integrity sha512-wptBxP4PldOnhmyDVj8qUcn++GRqyw1qc9wOTGtPNHz8cpuTfdfIgYGlhI4La0UYqecuaaIfLfokyuNePOMHPg==
Expand Down Expand Up @@ -1172,7 +1172,7 @@
dependencies:
tslib "^2.4.0"

"@swc/jest@^0.2.27":
"@swc/jest@^0.2.29":
version "0.2.29"
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.29.tgz#b27d647ec430c909f9bb567d1df2a47eaa3841f4"
integrity sha512-8reh5RvHBsSikDC3WGCd5ZTd2BXKkyOdK7QwynrCH58jk2cQFhhHhFBg/jvnWZehUQe/EoOImLENc9/DwbBFow==
Expand Down

0 comments on commit 5a0b750

Please sign in to comment.