mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 16:32:16 +00:00
Bump @vue/cli-plugin-babel from 4.0.0 to 4.0.4 in /website/client (#11433)
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) from 4.0.0 to 4.0.4. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.0.4/packages/@vue/cli-plugin-babel) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
ccae63f26d
commit
caf5eaeb9b
2 changed files with 12 additions and 12 deletions
22
website/client/package-lock.json
generated
22
website/client/package-lock.json
generated
|
|
@ -1039,9 +1039,9 @@
|
|||
}
|
||||
},
|
||||
"@vue/babel-preset-app": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-4.0.0.tgz",
|
||||
"integrity": "sha512-rxPONOjfcXjNlAHnlFTXB6Z+mf3l2kuLol1w9bhruo+vOAbPDlhpsXfK7dpu8km20IHUAuNN50S1LdKw9Gw38g==",
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-4.0.4.tgz",
|
||||
"integrity": "sha512-MxNnTpzWlShG6uP3m1afIySRDcjmxK22C/nxkGYQx9Qd6Yal7jku5Ou2xBZcU5zQI1NkQQVVnFgsdAWGyYq3cg==",
|
||||
"requires": {
|
||||
"@babel/helper-module-imports": "^7.0.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
||||
|
|
@ -1117,21 +1117,21 @@
|
|||
"integrity": "sha512-tA3ZCDY3nzKgZcr2ymzZjebNuosKpZo+zRbyp2F2v4NghmflZXb2i/TGv6dZa3fVqCbtBwi5K5KYD9lqg+9C4g=="
|
||||
},
|
||||
"@vue/cli-plugin-babel": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-babel/-/cli-plugin-babel-4.0.0.tgz",
|
||||
"integrity": "sha512-2lMiVSPes2uCkhTqmR25Jru7kv8AAMhBoj7UVTXOCJtBUVVyeh/Ek8jSdH60UoE+eONvT2MId7VYkZS3GLbMXQ==",
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-babel/-/cli-plugin-babel-4.0.4.tgz",
|
||||
"integrity": "sha512-AE6AGc23n2muPgM3wgF9ZEjWmuU2+KN+FGRVPEfXVXWU907d9ATn4SIVFcsLxr+5EIIfZ1sxiHQ5p2rAC+Sljg==",
|
||||
"requires": {
|
||||
"@babel/core": "^7.4.5",
|
||||
"@vue/babel-preset-app": "^4.0.0",
|
||||
"@vue/cli-shared-utils": "^4.0.0",
|
||||
"@vue/babel-preset-app": "^4.0.4",
|
||||
"@vue/cli-shared-utils": "^4.0.4",
|
||||
"babel-loader": "^8.0.6",
|
||||
"webpack": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-shared-utils": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.0.0.tgz",
|
||||
"integrity": "sha512-ObihMrHX/DPh0TMuorttRMhh15g+XRq6pJaDhHKzpOppxOdYxztIvf3pyUt4ucNJKS696DXYwKfR3QflbKI/mA==",
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-4.0.4.tgz",
|
||||
"integrity": "sha512-f8a9MxZJ89zw783gk2yjG6wPu5IHnmrH8whc1jMJhWNKxRTgCkUxevPVQIobiWy1UtMBdDXXOLxd4PRNK9nyxQ==",
|
||||
"requires": {
|
||||
"@hapi/joi": "^15.0.1",
|
||||
"chalk": "^2.4.1",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"postinstall": "if [ -n \"$npm_config_production\" ]; then npm run build; fi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.0.0",
|
||||
"@vue/cli-plugin-babel": "^4.0.4",
|
||||
"@vue/cli-plugin-eslint": "^4.0.1",
|
||||
"@vue/cli-plugin-router": "^4.0.4",
|
||||
"@vue/cli-plugin-unit-mocha": "^4.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue