Skip to content

Commit 1bb91ea

Browse files
committed
pin @babel/helper-compilation-targets
1 parent 3d1f2f5 commit 1bb91ea

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

package.json

+14-17
Original file line numberDiff line numberDiff line change
@@ -59,33 +59,30 @@
5959
"types/*.d.ts"
6060
],
6161
"dependencies": {
62-
"@babel/code-frame": "7.18.6",
63-
"@babel/runtime": "7.18.9",
64-
"@types/aria-query": "5.0.1",
62+
"@babel/code-frame": "^7.10.4",
63+
"@babel/runtime": "^7.12.5",
64+
"@types/aria-query": "^5.0.1",
6565
"aria-query": "5.3.0",
66-
"dom-accessibility-api": "0.5.9",
67-
"lz-string": "1.5.0",
66+
"dom-accessibility-api": "^0.5.9",
67+
"lz-string": "^1.5.0",
6868
"picocolors": "1.1.1",
69-
"pretty-format": "27.0.2"
69+
"pretty-format": "^27.0.2"
7070
},
7171
"devDependencies": {
72-
"@testing-library/jest-dom": "5.11.6",
72+
"@testing-library/jest-dom": "^5.11.6",
7373
"browserslist": "4.21.8",
7474
"caniuse-lite": "1.0.30001502",
75-
"jest-in-case": "1.0.2",
76-
"jest-snapshot-serializer-ansi": "1.0.0",
77-
"jest-watch-select-projects": "2.0.0",
75+
"jest-in-case": "^1.0.2",
76+
"jest-snapshot-serializer-ansi": "^1.0.0",
77+
"jest-watch-select-projects": "^2.0.0",
7878
"jsdom": "20.0.0",
79-
"kcd-scripts": "13.0.0",
80-
"typescript": "4.5"
79+
"kcd-scripts": "^13.0.0",
80+
"typescript": "^4.1.2"
8181
},
8282
"overrides": {
83+
"@babel/helper-compilation-targets": "7.24.7",
8384
"browserslist": "4.21.8",
84-
"caniuse-lite": "1.0.30001502",
85-
"@babel/runtime": "7.18.9",
86-
"@babel/core": "7.18.13",
87-
"@babel/helper-compilation-targets": "7.18.9",
88-
"@types/node": "18.11.9"
85+
"caniuse-lite": "1.0.30001502"
8986
},
9087
"eslintConfig": {
9188
"extends": [

0 commit comments

Comments
 (0)