mirror of
https://github.com/Safe-Support-Chat/ocrcc-chatbox
synced 2024-11-04 18:35:26 +00:00
Update dependency babel-preset-airbnb to v4 (#118)
This commit is contained in:
parent
fe3cbc8c2e
commit
f31f384afd
39
package-lock.json
generated
39
package-lock.json
generated
@ -891,6 +891,18 @@
|
||||
"@babel/helper-plugin-utils": "^7.0.0"
|
||||
}
|
||||
},
|
||||
"@babel/plugin-transform-runtime": {
|
||||
"version": "7.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.4.4.tgz",
|
||||
"integrity": "sha512-aMVojEjPszvau3NRg+TIH14ynZLvPewH4xhlCW1w6A3rkxTS1m4uwzRclYR9oS+rl/dr+kT+pzbfHuAWP/lc7Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/helper-module-imports": "^7.0.0",
|
||||
"@babel/helper-plugin-utils": "^7.0.0",
|
||||
"resolve": "^1.8.1",
|
||||
"semver": "^5.5.1"
|
||||
}
|
||||
},
|
||||
"@babel/plugin-transform-shorthand-properties": {
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz",
|
||||
@ -2719,23 +2731,24 @@
|
||||
}
|
||||
},
|
||||
"babel-preset-airbnb": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/babel-preset-airbnb/-/babel-preset-airbnb-3.3.2.tgz",
|
||||
"integrity": "sha512-PByDbITpJTkDq2AYhjh84jm7ccAPdFxGP7NC77uepVh5QFkz8VDPrMhZZKohWTBAwN0jBmzqGFPSUsEdq+2Kig==",
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/babel-preset-airbnb/-/babel-preset-airbnb-4.0.0.tgz",
|
||||
"integrity": "sha512-Fgz2WAWdTJcOLLTP9C+zdwoO6ikX7gdJ3TdwMwIEDrETiggkDobRz6H7hxat/WASbujZtYF8URM/ldCwtKaXIw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/helper-plugin-utils": "^7.0.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
||||
"@babel/plugin-transform-classes": "^7.2.0",
|
||||
"@babel/plugin-transform-exponentiation-operator": "^7.0.0",
|
||||
"@babel/plugin-transform-jscript": "^7.0.0",
|
||||
"@babel/plugin-transform-member-expression-literals": "^7.0.0",
|
||||
"@babel/plugin-transform-property-literals": "^7.0.0",
|
||||
"@babel/plugin-transform-property-mutators": "^7.0.0",
|
||||
"@babel/plugin-transform-template-literals": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
|
||||
"@babel/plugin-transform-classes": "^7.4.4",
|
||||
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
|
||||
"@babel/plugin-transform-jscript": "^7.2.0",
|
||||
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
|
||||
"@babel/plugin-transform-property-literals": "^7.2.0",
|
||||
"@babel/plugin-transform-property-mutators": "^7.2.0",
|
||||
"@babel/plugin-transform-runtime": "^7.4.4",
|
||||
"@babel/plugin-transform-template-literals": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.18"
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
|
||||
}
|
||||
},
|
||||
"babel-preset-jest": {
|
||||
|
@ -76,7 +76,7 @@
|
||||
"babel-eslint": "10.0.2",
|
||||
"babel-jest": "24.8.0",
|
||||
"babel-loader": "8.0.6",
|
||||
"babel-preset-airbnb": "3.3.2",
|
||||
"babel-preset-airbnb": "4.0.0",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"copy-webpack-plugin": "5.0.3",
|
||||
"css-loader": "3.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user