Skip to content

Commit

Permalink
chore: update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rob893 committed Oct 18, 2020
1 parent 1bac42a commit e29f00e
Show file tree
Hide file tree
Showing 8 changed files with 763 additions and 777 deletions.
1,202 changes: 594 additions & 608 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^26.0.14",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"acorn": "^8.0.1",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"acorn": "^8.0.4",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest-canvas-mock": "^2.2.0",
"jest": "^26.5.3",
"jest-canvas-mock": "^2.3.0",
"jest-matcher-deep-close-to": "^2.0.1",
"lerna": "^3.22.1",
"prettier": "^2.1.2",
"ts-jest": "^26.3.0",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
"jest": {
Expand Down
110 changes: 55 additions & 55 deletions packages/entropy-cli/templates/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/entropy-cli/templates/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"devDependencies": {
"@types/circular-dependency-plugin": "^5.0.1",
"@types/html-webpack-plugin": "^3.2.3",
"@types/node": "^14.11.1",
"@types/node": "^14.11.10",
"@types/webpack": "^4.41.22",
"@types/webpack-dev-server": "^3.11.0",
"@types/webpack-merge": "^4.1.5",
"circular-dependency-plugin": "^5.2.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"source-map-loader": "^1.1.0",
"ts-loader": "^8.0.4",
"file-loader": "^6.1.1",
"html-webpack-plugin": "^4.5.0",
"source-map-loader": "^1.1.1",
"ts-loader": "^8.0.5",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4"
"webpack-merge": "^5.2.0"
}
}
Loading

0 comments on commit e29f00e

Please sign in to comment.