|
2 | 2 | "name": "nxt-dropzone-wrapper",
|
3 | 3 | "description": "Angular wrapper library for Dropzone",
|
4 | 4 | "bugs": "https://github.com/Liquid-JS/nxt-dropzone-wrapper/issues",
|
5 |
| - "version": "13.0.0", |
| 5 | + "version": "14.0.0", |
6 | 6 | "license": "MIT",
|
7 | 7 | "private": true,
|
8 | 8 | "scripts": {
|
|
30 | 30 | "repository": "[email protected]:Liquid-JS/nxt-dropzone-wrapper.git",
|
31 | 31 | "branch": "gh-pages",
|
32 | 32 | "folder": "dist/app",
|
33 |
| - "script": "ng build app --configuration production -- --base-href=/nxt-dropzone-wrapper/ --delete-output-path=false", |
| 33 | + "script": "ng build app --configuration production --base-href=/nxt-dropzone-wrapper/ --delete-output-path=false", |
34 | 34 | "commit": "Publishing $npm_package_version",
|
35 | 35 | "user": {
|
36 | 36 | "name": "HitkoDev",
|
|
39 | 39 | }
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 |
| - "@angular/cdk": "^13.2.0", |
43 |
| - "@angular/common": "^13.2.0", |
44 |
| - "@angular/compiler": "^13.2.0", |
45 |
| - "@angular/core": "^13.2.0", |
46 |
| - "@angular/flex-layout": "^13.0.0-beta.36", |
47 |
| - "@angular/platform-browser": "^13.2.0", |
48 |
| - "@angular/platform-browser-dynamic": "^13.2.0", |
| 42 | + "@angular/cdk": "<15.0.0", |
| 43 | + "@angular/common": "<15.0.0", |
| 44 | + "@angular/compiler": "<15.0.0", |
| 45 | + "@angular/core": "<15.0.0", |
| 46 | + "@angular/flex-layout": "^14.0.0-beta.41", |
| 47 | + "@angular/platform-browser": "<15.0.0", |
| 48 | + "@angular/platform-browser-dynamic": "<15.0.0", |
49 | 49 | "dropzone": "^5.9.3"
|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@angular-devkit/build-angular": "^13.2.0", |
53 |
| - "@angular-eslint/builder": "^13.0.1", |
54 |
| - "@angular-eslint/eslint-plugin": "^13.0.1", |
55 |
| - "@angular-eslint/eslint-plugin-template": "^13.0.1", |
56 |
| - "@angular-eslint/schematics": "^13.0.1", |
57 |
| - "@angular-eslint/template-parser": "^13.0.1", |
58 |
| - "@angular/cli": "^13.2.0", |
59 |
| - "@angular/compiler-cli": "^13.2.0", |
| 52 | + "@angular-devkit/build-angular": "<15.0.0", |
| 53 | + "@angular-eslint/builder": "<15.0.0", |
| 54 | + "@angular-eslint/eslint-plugin": "<15.0.0", |
| 55 | + "@angular-eslint/eslint-plugin-template": "<15.0.0", |
| 56 | + "@angular-eslint/schematics": "<15.0.0", |
| 57 | + "@angular-eslint/template-parser": "<15.0.0", |
| 58 | + "@angular/cli": "<15.0.0", |
| 59 | + "@angular/compiler-cli": "<15.0.0", |
60 | 60 | "@types/dropzone": "^5.7.4",
|
61 |
| - "@types/node": "<17.0.0", |
62 |
| - "@typescript-eslint/eslint-plugin": "^5.10.1", |
63 |
| - "@typescript-eslint/parser": "^5.10.1", |
64 |
| - "core-js": "^3.20.3", |
| 61 | + "@types/node": "<19.0.0", |
| 62 | + "@typescript-eslint/eslint-plugin": "^5.45.0", |
| 63 | + "@typescript-eslint/parser": "^5.45.0", |
| 64 | + "core-js": "^3.26.1", |
65 | 65 | "cpx": "^1.5.0",
|
66 | 66 | "deploy-to-git": "^0.4.1",
|
67 |
| - "eslint": "^8.7.0", |
68 |
| - "eslint-plugin-import": "^2.25.4", |
69 |
| - "eslint-plugin-jsdoc": "^37.7.0", |
| 67 | + "eslint": "^8.29.0", |
| 68 | + "eslint-plugin-import": "^2.26.0", |
| 69 | + "eslint-plugin-jsdoc": "^39.6.4", |
70 | 70 | "eslint-plugin-prefer-arrow": "^1.2.3",
|
71 | 71 | "mkdirp": "^1.0.4",
|
72 |
| - "ng-packagr": "^13.2.0", |
| 72 | + "ng-packagr": "<15.0.0", |
73 | 73 | "rimraf": "^3.0.2",
|
74 |
| - "rxjs": "^7.5.2", |
75 |
| - "stylelint": "^14.3.0", |
76 |
| - "stylelint-config-standard": "^24.0.0", |
| 74 | + "rxjs": "^7.6.0", |
| 75 | + "stylelint": "^14.16.0", |
| 76 | + "stylelint-config-standard": "^29.0.0", |
77 | 77 | "stylelint-order": "^5.0.0",
|
78 |
| - "terser": "^5.10.0", |
79 |
| - "ts-node": "^10.4.0", |
80 |
| - "tslib": "^2.3.1", |
81 |
| - "typescript": ">=4.5 <4.6", |
| 78 | + "terser": "^5.16.1", |
| 79 | + "ts-node": "^10.9.1", |
| 80 | + "tslib": "^2.4.1", |
| 81 | + "typescript": ">=4.8 <4.9", |
82 | 82 | "watch": "^1.0.2",
|
83 |
| - "zone.js": "^0.11.4" |
| 83 | + "zone.js": "^0.12.0" |
84 | 84 | }
|
85 | 85 | }
|
0 commit comments