Skip to content

Commit 435e35e

Browse files
committed
remove babel
1 parent c676bb2 commit 435e35e

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"author": "Grafana",
1919
"license": "Apache-2.0",
2020
"devDependencies": {
21-
"@babel/core": "7.23.0",
2221
"@emotion/eslint-plugin": "11.11.0",
2322
"@grafana/e2e": "10.1.4",
2423
"@grafana/e2e-selectors": "10.1.4",

yarn.lock

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,6 @@
5454
json5 "^2.2.2"
5555
semver "^6.3.0"
5656

57-
"@babel/core@7.23.0":
58-
version "7.23.0"
59-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
60-
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
61-
dependencies:
62-
"@ampproject/remapping" "^2.2.0"
63-
"@babel/code-frame" "^7.22.13"
64-
"@babel/generator" "^7.23.0"
65-
"@babel/helper-compilation-targets" "^7.22.15"
66-
"@babel/helper-module-transforms" "^7.23.0"
67-
"@babel/helpers" "^7.23.0"
68-
"@babel/parser" "^7.23.0"
69-
"@babel/template" "^7.22.15"
70-
"@babel/traverse" "^7.23.0"
71-
"@babel/types" "^7.23.0"
72-
convert-source-map "^2.0.0"
73-
debug "^4.1.0"
74-
gensync "^1.0.0-beta.2"
75-
json5 "^2.2.3"
76-
semver "^6.3.1"
77-
7857
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
7958
version "7.23.2"
8059
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
@@ -286,7 +265,7 @@
286265
"@babel/template" "^7.22.15"
287266
"@babel/types" "^7.22.19"
288267

289-
"@babel/helpers@^7.22.0", "@babel/helpers@^7.23.0", "@babel/helpers@^7.23.2":
268+
"@babel/helpers@^7.22.0", "@babel/helpers@^7.23.2":
290269
version "7.23.2"
291270
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
292271
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
@@ -997,7 +976,7 @@
997976
"@babel/parser" "^7.22.15"
998977
"@babel/types" "^7.22.15"
999978

1000-
"@babel/traverse@^7.22.1", "@babel/traverse@^7.23.0", "@babel/traverse@^7.23.2":
979+
"@babel/traverse@^7.22.1", "@babel/traverse@^7.23.2":
1001980
version "7.23.2"
1002981
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1003982
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==

0 commit comments

Comments
 (0)