Files
alfresco-ng2-components/package.json
T
dependabot[bot] ecb2a93236 build(deps-dev): bump the typescript-eslint group with 4 updates
Bumps the typescript-eslint group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) and [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils).


Updates `@typescript-eslint/eslint-plugin` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/parser)

Updates `@typescript-eslint/typescript-estree` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/typescript-estree)

Updates `@typescript-eslint/utils` from 8.67.0 to 8.68.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/utils)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-30 07:11:15 +00:00

153 lines
4.9 KiB
JSON

{
"name": "alfresco-ng2-components",
"description": "Alfresco Angular components",
"version": "9.1.0",
"author": "Hyland Software, Inc. and its affiliates",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky && nx run eslint-angular:build && pnpm audit --audit-level=critical",
"bundle:js-api": "nx run js-api:bundle",
"bundle:cli": "nx run cli:bundle",
"test:affected": "nx affected:test",
"lint:affected": "nx affected:lint",
"build:affected": "nx affected:build",
"affected:libs": "nx affected:libs",
"build:libs": "nx run-many -t build --prod --skip-nx-cache",
"build:schematics": "nx run-many -t build-schematics",
"publish": "nx run-many -t npm-publish",
"clean": "rimraf dist node_modules dist/libs",
"nx:run-target": "nx run",
"nx:run-many": "nx run-many",
"storybook": "nx run stories:storybook",
"build-storybook": "nx run stories:build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alfresco/alfresco-ng2-components.git"
},
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"keywords": [
"alfresco-components",
"angular",
"typescript",
"alfresco",
"activiti",
"content services",
"process services",
"process services-cloud"
],
"dependencies": {
"@angular-eslint/utils": "20.7.0",
"@angular/animations": "20.3.27",
"@angular/cdk": "20.2.14",
"@angular/common": "20.3.27",
"@angular/compiler": "20.3.27",
"@angular/core": "20.3.27",
"@angular/forms": "20.3.27",
"@angular/material": "20.2.14",
"@angular/material-date-fns-adapter": "20.2.14",
"@angular/platform-browser": "20.3.27",
"@angular/platform-browser-dynamic": "20.3.27",
"@angular/router": "20.3.27",
"@apollo/client": "3.13.1",
"@cspell/eslint-plugin": "10.0.1",
"@mat-datetimepicker/core": "16.0.1",
"@ngx-translate/core": "17.0.0",
"angular-oauth2-oidc": "19.0.0",
"apollo-angular": "11.0.0",
"chart.js": "4.4.4",
"cropperjs": "1.6.2",
"date-fns": "2.30.0",
"dotenv-expand": "5.1.0",
"editorjs-html": "4.0.5",
"eventemitter3": "5.0.4",
"graphql-ws": "6.0.8",
"material-icons": "1.13.14",
"minimatch": "10.2.6",
"ng2-charts": "4.1.1",
"pdfjs-dist": "5.1.91",
"raphael": "2.3.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"uuid": "11.1.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@alfresco/eslint-plugin-eslint-angular": "workspace:*",
"@angular-devkit/architect": "0.2003.16",
"@angular-devkit/core": "20.3.32",
"@angular-devkit/schematics": "20.3.32",
"@angular-eslint/eslint-plugin": "20.7.0",
"@angular-eslint/eslint-plugin-template": "20.7.0",
"@angular-eslint/template-parser": "22.1.0",
"@angular/build": "20.3.32",
"@angular/compiler-cli": "20.3.27",
"@chromatic-com/storybook": "4.1.3",
"@eslint/compat": "^2.1.0",
"@nx/angular": "23.1.1",
"@nx/eslint-plugin": "23.1.1",
"@nx/js": "23.1.1",
"@nx/storybook": "23.1.1",
"@nx/workspace": "23.1.1",
"@schematics/angular": "20.3.32",
"@storybook/addon-themes": "10.4.0",
"@storybook/angular": "10.4.0",
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "2.0.13",
"@types/node": "26.1.1",
"@types/sinon": "22.0.0",
"@typescript-eslint/eslint-plugin": "8.68.0",
"@typescript-eslint/parser": "8.68.0",
"@typescript-eslint/typescript-estree": "8.68.0",
"@typescript-eslint/utils": "8.68.0",
"ajv": "8.20.0",
"dotenv": "16.4.7",
"eslint": "10.8.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-ban": "2.0.0",
"eslint-plugin-jsdoc": "63.2.2",
"eslint-plugin-license-header": "0.9.0",
"eslint-plugin-prettier": "5.5.6",
"eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-storybook": "10.4.0",
"eslint-plugin-unicorn": "61.0.2",
"graphql": "16.14.0",
"husky": "9.1.7",
"jasmine-core": "6.3.0",
"jasmine-reporters": "2.5.2",
"jsonc-eslint-parser": "2.4.2",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.2.0",
"lint-staged": "17.2.0",
"ng-packagr": "20.3.2",
"nx": "23.1.1",
"prettier": "3.9.6",
"react": "19.2.6",
"react-dom": "19.2.6",
"rimraf": "6.1.3",
"sass-loader": "16.0.8",
"semver": "7.6.3",
"sinon": "22.1.0",
"spdx-license-list": "6.11.0",
"storybook": "10.4.0",
"stylelint": "16.20.0",
"stylelint-config-standard-scss": "13.1.0",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"undici": "8.9.0",
"webpack": "5.109.2"
},
"license": "Apache-2.0",
"engines": {
"node": ">=24.14.0"
},
"packageManager": "pnpm@11.17.0+sha512.cca3cea332ad254bb84145f966d19f4879615210346fc92c79a047f23a0d7b3cca3c3792f0076ba1f1831d277efbcf0a9119b31a9a60eca7fb3d6231f331ef72",
"module": "./index.js",
"typings": "./index.d.ts"
}