Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit 2aefab5

Browse files
committed
chore: upd
1 parent 7ebec1d commit 2aefab5

File tree

6 files changed

+3603
-3082
lines changed

6 files changed

+3603
-3082
lines changed

angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@
120120
}
121121
}
122122
},
123-
"defaultProject": "lib",
124123
"cli": {
125-
"defaultCollection": "@angular-eslint/schematics"
124+
"schematicCollections": [
125+
"@angular-eslint/schematics"
126+
]
126127
}
127128
}

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nxt-dropzone-wrapper",
33
"description": "Angular wrapper library for Dropzone",
44
"bugs": "https://github.com/Liquid-JS/nxt-dropzone-wrapper/issues",
5-
"version": "13.0.0",
5+
"version": "14.0.0",
66
"license": "MIT",
77
"private": true,
88
"scripts": {
@@ -30,7 +30,7 @@
3030
"repository": "[email protected]:Liquid-JS/nxt-dropzone-wrapper.git",
3131
"branch": "gh-pages",
3232
"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",
3434
"commit": "Publishing $npm_package_version",
3535
"user": {
3636
"name": "HitkoDev",
@@ -39,47 +39,47 @@
3939
}
4040
},
4141
"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",
4949
"dropzone": "^5.9.3"
5050
},
5151
"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",
6060
"@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",
6565
"cpx": "^1.5.0",
6666
"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",
7070
"eslint-plugin-prefer-arrow": "^1.2.3",
7171
"mkdirp": "^1.0.4",
72-
"ng-packagr": "^13.2.0",
72+
"ng-packagr": "<15.0.0",
7373
"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",
7777
"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",
8282
"watch": "^1.0.2",
83-
"zone.js": "^0.11.4"
83+
"zone.js": "^0.12.0"
8484
}
8585
}

projects/lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nxt-dropzone-wrapper",
33
"description": "Angular wrapper library for Dropzone",
44
"bugs": "https://github.com/Liquid-JS/nxt-dropzone-wrapper/issues",
5-
"version": "13.0.0",
5+
"version": "14.0.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
@@ -12,7 +12,7 @@
1212
"dropzone": "^5.9.0"
1313
},
1414
"peerDependencies": {
15-
"@angular/common": ">=13.0.0",
16-
"@angular/core": ">=13.0.0"
15+
"@angular/common": ">=14.0.0",
16+
"@angular/core": ">=14.0.0"
1717
}
1818
}

projects/lib/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../../out-tsc/lib",
55
"declarationMap": true,
6-
"target": "es2015",
6+
"target": "es2020",
77
"declaration": true,
88
"inlineSources": true,
99
"types": [],

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"module": "esnext",
1212
"moduleResolution": "node",
1313
"importHelpers": true,
14-
"target": "es2015",
14+
"target": "es2020",
1515
"typeRoots": [
1616
"node_modules/@types"
1717
],

0 commit comments

Comments
 (0)