Skip to content

Commit 40bbc53

Browse files
committed
Unpin @babel/types
1 parent fa62f78 commit 40bbc53

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

packages/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"sorcery": "1.0.0"
5151
},
5252
"devDependencies": {
53-
"@babel/types": "7.20.7",
53+
"@babel/types": "^7.26.3",
5454
"@sveltejs/kit": "^2.0.2",
5555
"svelte": "^4.2.8",
5656
"vite": "^5.4.11"

yarn.lock

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,12 +1644,12 @@
16441644
dependencies:
16451645
"@babel/types" "^7.24.7"
16461646

1647-
"@babel/helper-string-parser@^7.19.4", "@babel/helper-string-parser@^7.25.9":
1647+
"@babel/helper-string-parser@^7.25.9":
16481648
version "7.25.9"
16491649
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
16501650
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
16511651

1652-
"@babel/helper-validator-identifier@^7.19.1", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.25.9":
1652+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.25.9":
16531653
version "7.25.9"
16541654
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
16551655
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
@@ -2754,15 +2754,6 @@
27542754
debug "^4.3.1"
27552755
globals "^11.1.0"
27562756

2757-
"@babel/types@7.20.7":
2758-
version "7.20.7"
2759-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
2760-
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
2761-
dependencies:
2762-
"@babel/helper-string-parser" "^7.19.4"
2763-
"@babel/helper-validator-identifier" "^7.19.1"
2764-
to-fast-properties "^2.0.0"
2765-
27662757
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.5", "@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.17", "@babel/types@^7.22.19", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.4", "@babel/types@^7.25.6", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2":
27672758
version "7.26.0"
27682759
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
@@ -30577,11 +30568,6 @@ tmpl@1.0.x:
3057730568
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
3057830569
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
3057930570

30580-
to-fast-properties@^2.0.0:
30581-
version "2.0.0"
30582-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
30583-
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
30584-
3058530571
to-object-path@^0.3.0:
3058630572
version "0.3.0"
3058730573
resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"

0 commit comments

Comments
 (0)