Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 0f381b3

Browse files
Update Major
1 parent 2b0d028 commit 0f381b3

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
npm-token: ${{ secrets.NPM_TOKEN }}
3636
directory: ./projects/prettier-config
3737
- name: Publish on GitHub Pages
38-
uses: peaceiris/actions-gh-pages@v3
38+
uses: peaceiris/actions-gh-pages@v4
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
publish_dir: ./dist/ng-libs-doc/browser

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"@angular/platform-browser": "^18.2.4",
3535
"@angular/platform-browser-dynamic": "^18.2.4",
3636
"@angular/router": "^18.2.4",
37-
"@ng-doc/app": "17.5.5",
38-
"@ng-doc/builder": "17.5.5",
39-
"@ng-doc/core": "17.5.5",
40-
"@ng-doc/ui-kit": "17.5.5",
37+
"@ng-doc/app": "18.3.0",
38+
"@ng-doc/builder": "18.3.0",
39+
"@ng-doc/core": "18.3.0",
40+
"@ng-doc/ui-kit": "18.3.0",
4141
"rxjs": "~7.8.0",
4242
"tslib": "^2.3.0",
4343
"zone.js": "~0.14.10"
@@ -46,10 +46,10 @@
4646
"@angular-devkit/build-angular": "^18.2.4",
4747
"@angular/cli": "~18.2.4",
4848
"@angular/compiler-cli": "^18.2.4",
49-
"@types/jasmine": "~4.3.0",
49+
"@types/jasmine": "~5.1.0",
5050
"cspell": "^8.3.2",
51-
"eslint": "^8.57.0",
52-
"jasmine-core": "~4.5.0",
51+
"eslint": "^9.0.0",
52+
"jasmine-core": "~5.4.0",
5353
"karma": "~6.4.0",
5454
"karma-chrome-launcher": "~3.1.0",
5555
"karma-coverage": "~2.2.0",

projects/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"./configs": "./configs/index.js"
1010
},
1111
"peerDependencies": {
12-
"eslint": "^8.0.0"
12+
"eslint": "^8.0.0 || ^9.0.0"
1313
},
1414
"dependencies": {
1515
"@angular-eslint/eslint-plugin": "^18.0.1",
1616
"@angular-eslint/eslint-plugin-template": "^18.0.1",
1717
"@angular-eslint/template-parser": "^18.0.1",
18-
"@typescript-eslint/eslint-plugin": "^7.13.1",
19-
"@typescript-eslint/parser": "^7.13.1",
18+
"@typescript-eslint/eslint-plugin": "^8.0.0",
19+
"@typescript-eslint/parser": "^8.0.0",
2020
"eslint-config-prettier": "^9.1.0",
2121
"eslint-plugin-import": "^2.29.1",
22-
"eslint-plugin-unused-imports": "^3.2.0"
22+
"eslint-plugin-unused-imports": "^4.0.0"
2323
}
2424
}

projects/ng-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular/core": "^18.2.0",
2626
"@angular/material": "^18.2.0",
2727
"@types/lodash-es": "^4.0.0",
28-
"date-fns": "^3.0.0",
28+
"date-fns": "^3.0.0 || ^4.0.0",
2929
"lodash-es": "^4.0.0",
3030
"rxjs": "^7.0.0",
3131
"utility-types": "^3.0.0"

0 commit comments

Comments
 (0)