Skip to content

Commit

Permalink
chore(package): upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Dec 22, 2020
1 parent 7177ce8 commit 302a021
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 537 deletions.
2 changes: 0 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@angular/platform-browser": "^11.0.2",
"@angular/platform-browser-dynamic": "^11.0.2",
"@angular/router": "^11.0.2",
"lodash.merge": "^4.6.1",
"rxjs": "^6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
Expand All @@ -38,7 +37,6 @@
"@angular-devkit/build-angular": "~0.1100.2",
"@angular/cli": "^11.0.2",
"@angular/compiler-cli": "^11.0.2",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^12.0.4",
"@types/query-string": "^6.3.0",
"check-node-version": "^4.0.1",
Expand Down
17 changes: 0 additions & 17 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1203,18 +1203,6 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==

"@types/lodash.merge@^4.6.6":
version "4.6.6"
resolved "https://registry.yarnpkg.com/@types/lodash.merge/-/lodash.merge-4.6.6.tgz#b84b403c1d31bc42d51772d1cd5557fa008cd3d6"
integrity sha512-IB90krzMf7YpfgP3u/EvZEdXVvm4e3gJbUvh5ieuI+o+XqiNEt6fCzqNRaiLlPVScLI59RxIGZMQ3+Ko/DJ8vQ==
dependencies:
"@types/lodash" "*"

"@types/lodash@*":
version "4.14.133"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.133.tgz#430721c96da22dd1694443e68e6cec7ba1c1003d"
integrity sha512-/3JqnvPnY58GLzG3Y7fpphOhATV1DDZ/Ak3DQufjlRK5E4u+s0CfClfNFtAGBabw+jDGtRFbOZe+Z02ZMWCBNQ==

"@types/minimatch@*":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
Expand Down Expand Up @@ -4816,11 +4804,6 @@ lodash.memoize@^4.1.2:
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=

lodash.merge@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==

lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"demo:publish-gh-pages": "gh-pages -d demo/dist/ng-recaptcha",
"pack-latest": "yarn clean && yarn transpile && cd dist && mv \"$(npm pack)\" ../ng-recaptcha-latest.tgz",
"transpile": "ng-packagr -p ./tsconfig.json",
"clean": "del-cli 'ng-recaptcha-*.tgz' && yarn demo:clean",
"clean": "rimraf 'ng-recaptcha-*.tgz' && yarn demo:clean",
"changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
"github-release": "conventional-github-releaser --preset angular",
"prepare-release": "npm whoami && yarn build && npm version $1",
Expand Down Expand Up @@ -75,18 +75,18 @@
"angular-precommit": "^1.0.3",
"conventional-changelog-cli": "^2.1.0",
"conventional-github-releaser": "^3.1.5",
"del-cli": "^0.2.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-prefer-arrow": "^1.2.2",
"gh-pages": "^0.12.0",
"gh-pages": "^3.1.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.2",
"ng-packagr": "^11.0.3",
"npm-run-all": "^4.1.2",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rxjs": "^6.5.3",
"typescript": "~4.0.0",
"zone.js": "~0.10.3"
Expand Down
Loading

0 comments on commit 302a021

Please sign in to comment.