Skip to content

Commit

Permalink
Merge pull request #4 from glook/1.0.1
Browse files Browse the repository at this point in the history
dependencies was updated to latest versions
  • Loading branch information
glook authored Nov 11, 2020
2 parents df8ad77 + f68ac1c commit de88879
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,28 +50,28 @@
"@babel/register": "~7.12.1",
"@pmmmwh/react-refresh-webpack-plugin": "~0.4.2",
"@svgr/webpack": "~5.4.0",
"@teamsupercell/typings-for-css-modules-loader": "~2.3.0",
"@typescript-eslint/eslint-plugin": "~4.6.0",
"@typescript-eslint/parser": "~4.6.0",
"@teamsupercell/typings-for-css-modules-loader": "~2.4.0",
"@typescript-eslint/eslint-plugin": "~4.7.0",
"@typescript-eslint/parser": "~4.7.0",
"autoprefixer": "~10.0.1",
"babel-eslint": "~10.1.0",
"babel-loader": "~8.1.0",
"babel-loader": "~8.2.1",
"clean-webpack-plugin": "~3.0.0",
"copy-webpack-plugin": "~6.2.1",
"core-js": "~3.6.5",
"copy-webpack-plugin": "~6.3.0",
"core-js": "~3.7.0",
"css-loader": "~5.0.0",
"cssnano": "~4.1.10",
"eslint": "~7.12.0",
"eslint": "~7.13.0",
"eslint-config-airbnb-base": "~14.2.0",
"eslint-config-airbnb-typescript": "~12.0.0",
"eslint-config-prettier": "~6.14.0",
"eslint-config-prettier": "~6.15.0",
"eslint-import-resolver-alias": "~1.1.2",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-react": "~7.21.5",
"eslint-plugin-react-hooks": "~4.2.0",
"eslint-webpack-plugin": "~2.1.0",
"fork-ts-checker-webpack-plugin": "~5.2.0",
"eslint-webpack-plugin": "~2.2.1",
"fork-ts-checker-webpack-plugin": "~6.0.1",
"html-loader": "~1.3.2",
"html-webpack-plugin": "~5.0.0-alpha.6",
"husky": "~4.3.0",
Expand All @@ -80,7 +80,7 @@
"less": "~3.12.2",
"less-loader": "~7.0.2",
"lint-staged": "~10.5.0",
"mini-css-extract-plugin": "~1.2.0",
"mini-css-extract-plugin": "~1.3.0",
"path": "~0.12.7",
"postcss-loader": "~4.0.4",
"prettier": "~2.1.2",
Expand All @@ -89,7 +89,7 @@
"react-refresh": "~0.9.0",
"regenerator-runtime": "~0.13.7",
"resolve-url-loader": "~3.1.2",
"sass": "~1.27.0",
"sass": "~1.29.0",
"sass-loader": "~10.0.4",
"sass-resources-loader": "~2.1.1",
"style-loader": "~2.0.0",
Expand All @@ -98,11 +98,11 @@
"ts-loader": "~8.0.7",
"typescript": "~4.0.3",
"url-loader": "~4.1.1",
"webpack": "~5.2.0",
"webpack-bundle-analyzer": "~3.9.0",
"webpack-cli": "~4.1.0",
"webpack": "~5.4.0",
"webpack-bundle-analyzer": "~4.1.0",
"webpack-cli": "~4.2.0",
"webpack-dev-server": "~3.11.0",
"webpack-merge": "~5.2.0",
"webpack-merge": "~5.3.0",
"yargs": "~16.1.0"
},
"importSort": {
Expand Down

0 comments on commit de88879

Please sign in to comment.