Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Mar 5, 2020
1 parent b840ba8 commit a2263c0
Show file tree
Hide file tree
Showing 4 changed files with 11,089 additions and 968 deletions.
34 changes: 17 additions & 17 deletions example/package.json
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.1",
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.1",
Expand All @@ -24,45 +24,45 @@
"mini-css-extract-plugin": "0.9.0",
"mockjs": "^1.1.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.6.0",
"pnp-webpack-plugin": "1.6.4",
"postcss-flexbugs-fixes": "4.2.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"postcss-safe-parser": "4.0.2",
"prop-types": "^15.7.2",
"rc-bullets": "file:..",
"react": "^16.12.0",
"react-dev-utils": "^10.1.0",
"react-dom": "^16.12.0",
"react": "^16.13.0",
"react-dev-utils": "10.1.0",
"react-dom": "^16.13.0",
"react-router-dom": "^5.1.2",
"semver": "7.1.2",
"semver": "7.1.3",
"style-loader": "1.1.3",
"styled-components": "^5.0.1",
"styled-reset": "^4.1.0",
"styled-reset": "^4.1.1",
"workbox-webpack-plugin": "5.0.0"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@svgr/webpack": "^5.1.0",
"@babel/core": "^7.8.7",
"@svgr/webpack": "^5.2.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-imports": "^2.0.0",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "^5.0.2",
"eslint-plugin-react-hooks": "^2.5.0",
"file-loader": "^5.1.0",
"fs-extra": "^8.1.0",
"postcss-normalize": "^8.0.1",
"resolve": "^1.15.0",
"resolve": "^1.15.1",
"resolve-url-loader": "^3.1.1",
"terser-webpack-plugin": "^2.3.4",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-dev-server": "^3.10.2",
"webpack": "^4.42.0",
"webpack-dev-server": "^3.10.3",
"webpack-manifest-plugin": "^2.2.0"
},
"browserslist": {
Expand Down

0 comments on commit a2263c0

Please sign in to comment.