We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1517c commit fd94210Copy full SHA for fd94210
test-app/build-tools/jsparser/package.json
@@ -10,10 +10,10 @@
10
"author": "",
11
"license": "ISC",
12
"dependencies": {
13
- "@babel/traverse": "~7.13.17",
14
- "@babel/types": "~7.13.17",
15
- "@babel/parser": "7.13.16",
16
- "@babel/plugin-proposal-decorators":"7.13.15",
+ "@babel/parser": "~7.15.5",
+ "@babel/plugin-proposal-decorators": "~7.15.4",
+ "@babel/traverse": "~7.15.4",
+ "@babel/types": "~7.15.4",
17
"split": "1.0.1"
18
},
19
"repository": "https://github.com/NativeScript/android-runtime",
0 commit comments