Skip to content

Commit

Permalink
Updated npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Nov 16, 2020
1 parent e1fa53c commit 62da1cc
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 151 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,28 +84,28 @@
"@babel/register": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@babel/runtime-corejs3": "^7.12.5",
"babel-loader": "^8.1.0",
"babel-loader": "^8.2.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.0.0",
"chalk": "^4.1.0",
"child_process": "^1.0.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.0",
"copy-webpack-plugin": "^6.3.1",
"css-loader": "^5.0.1",
"cssnano": "^4.1.10",
"eslint-webpack-plugin": "2.1.0",
"eslint-webpack-plugin": "2.3.0",
"exports-loader": "^1.1.1",
"extract-loader": "^5.1.0",
"figlet": "^1.5.0",
"file-loader": "^6.2.0",
"imports-loader": "^1.2.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^1.3.0",
"mini-css-extract-plugin": "^1.3.1",
"postcss": "^7.0.35",
"postcss-loader": "^4.0.4",
"rimraf": "^3.0.2",
"sass": "^1.29.0",
"sass-loader": "^10.0.5",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-webpack-plugin": "^2.1.1",
Expand All @@ -115,9 +115,9 @@
"webpack-config-utils": "^2.3.1",
"webpack-dev-server": "^3.11.0",
"webpack-format-messages": "^2.0.6",
"webpack-merge": "^5.3.0",
"webpack-merge": "^5.4.0",
"xml2js": "^0.4.23",
"yargs": "^16.1.0"
"yargs": "^16.1.1"
},
"devDependencies": {
"@chrisblossom/eslint-config": "^7.2.2",
Expand All @@ -128,7 +128,7 @@
"@types/lodash": "^4.14.165",
"@types/mini-css-extract-plugin": "^1.2.1",
"@types/mock-fs": "^4.13.0",
"@types/node": "^14.14.6",
"@types/node": "^14.14.7",
"@types/normalize-path": "^3.0.0",
"@types/pify": "^3.0.2",
"@types/rimraf": "^3.0.0",
Expand All @@ -139,14 +139,14 @@
"@types/webpack-dev-server": "^3.11.1",
"@types/webpack-env": "^1.15.3",
"@types/webpack-merge": "^4.1.5",
"@types/xml2js": "^0.4.5",
"@types/xml2js": "^0.4.6",
"@types/yargs": "^15.0.9",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"cross-env": "^7.0.2",
"eslint": "^7.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jest": "^24.1.3",
"husky": "^4.3.0",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
Expand All @@ -155,7 +155,7 @@
"memfs": "^3.2.0",
"mock-fs": "^4.13.0",
"normalize-path": "^3.0.0",
"ts-jest": "^26.4.3",
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"ttypescript": "^1.5.12",
"typescript": "^4.0.5",
Expand Down
Loading

0 comments on commit 62da1cc

Please sign in to comment.