Skip to content

Commit

Permalink
chore: remove babel-jest and related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored and rolandjitsu committed Oct 4, 2024
1 parent dcccdf1 commit f4ae487
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.30",
"babel-jest": "^28.0.3",
"camelcase": "^6.3.0",
"jest": "^28.0.3",
"jest-environment-jsdom": "^28.0.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==

"@babel/core@^7.11.6", "@babel/core@^7.17.10":
"@babel/core@^7.11.6":
version "7.17.10"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
integrity sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==
Expand Down

0 comments on commit f4ae487

Please sign in to comment.