Skip to content

Commit

Permalink
feat(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Sep 10, 2020
1 parent cd6cb7b commit 05e240a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/_.stylelintrc
Expand Up @@ -45,7 +45,7 @@
"ignorePseudoElements": ["ng-deep"]
}
],
"unit-whitelist": ["px", "%", "em", "rem", "vw", "vh", "deg", "s"],
"unit-allowed-list": ["px", "%", "em", "rem", "vw", "vh", "deg", "s"],
"max-empty-lines": 2,
"max-line-length": 120
}
Expand Down
10 changes: 5 additions & 5 deletions generators/app/templates/_package.json
Expand Up @@ -118,7 +118,7 @@
<% } -%>
"rxjs": "^6.6.2",
"tslib": "^2.0.1",
"zone.js": "^0.11.1"
"zone.js": "^0.10.3"
},
"devDependencies": {
<% if (props.target.includes('cordova')) { -%>
Expand All @@ -137,7 +137,7 @@
"@types/jasmine": "^3.5.14",
"@types/jasminewd2": "^2.0.8",
<% if (props.tools.includes('jest')) { -%>
"@types/jest": "^26.0.10",
"@types/jest": "^26.4.2",
<% } -%>
"@types/node": "^12.12.54",
<% if (props.utility.includes('lodash')) { -%>
Expand All @@ -163,9 +163,9 @@
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.1",
<% if (props.tools.includes('jest')) { -%>
"jest": "^25.1.0",
"jest": "^26.4.2",
<% } else { -%>
"karma": "~5.1.1",
"karma": "~5.2.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
Expand All @@ -185,7 +185,7 @@
<% if (props.tools.includes('puppeteer')) { -%>
"puppeteer": "^5.2.1",
<% } -%>
"stylelint": "~13.6.1",
"stylelint": "~13.7.0",
"stylelint-config-recommended-scss": "~4.2.0",
"stylelint-config-standard": "~20.0.0",
"stylelint-scss": "~3.18.0",
Expand Down

0 comments on commit 05e240a

Please sign in to comment.