Skip to content

Commit

Permalink
pin @babel/helper-compilation-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Nov 23, 2024
1 parent 3d1f2f5 commit 1bb91ea
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,33 +59,30 @@
"types/*.d.ts"
],
"dependencies": {
"@babel/code-frame": "7.18.6",
"@babel/runtime": "7.18.9",
"@types/aria-query": "5.0.1",
"@babel/code-frame": "^7.10.4",
"@babel/runtime": "^7.12.5",
"@types/aria-query": "^5.0.1",
"aria-query": "5.3.0",
"dom-accessibility-api": "0.5.9",
"lz-string": "1.5.0",
"dom-accessibility-api": "^0.5.9",
"lz-string": "^1.5.0",
"picocolors": "1.1.1",
"pretty-format": "27.0.2"
"pretty-format": "^27.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.6",
"@testing-library/jest-dom": "^5.11.6",
"browserslist": "4.21.8",
"caniuse-lite": "1.0.30001502",
"jest-in-case": "1.0.2",
"jest-snapshot-serializer-ansi": "1.0.0",
"jest-watch-select-projects": "2.0.0",
"jest-in-case": "^1.0.2",
"jest-snapshot-serializer-ansi": "^1.0.0",
"jest-watch-select-projects": "^2.0.0",
"jsdom": "20.0.0",
"kcd-scripts": "13.0.0",
"typescript": "4.5"
"kcd-scripts": "^13.0.0",
"typescript": "^4.1.2"
},
"overrides": {
"@babel/helper-compilation-targets": "7.24.7",
"browserslist": "4.21.8",
"caniuse-lite": "1.0.30001502",
"@babel/runtime": "7.18.9",
"@babel/core": "7.18.13",
"@babel/helper-compilation-targets": "7.18.9",
"@types/node": "18.11.9"
"caniuse-lite": "1.0.30001502"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 1bb91ea

Please sign in to comment.