@mo36924/babel-plugin-graphql-tagged-template 5.1.0 → 5.1.14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mo36924/babel-plugin-graphql-tagged-template",
|
3
3
|
"type": "module",
|
4
|
-
"version": "5.1.
|
4
|
+
"version": "5.1.14",
|
5
5
|
"description": "babel-plugin-graphql-tagged-template",
|
6
6
|
"author": "mo36924",
|
7
7
|
"license": "MIT",
|
@@ -47,12 +47,12 @@
|
|
47
47
|
"dist"
|
48
48
|
],
|
49
49
|
"dependencies": {
|
50
|
-
"@babel/core": "^7.
|
51
|
-
"@babel/helper-plugin-utils": "^7.
|
50
|
+
"@babel/core": "^7.26.0",
|
51
|
+
"@babel/helper-plugin-utils": "^7.25.9",
|
52
52
|
"@types/babel__core": "^7.20.5",
|
53
53
|
"@types/babel__helper-plugin-utils": "^7.10.3",
|
54
54
|
"base-x": "^5.0.0",
|
55
55
|
"graphql": "^16.9.0"
|
56
56
|
},
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "39dbb35229f5ea671f0c356000d63b81eba59f92"
|
58
58
|
}
|