Skip to content

Commit

Permalink
update to latest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
im6 committed Aug 30, 2020
1 parent 4c131f5 commit 8becaef
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 741 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,49 +22,49 @@
},
"homepage": "https://github.com/im6/javascript-fun#readme",
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@testing-library/react": "^10.4.7",
"@testing-library/react": "^10.4.9",
"async": "^3.2.0",
"autoprefixer": "^9.8.5",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"cheerio": "^1.0.0-rc.3",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"css-loader": "^4.2.2",
"dotenv": "^8.2.0",
"eslint": "^7.5.0",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react": "^7.20.6",
"express": "^4.17.1",
"jest": "^26.1.0",
"jest": "^26.4.2",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"less-loader": "^7.0.0",
"lodash.groupby": "^4.6.0",
"lodash.orderby": "^4.6.0",
"mini-css-extract-plugin": "^0.9.0",
"mini-css-extract-plugin": "^0.11.0",
"mysql": "^2.18.1",
"numeral": "^2.0.6",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"progress": "^2.0.3",
"purecss": "^2.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"request-promise": "^4.2.6",
"style-loader": "^1.2.1",
"typed.js": "^2.0.11",
"webpack": "^4.43.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.0"
"webpack-node-externals": "^2.5.2"
},
"browserslist": [
"defaults",
Expand Down
2 changes: 1 addition & 1 deletion webpack/develop.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ const server = Object.assign(serverBaseConfig, devBase, {
{
loader: 'css-loader',
options: {
onlyLocals: true,
modules: {
localIdentName,
exportOnlyLocals: true,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion webpack/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const server = Object.assign(serverBaseConfig, prodBase, {
{
loader: 'css-loader',
options: {
onlyLocals: true,
modules: {
localIdentName,
exportOnlyLocals: true,
},
},
},
Expand Down
Loading

0 comments on commit 8becaef

Please sign in to comment.