Skip to content

Commit

Permalink
Merge pull request #104 from lephyrus/angular-16
Browse files Browse the repository at this point in the history
Angular 16
  • Loading branch information
lephyrus authored May 5, 2023
2 parents e4e6b32 + 409e8df commit a1866bd
Show file tree
Hide file tree
Showing 6 changed files with 3,107 additions and 4,142 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
build:
runs-on: ubuntu-latest
env:
node-version: 16.x
node-version: 18
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node ${{ env.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ env.node-version }}
- id: find-yarn-cache-folder
Expand Down
807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,52 +33,52 @@
},
"homepage": "https://github.com/lephyrus/ngx-translate-messageformat-compiler#readme",
"dependencies": {
"tslib": "^2.4.1"
"tslib": "^2.5.0"
},
"peerDependencies": {
"@angular/core": "^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular/core": ">=13.0.0",
"@messageformat/core": "^3.0.0",
"@ngx-translate/core": "^14.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.1",
"@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "^15.0.1",
"@angular/common": "^15.0.1",
"@angular/compiler": "^15.0.1",
"@angular/compiler-cli": "^15.0.1",
"@angular/core": "^15.0.1",
"@angular/language-service": "^15.0.1",
"@angular/platform-browser": "^15.0.1",
"@angular/platform-browser-dynamic": "^15.0.1",
"@messageformat/core": "^3.0.1",
"@angular-devkit/build-angular": "^16.0.0",
"@angular-eslint/builder": "16.0.1",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/schematics": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/language-service": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@messageformat/core": "^3.1.0",
"@ngx-translate/core": "^14.0.0",
"@types/jasmine": "~4.3.0",
"@types/jasmine": "~4.3.1",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^16.18.3",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"@types/node": "^18.16.4",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jasmine-core": "~4.5.0",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^15.0.1",
"prettier": "^2.8.0",
"ng-packagr": "^16.0.0",
"prettier": "^2.8.8",
"protractor": "~7.0.0",
"rxjs": "~7.5.7",
"rxjs": "~7.8.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "~4.8.4",
"zone.js": "~0.12.0"
"typescript": "~4.9.5",
"zone.js": "~0.13.0"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@3.5.1"
}
Loading

0 comments on commit a1866bd

Please sign in to comment.