Skip to content

Commit

Permalink
feat: angular 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Jun 19, 2023
1 parent 2b3d444 commit 50258cf
Show file tree
Hide file tree
Showing 9 changed files with 770 additions and 1,588 deletions.
81 changes: 41 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,36 @@
"scully:serve": "scully serve --project demo"
},
"dependencies": {
"@angular/animations": "^16.0.5",
"@angular/cdk": "^16.0.4",
"@angular/common": "^16.0.5",
"@angular/compiler": "^16.0.5",
"@angular/core": "^16.0.5",
"@angular/forms": "^16.0.5",
"@angular/localize": "^16.0.5",
"@angular/platform-browser": "^16.0.5",
"@angular/platform-server": "^16.0.5",
"@angular/animations": "^16.1.1",
"@angular/cdk": "^16.1.1",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/core": "^16.1.1",
"@angular/forms": "^16.1.1",
"@angular/localize": "^16.1.1",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-server": "^16.1.1",
"dropzone": "^6.0.0-beta.2",
"moment": "^2.29.4",
"rxjs": "^7.8.1",
"sortablejs": "^1.15.0",
"tslib": "^2.5.3",
"zone.js": "^0.13.0"
"zone.js": "^0.13.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.0",
"@angular-devkit/architect": "^0.1600.5",
"@angular-devkit/build-angular": "^16.0.5",
"@angular-devkit/core": "^16.0.5",
"@angular-devkit/schematics": "^16.0.5",
"@angular-devkit/architect": "^0.1601.0",
"@angular-devkit/build-angular": "^16.1.0",
"@angular-devkit/core": "^16.1.0",
"@angular-devkit/schematics": "^16.1.0",
"@angular-eslint/builder": "^16.0.3",
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular-eslint/eslint-plugin-template": "^16.0.3",
"@angular-eslint/schematics": "^16.0.3",
"@angular-eslint/template-parser": "^16.0.3",
"@angular/cli": "^16.0.5",
"@angular/compiler-cli": "^16.0.5",
"@angular/cli": "^16.1.0",
"@angular/compiler-cli": "^16.1.1",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@compodoc/compodoc": "^1.1.21",
Expand All @@ -71,23 +72,23 @@
"@scullyio/scully-plugin-base-href-rewrite": "^2.1.41",
"@scullyio/scully-plugin-puppeteer": "^2.1.41",
"@types/diacritics": "^1.3.1",
"@types/jasmine": "^4.3.2",
"@types/jasmine": "^4.3.3",
"@types/node": "<19.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"angular-cli-ghpages": "1.0.6",
"commitlint-plugin-workspace-scopes": "^1.1.0",
"conventional-changelog-cli": "^3.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unused-imports": "^2.0.0",
"fast-xml-parser": "^4.2.4",
"husky": "^8.0.3",
"image-minimizer-webpack-plugin": "^3.8.2",
"image-minimizer-webpack-plugin": "^3.8.3",
"imagemin": "^8.0.1",
"imagemin-gif2webp": "^3.0.0",
"imagemin-webp": "^8.0.0",
Expand All @@ -98,8 +99,8 @@
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"lerna": "^7.0.0",
"ng-packagr": "^16.0.1",
"lerna": "^7.0.2",
"ng-packagr": "^16.1.0",
"npm-check-updates": "^16.10.12",
"postcss": "^8.4.24",
"rimraf": "^5.0.1",
Expand All @@ -108,27 +109,27 @@
"stylelint-config-standard-scss": "<7.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": ">=5.0 <5.1",
"typescript": ">=5.1 <5.2",
"webpack-image-resize-loader": "^5.0.0",
"xmlbuilder": "^15.1.1"
},
"packageManager": "yarn@3.5.1",
"resolutions": {
"@angular-devkit/architect": "^0.1600.5",
"@angular-devkit/build-angular": "^16.0.5",
"@angular-devkit/core": "^16.0.5",
"@angular-devkit/schematics": "^16.0.5",
"@angular/cli": "^16.0.5",
"@angular/compiler-cli": "^16.0.5",
"@angular/animations": "^16.0.5",
"@angular/cdk": "^16.0.4",
"@angular/common": "^16.0.5",
"@angular/compiler": "^16.0.5",
"@angular/core": "^16.0.5",
"@angular/forms": "^16.0.5",
"@angular/localize": "^16.0.5",
"@angular/platform-browser": "^16.0.5",
"@angular/platform-server": "^16.0.5",
"@angular/router": "^16.0.5"
"@angular-devkit/architect": "^0.1601.0",
"@angular-devkit/build-angular": "^16.1.0",
"@angular-devkit/core": "^16.1.0",
"@angular-devkit/schematics": "^16.1.0",
"@angular/cli": "^16.1.0",
"@angular/compiler-cli": "^16.1.1",
"@angular/animations": "^16.1.1",
"@angular/cdk": "^16.1.1",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/core": "^16.1.1",
"@angular/forms": "^16.1.1",
"@angular/localize": "^16.1.1",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-server": "^16.1.1",
"@angular/router": "^16.1.1"
}
}
18 changes: 14 additions & 4 deletions packages/color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/color-picker",
"keywords": [
"nxt-color-picker",
"ng-color-picker",
"angular-color-picker",
"color picker",
"colorpicker",
"angular",
"color",
"picker"
],
"scripts": {
"watch": "ng build color-picker --configuration \"development\" --watch",
"build": "ng build color-picker --configuration \"production\"",
Expand All @@ -20,10 +30,10 @@
"docs:json": "yarn docs --exportFormat json --output ../demo/src/app/color-picker"
},
"peerDependencies": {
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/localize": "^16.0.0"
"@angular/cdk": "^16.1.0",
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/localize": "^16.1.0"
},
"dependencies": {
"tslib": "^2.5.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"lint:sass:fix": "yarn lint:sass --fix"
},
"dependencies": {
"@angular/animations": "^16.0.5",
"@angular/cdk": "^16.0.4",
"@angular/common": "^16.0.5",
"@angular/compiler": "^16.0.5",
"@angular/core": "^16.0.5",
"@angular/forms": "^16.0.5",
"@angular/platform-browser": "^16.0.5",
"@angular/platform-browser-dynamic": "^16.0.5",
"@angular/router": "^16.0.5",
"@angular/service-worker": "^16.0.5",
"@angular/animations": "^16.1.1",
"@angular/cdk": "^16.1.1",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/core": "^16.1.1",
"@angular/forms": "^16.1.1",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-browser-dynamic": "^16.1.1",
"@angular/router": "^16.1.1",
"@angular/service-worker": "^16.1.1",
"@popperjs/core": "^2.11.8",
"@scullyio/ng-lib": "^2.1.41",
"bootstrap": "^5.3.0",
Expand All @@ -38,6 +38,6 @@
"rxjs": "^7.8.1",
"sortablejs": "^1.15.0",
"tslib": "^2.5.3",
"zone.js": "^0.13.0"
"zone.js": "^0.13.1"
}
}
13 changes: 11 additions & 2 deletions packages/dropzone-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/dropzone-wrapper",
"keywords": [
"nxt-dropzone-wrapper",
"ng-dropzone-wrapper",
"angular-dropzone-wrapper",
"dropzone wrapper",
"angular",
"dropzone",
"wrapper"
],
"scripts": {
"watch": "ng build dropzone-wrapper --configuration \"development\" --watch",
"build": "ng build dropzone-wrapper --configuration \"production\"",
Expand All @@ -20,8 +29,8 @@
"docs:json": "yarn docs --exportFormat json --output ../demo/src/app/dropzone-wrapper"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0",
"dropzone": "^6.0.0-beta.2"
},
"dependencies": {
Expand Down
15 changes: 13 additions & 2 deletions packages/flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/flags",
"keywords": [
"nxt-flags",
"ng-flags",
"angular-flags",
"flags",
"angular",
"country",
"countries",
"ISO 3166-1-alpha-2",
"ISO 3166-1"
],
"scripts": {
"watch": "ng build flags --configuration \"development\" --watch",
"build": "ng build flags --configuration \"production\"",
Expand All @@ -20,8 +31,8 @@
"docs:json": "yarn docs --exportFormat json --output ../demo/src/app/flags"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0"
},
"dependencies": {
"tslib": "^2.5.0"
Expand Down
16 changes: 14 additions & 2 deletions packages/json-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/json-view",
"keywords": [
"nxt-json-view",
"ng-json-view",
"angular-json-view",
"json view",
"json viewer",
"angular",
"json",
"view",
"viewer",
"tree"
],
"scripts": {
"watch": "ng build json-view --configuration \"development\" --watch",
"build": "ng build json-view --configuration \"production\"",
Expand All @@ -20,8 +32,8 @@
"docs:json": "yarn docs --exportFormat json --output ../demo/src/app/json-view"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0"
},
"dependencies": {
"tslib": "^2.5.0"
Expand Down
24 changes: 18 additions & 6 deletions packages/pick-datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/pick-datetime",
"keywords": [
"nxt-pick-datetime",
"ng-pick-datetime",
"angular-pick-datetime",
"pick datetime",
"pick date time",
"angular",
"datetime",
"date",
"time",
"picker"
],
"scripts": {
"watch": "ng build pick-datetime --configuration \"development\" --watch",
"build": "ng build pick-datetime --configuration \"production\"",
Expand All @@ -20,12 +32,12 @@
"docs:json": "yarn docs --exportFormat json --output ../demo/src/app/pick-datetime"
},
"peerDependencies": {
"@angular/animations": "^16.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/localize": "^16.0.0",
"@angular/animations": "^16.1.0",
"@angular/cdk": "^16.1.0",
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/forms": "^16.1.0",
"@angular/localize": "^16.1.0",
"moment": "^2.29.4",
"rxjs": "^7.8.1"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/sortablejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/sortablejs",
"keywords": [
"nxt-sortablejs",
"ng-sortablejs",
"angular-sortablejs",
"sortablejs",
"angular",
Expand All @@ -28,8 +29,8 @@
"docs:json": "yarn docs --exportFormat json --output ../demo/src/app/sortablejs"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0",
"sortablejs": ">=1.15.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 50258cf

Please sign in to comment.