Skip to content

Commit

Permalink
Update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
12 committed Jun 12, 2020
1 parent 8a6535c commit 41eac09
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 664 deletions.
43 changes: 18 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,30 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.3",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-styled-components": "^1.10.0",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"prettier": "^1.17.0",
"react-hot-loader": "^4.6.5",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
"html-webpack-plugin": "^4.3.0",
"prettier": "^2.0.5",
"react-hot-loader": "^4.12.21",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"styled-components": "^4.1.3"
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.1"
}
}
Loading

0 comments on commit 41eac09

Please sign in to comment.