update babel and fix vulnerabilities
This commit is contained in:
parent
8a1c5975e4
commit
08bda701e4
4
.babelrc
4
.babelrc
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"presets": ["env", "react"],
|
"presets": ["@babel/preset-env", "@babel/preset-react"],
|
||||||
"plugins": ["transform-object-rest-spread"]
|
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
|
||||||
}
|
}
|
||||||
|
|||||||
13566
package-lock.json
generated
13566
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
17
package.json
17
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "feather-icons-react",
|
"name": "feather-icons-react",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"description": "Feather Icons as a React component.",
|
"description": "Feather Icons as a React component.",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -27,11 +27,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/ianmiller347/feather-icons-react#readme",
|
"homepage": "https://github.com/ianmiller347/feather-icons-react#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "^6.26.0",
|
"@babel/cli": "^7.2.3",
|
||||||
"babel-core": "^6.26.3",
|
"@babel/core": "^7.3.4",
|
||||||
"babel-eslint": "^8.2.3",
|
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
|
||||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
"@babel/preset-env": "^7.3.4",
|
||||||
"babel-preset-react": "^6.24.1",
|
"@babel/preset-react": "^7.0.0",
|
||||||
|
"babel-eslint": "^10.0.1",
|
||||||
"eslint": "^4.19.1",
|
"eslint": "^4.19.1",
|
||||||
"eslint-plugin-import": "^2.12.0",
|
"eslint-plugin-import": "^2.12.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||||
@ -39,11 +40,9 @@
|
|||||||
"eslint-watch": "^3.1.5",
|
"eslint-watch": "^3.1.5",
|
||||||
"prop-types": "^15.6.1",
|
"prop-types": "^15.6.1",
|
||||||
"react": "^16.4.1",
|
"react": "^16.4.1",
|
||||||
"react-dom": "^16.4.1",
|
"react-dom": "^16.4.1"
|
||||||
"react-scripts": "^1.1.4"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-preset-env": "^1.7.0",
|
|
||||||
"dompurify": "^1.0.5",
|
"dompurify": "^1.0.5",
|
||||||
"jsdom": "^12.0.0"
|
"jsdom": "^12.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user