Skip to content

Commit

Permalink
chore: 🤖 update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Jan 12, 2023
1 parent fa15cfc commit 1327af1
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 507 deletions.
10 changes: 10 additions & 0 deletions .changeset/tasty-pets-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@ethlete/components': patch
'@ethlete/contentful': patch
'@ethlete/theming': patch
'@ethlete/query': patch
'@ethlete/types': patch
'@ethlete/core': patch
---

Dependency updates
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@
"test": "nx test"
},
"dependencies": {
"@angular/animations": "15.0.4",
"@angular/cdk": "15.0.4",
"@angular/common": "15.0.4",
"@angular/compiler": "15.0.4",
"@angular/core": "15.0.4",
"@angular/forms": "15.0.4",
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"@angular/animations": "15.1.0",
"@angular/cdk": "15.1.0",
"@angular/common": "15.1.0",
"@angular/compiler": "15.1.0",
"@angular/core": "15.1.0",
"@angular/forms": "15.1.0",
"@angular/platform-browser": "15.1.0",
"@angular/platform-browser-dynamic": "15.1.0",
"@angular/router": "15.1.0",
"@changesets/cli": "2.26.0",
"@nrwl/angular": "15.4.5",
"@popperjs/core": "2.11.6",
"rxjs": "7.5.7",
"rxjs": "7.8.0",
"tslib": "2.4.1",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.5",
"@angular-devkit/build-angular": "15.1.0",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "15.0.5",
"@angular/compiler-cli": "15.0.4",
"@angular/language-service": "15.0.4",
"@angular/cli": "15.1.0",
"@angular/compiler-cli": "15.1.0",
"@angular/language-service": "15.1.0",
"@changesets/changelog-github": "0.4.8",
"@contentful/rich-text-types": "16.0.2",
"@nrwl/cli": "15.4.5",
Expand Down Expand Up @@ -81,7 +81,7 @@
"jest-environment-jsdom": "28.1.3",
"jest-fetch-mock": "3.0.3",
"jest-preset-angular": "12.2.3",
"ng-packagr": "15.1.0",
"ng-packagr": "15.1.1",
"nx": "15.4.5",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
Expand All @@ -94,7 +94,7 @@
"storybook-dark-mode": "2.0.5",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"typescript": "4.9.4",
"webpack": "5.75.0"
},
"packageManager": "yarn@3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2017", "dom"],
"lib": ["ES2021", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
Expand Down
Loading

0 comments on commit 1327af1

Please sign in to comment.