mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-01 00:55:26 +00:00
Update dependency @babel/core to v7.7.5
This commit is contained in:
parent
8558a1aeea
commit
2e7e5bea29
25
package-lock.json
generated
25
package-lock.json
generated
@ -14,15 +14,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/core": {
|
"@babel/core": {
|
||||||
"version": "7.7.4",
|
"version": "7.7.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.4.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.5.tgz",
|
||||||
"integrity": "sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==",
|
"integrity": "sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/code-frame": "^7.5.5",
|
"@babel/code-frame": "^7.5.5",
|
||||||
"@babel/generator": "^7.7.4",
|
"@babel/generator": "^7.7.4",
|
||||||
"@babel/helpers": "^7.7.4",
|
"@babel/helpers": "^7.7.4",
|
||||||
"@babel/parser": "^7.7.4",
|
"@babel/parser": "^7.7.5",
|
||||||
"@babel/template": "^7.7.4",
|
"@babel/template": "^7.7.4",
|
||||||
"@babel/traverse": "^7.7.4",
|
"@babel/traverse": "^7.7.4",
|
||||||
"@babel/types": "^7.7.4",
|
"@babel/types": "^7.7.4",
|
||||||
@ -85,21 +85,10 @@
|
|||||||
"@babel/types": "^7.7.4"
|
"@babel/types": "^7.7.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/helpers": {
|
|
||||||
"version": "7.7.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.7.4.tgz",
|
|
||||||
"integrity": "sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"@babel/template": "^7.7.4",
|
|
||||||
"@babel/traverse": "^7.7.4",
|
|
||||||
"@babel/types": "^7.7.4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@babel/parser": {
|
"@babel/parser": {
|
||||||
"version": "7.7.4",
|
"version": "7.7.5",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.4.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.5.tgz",
|
||||||
"integrity": "sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==",
|
"integrity": "sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@babel/template": {
|
"@babel/template": {
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
"author": "seriousben https://github.com/seriousben",
|
"author": "seriousben https://github.com/seriousben",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.7.4",
|
"@babel/core": "7.7.5",
|
||||||
"@babel/plugin-proposal-class-properties": "7.7.4",
|
"@babel/plugin-proposal-class-properties": "7.7.4",
|
||||||
"@babel/plugin-proposal-decorators": "7.7.4",
|
"@babel/plugin-proposal-decorators": "7.7.4",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "7.7.4",
|
"@babel/plugin-proposal-export-namespace-from": "7.7.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user