|
1 | 1 | {
|
2 | 2 | "name": "@simonegosetto/ngx-d3",
|
3 |
| - "version": "17.0.0", |
| 3 | + "version": "18.0.0", |
4 | 4 | "license": "MIT",
|
5 | 5 | "scripts": {
|
6 | 6 | "ng": "ng",
|
7 | 7 | "start": "ng serve",
|
| 8 | + "set:registry": "npm set registry https://registry.npmjs.org/", |
8 | 9 | "prebuild": "cd libs/ngx-d3; npm install",
|
9 | 10 | "build": "ng build",
|
10 | 11 | "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", |
12 | 13 | "test": "ng test",
|
13 | 14 | "lint": "./node_modules/.bin/nx lint && ng lint",
|
14 | 15 | "e2e": "ng e2e",
|
|
30 | 31 | "help": "./node_modules/.bin/nx help"
|
31 | 32 | },
|
32 | 33 | "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", |
38 | 39 | "rxjs": "^6.5.3 || ^7.4.0",
|
39 | 40 | "tslib": "^2.6.3",
|
40 | 41 | "zone.js": "~0.14.10"
|
41 | 42 | },
|
42 | 43 | "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", |
47 | 48 | "@types/jasmine": "~4.3.5",
|
48 | 49 | "@types/jasminewd2": "~2.0.10",
|
49 | 50 | "@types/node": "^20.16.10",
|
|
56 | 57 | "karma-coverage-istanbul-reporter": "^3.0.3",
|
57 | 58 | "karma-jasmine": "^5.1.0",
|
58 | 59 | "karma-jasmine-html-reporter": "^2.1.0",
|
59 |
| - "ng-packagr": "^17.3.0", |
| 60 | + "ng-packagr": "^18.2.1", |
60 | 61 | "prettier": "^3.3.3",
|
61 | 62 | "ts-node": "~10.9.1",
|
62 | 63 | "eslint": "~9.11.1",
|
|
0 commit comments