Skip to content

Commit 03e0735

Browse files
committed
update packages
1 parent af44f0d commit 03e0735

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"---------- Normal Example -------------------------------------------": "",
77
"generate": "node ./tools/generate.js",
88
"---------- Command Line Example -------------------------------------": "",
9-
"commandLineSimple": "node ./tools/commandLine.js angular-ngrx-store __name__=some-name __model__=some-other-name",
9+
"commandlineSimple": "node ./tools/commandLine.js angular-ngrx-store __name__=some-name __model__=some-other-name",
1010
"commandline": "node ./tools/commandLine.js angular-ngrx-store __name__=some-name __model__=some-other-name --outputpath=./src/here --overwrite"
1111
},
1212
"devDependencies": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"enquirer": "2.3.5",
5555
"path-exists": "4.0.0",
5656
"recursive-copy": "2.0.10",
57-
"replace-string": "3.0.0",
57+
"replace-string": "3.1.0",
5858
"through2": "3.0.1",
5959
"yargs": "15.3.1"
6060
},
@@ -67,17 +67,17 @@
6767
"@babel/preset-env": "7.9.6",
6868
"@babel/preset-typescript": "7.9.0",
6969
"@babel/runtime": "7.9.6",
70-
"@types/jest": "25.2.1",
70+
"@types/jest": "25.2.2",
7171
"@types/path-exists": "4.0.2",
7272
"@types/replace-string": "3.0.0",
73-
"@types/through2": "2.0.34",
74-
"@types/yargs": "15.0.4",
73+
"@types/through2": "2.0.36",
74+
"@types/yargs": "15.0.5",
7575
"husky": "4.2.5",
7676
"jest": "25.5.4",
7777
"prettier": "2.0.5",
7878
"pretty-quick": "2.0.1",
7979
"rimraf": "3.0.2",
80-
"rollup": "2.7.6",
80+
"rollup": "2.10.2",
8181
"rollup-plugin-babel": "4.4.0",
8282
"rollup-plugin-commonjs": "10.1.0",
8383
"rollup-plugin-node-resolve": "5.2.0",

yarn.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,10 +1281,10 @@
12811281
"@types/istanbul-lib-coverage" "*"
12821282
"@types/istanbul-lib-report" "*"
12831283

1284-
"@types/jest@25.2.1":
1285-
version "25.2.1"
1286-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5"
1287-
integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==
1284+
"@types/jest@25.2.2":
1285+
version "25.2.2"
1286+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.2.tgz#6a752e7a00f69c3e790ea00c345029d5cefa92bf"
1287+
integrity sha512-aRctFbG8Pb7DSLzUt/fEtL3q/GKb9mretFuYhRub2J0q6NhzBYbx9HTQzHrWgBNIxYOlxGNVe6Z54cpbUt+Few==
12881288
dependencies:
12891289
jest-diff "^25.2.1"
12901290
pretty-format "^25.2.1"
@@ -1340,10 +1340,10 @@
13401340
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
13411341
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
13421342

1343-
"@types/through2@2.0.34":
1344-
version "2.0.34"
1345-
resolved "https://registry.yarnpkg.com/@types/through2/-/through2-2.0.34.tgz#9c2a259a238dace2a05a2f8e94b786961bc27ac4"
1346-
integrity sha512-nhRG8+RuG/L+0fAZBQYaRflXKjTrHOKH8MFTChnf+dNVMxA3wHYYrfj0tztK0W51ABXjGfRCDc0vRkecCOrsow==
1343+
"@types/through2@2.0.36":
1344+
version "2.0.36"
1345+
resolved "https://registry.yarnpkg.com/@types/through2/-/through2-2.0.36.tgz#35fda0db635827d44c0e08e2c94653e647574a00"
1346+
integrity sha512-vuifQksQHJXhV9McpVsXKuhnf3lsoX70PnhcqIAbs9dqLH2NgrGz0DzZPDY3+Yh6eaRqcE1gnCQ6QhBn1/PT5A==
13471347
dependencies:
13481348
"@types/node" "*"
13491349

@@ -1352,10 +1352,10 @@
13521352
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
13531353
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
13541354

1355-
"@types/yargs@15.0.4":
1356-
version "15.0.4"
1357-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.4.tgz#7e5d0f8ca25e9d5849f2ea443cf7c402decd8299"
1358-
integrity sha512-9T1auFmbPZoxHz0enUFlUuKRy3it01R+hlggyVUMtnCTQRunsQYifnSGb8hET4Xo8yiC0o0r1paW3ud5+rbURg==
1355+
"@types/yargs@15.0.5":
1356+
version "15.0.5"
1357+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.5.tgz#947e9a6561483bdee9adffc983e91a6902af8b79"
1358+
integrity sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w==
13591359
dependencies:
13601360
"@types/yargs-parser" "*"
13611361

@@ -4341,11 +4341,16 @@ repeat-string@^1.6.1:
43414341
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
43424342
integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
43434343

4344-
replace-string@*, replace-string@3.0.0:
4344+
replace-string@*:
43454345
version "3.0.0"
43464346
resolved "https://registry.yarnpkg.com/replace-string/-/replace-string-3.0.0.tgz#49deafb57839fa3bab9c11ad449b006e0d436e69"
43474347
integrity sha512-jE5X/k3p2v8p6+wxhM1Ti0Oj9lYtwPbMj0ty8iSFpAFIihkiNpl6uHgYW1De/r9DG3vA7HGIgIBMjlwJZXL02w==
43484348

4349+
replace-string@3.1.0:
4350+
version "3.1.0"
4351+
resolved "https://registry.yarnpkg.com/replace-string/-/replace-string-3.1.0.tgz#77a087d88580fbac59851237891aa4b0e283db72"
4352+
integrity sha512-yPpxc4ZR2makceA9hy/jHNqc7QVkd4Je/N0WRHm6bs3PtivPuPynxE5ejU/mp5EhnCv8+uZL7vhz8rkluSlx+Q==
4353+
43494354
request-promise-core@1.1.3:
43504355
version "1.1.3"
43514356
resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.3.tgz#e9a3c081b51380dfea677336061fea879a829ee9"
@@ -4502,10 +4507,10 @@ rollup-pluginutils@^2.8.1:
45024507
dependencies:
45034508
estree-walker "^0.6.1"
45044509

4505-
rollup@2.7.6:
4506-
version "2.7.6"
4507-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.7.6.tgz#8e6682e64ca65eb33b896dcce902696f0415ce1a"
4508-
integrity sha512-AdHosxHBKyBsdtbT1/AqbWNQ87O4SSxS4N9iMwEpoCDAT6e4Du3uJSy83mp3ckgmCxly5VeXGx0WHsm21Djytg==
4510+
rollup@2.10.2:
4511+
version "2.10.2"
4512+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.10.2.tgz#9adfcf8ab36861b5b0f8ca7b436f5866e3e9e200"
4513+
integrity sha512-tivFM8UXBlYOUqpBYD3pRktYpZvK/eiCQ190eYlrAyrpE/lzkyG2gbawroNdbwmzyUc7Y4eT297xfzv0BDh9qw==
45094514
optionalDependencies:
45104515
fsevents "~2.1.2"
45114516

0 commit comments

Comments
 (0)