Skip to content

Commit 4eafef4

Browse files
committed
chore(v18): published v18 for Angular 18
1 parent 730ccc0 commit 4eafef4

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

libs/ngx-d3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-d3-wrapper",
3-
"version": "17.0.1",
3+
"version": "18.0.0",
44
"author": {
55
"name": "Simone Gosetto",
66
"url": "https://github.com/simonegosetto"
@@ -62,10 +62,10 @@
6262
"dependencies": {
6363
"@types/d3": "^7.4.3",
6464
"d3": "^7.9.0",
65-
"tslib": "^2.7.0"
65+
"tslib": "^2.8.1"
6666
},
6767
"peerDependencies": {
68-
"@angular/common": "^17.0.0",
69-
"@angular/core": "^17.0.0"
68+
"@angular/common": "^18.0.0",
69+
"@angular/core": "^18.0.0"
7070
}
7171
}

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "@simonegosetto/ngx-d3",
3-
"version": "17.0.0",
3+
"version": "18.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",
8+
"set:registry": "npm set registry https://registry.npmjs.org/",
89
"prebuild": "cd libs/ngx-d3; npm install",
910
"build": "ng build",
1011
"build:lib": "ng build ngx-d3 --configuration production",
11-
"publish:lib": "cd ./dist/libs/ngx-d3 && npm publish --access public",
12+
"publish:lib": "npm run set:registry && cd ./dist/libs/ngx-d3 && npm publish --access public",
1213
"test": "ng test",
1314
"lint": "./node_modules/.bin/nx lint && ng lint",
1415
"e2e": "ng e2e",
@@ -30,20 +31,20 @@
3031
"help": "./node_modules/.bin/nx help"
3132
},
3233
"dependencies": {
33-
"@angular/common": "^17.3.12",
34-
"@angular/compiler": "^17.3.12",
35-
"@angular/core": "^17.3.12",
36-
"@angular/platform-browser": "^17.3.12",
37-
"@angular/platform-browser-dynamic": "^17.3.12",
34+
"@angular/common": "^18.2.13",
35+
"@angular/compiler": "^18.2.13",
36+
"@angular/core": "^18.2.13",
37+
"@angular/platform-browser": "^18.2.13",
38+
"@angular/platform-browser-dynamic": "^18.2.13",
3839
"rxjs": "^6.5.3 || ^7.4.0",
3940
"tslib": "^2.6.3",
4041
"zone.js": "~0.14.10"
4142
},
4243
"devDependencies": {
43-
"@angular-devkit/build-angular": "~17.3.10",
44-
"@angular/cli": "~17.3.10",
45-
"@angular/compiler-cli": "^17.3.12",
46-
"@angular/language-service": "^17.3.12",
44+
"@angular-devkit/build-angular": "~18.2.12",
45+
"@angular/cli": "~18.2.12",
46+
"@angular/compiler-cli": "^18.2.13",
47+
"@angular/language-service": "^18.2.13",
4748
"@types/jasmine": "~4.3.5",
4849
"@types/jasminewd2": "~2.0.10",
4950
"@types/node": "^20.16.10",
@@ -56,7 +57,7 @@
5657
"karma-coverage-istanbul-reporter": "^3.0.3",
5758
"karma-jasmine": "^5.1.0",
5859
"karma-jasmine-html-reporter": "^2.1.0",
59-
"ng-packagr": "^17.3.0",
60+
"ng-packagr": "^18.2.1",
6061
"prettier": "^3.3.3",
6162
"ts-node": "~10.9.1",
6263
"eslint": "~9.11.1",

0 commit comments

Comments
 (0)