Skip to content

Commit db4e83d

Browse files
authored
chore: update dependencies (#301)
1 parent a0d651d commit db4e83d

File tree

5 files changed

+907
-813
lines changed

5 files changed

+907
-813
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
node:
34-
- '21'
34+
- '22'
3535
- '20'
3636
- '18'
3737
- '16'

.yarn/releases/yarn-4.1.0.cjs renamed to .yarn/releases/yarn-4.2.2.cjs

Lines changed: 298 additions & 297 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ enableGlobalCache: true
66

77
nodeLinker: node-modules
88

9-
yarnPath: .yarn/releases/yarn-4.1.0.cjs
9+
yarnPath: .yarn/releases/yarn-4.2.2.cjs

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,32 @@
2727
"release": "yarn build && standard-version"
2828
},
2929
"devDependencies": {
30-
"@angular/compiler": "17.3.5",
31-
"@babel/code-frame": "7.23.5",
32-
"@babel/parser": "7.23.9",
33-
"@babel/types": "7.23.9",
30+
"@angular/compiler": "17.3.9",
31+
"@babel/code-frame": "7.24.2",
32+
"@babel/parser": "7.24.5",
33+
"@babel/types": "7.24.5",
3434
"@types/babel__code-frame": "7.0.6",
3535
"@types/jest": "29.5.12",
36-
"@typescript-eslint/eslint-plugin": "7.0.2",
37-
"@typescript-eslint/parser": "7.0.2",
36+
"@typescript-eslint/eslint-plugin": "7.9.0",
37+
"@typescript-eslint/parser": "7.9.0",
3838
"del-cli": "5.1.0",
3939
"eslint": "8.56.0",
4040
"eslint-config-prettier": "9.1.0",
4141
"eslint-plugin-deprecation": "2.0.0",
4242
"eslint-plugin-import": "2.29.1",
43-
"eslint-plugin-simple-import-sort": "12.0.0",
44-
"eslint-plugin-unicorn": "51.0.1",
43+
"eslint-plugin-simple-import-sort": "12.1.0",
44+
"eslint-plugin-unicorn": "53.0.0",
4545
"jest": "29.7.0",
4646
"jest-snapshot-serializer-raw": "1.2.0",
4747
"lines-and-columns": "2.0.4",
4848
"npm-run-all": "4.1.5",
4949
"prettier": "3.2.5",
5050
"standard-version": "9.5.0",
5151
"ts-jest": "29.1.2",
52-
"typescript": "5.3.3"
52+
"typescript": "5.4.5"
5353
},
5454
"peerDependencies": {
55-
"@angular/compiler": "^17.2.1"
55+
"@angular/compiler": "^17.3.9"
5656
},
5757
"engines": {
5858
"node": ">= 16"
@@ -65,5 +65,5 @@
6565
"access": "public",
6666
"registry": "https://registry.npmjs.org/"
6767
},
68-
"packageManager": "yarn@4.1.0"
68+
"packageManager": "yarn@4.2.2"
6969
}

0 commit comments

Comments
 (0)