Skip to content

Commit 7ceb643

Browse files
author
xbb
committed
fix: Bump babel version to 7.8.7
1 parent f4e0783 commit 7ceb643

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,19 @@
8787
},
8888
"homepage": "https://github.com/codemodsquad/astx#readme",
8989
"devDependencies": {
90-
"@babel/cli": "^7.1.5",
91-
"@babel/core": "^7.1.6",
92-
"@babel/plugin-proposal-class-properties": "^7.1.0",
93-
"@babel/plugin-proposal-export-default-from": "^7.0.0",
94-
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
95-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
96-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
97-
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
98-
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
99-
"@babel/plugin-transform-runtime": "^7.1.0",
100-
"@babel/preset-env": "^7.1.6",
101-
"@babel/preset-typescript": "^7.7.2",
102-
"@babel/register": "^7.0.0",
90+
"@babel/cli": "^7.8.7",
91+
"@babel/core": "^7.8.7",
92+
"@babel/plugin-proposal-class-properties": "^7.8.7",
93+
"@babel/plugin-proposal-export-default-from": "^7.8.7",
94+
"@babel/plugin-proposal-export-namespace-from": "^7.8.7",
95+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.7",
96+
"@babel/plugin-proposal-object-rest-spread": "^7.8.7",
97+
"@babel/plugin-proposal-optional-chaining": "^7.8.7",
98+
"@babel/plugin-syntax-dynamic-import": "^7.8.7",
99+
"@babel/plugin-transform-runtime": "^7.8.7",
100+
"@babel/preset-env": "^7.8.7",
101+
"@babel/preset-typescript": "^7.8.7",
102+
"@babel/register": "^7.8.7",
103103
"@commitlint/cli": "^11.0.0",
104104
"@commitlint/config-conventional": "^11.0.0",
105105
"@jedwards1211/commitlint-config": "^1.0.1",

0 commit comments

Comments
 (0)