Skip to content

Commit

Permalink
chore(deps-dev): bump the angular-template group
Browse files Browse the repository at this point in the history
Bumps the angular-template group in /templates/angular with 3 updates: [@kadena/pactjs-cli](https://github.com/kadena-community/kadena.js/tree/HEAD/packages/tools/pactjs-cli), [@kadena/types](https://github.com/kadena-community/kadena.js/tree/HEAD/packages/libs/types) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@kadena/pactjs-cli` from 1.6.4 to 1.7.0
- [Release notes](https://github.com/kadena-community/kadena.js/releases)
- [Changelog](https://github.com/kadena-community/kadena.js/blob/main/packages/tools/pactjs-cli/CHANGELOG.md)
- [Commits](https://github.com/kadena-community/kadena.js/commits/@kadena/[email protected]/packages/tools/pactjs-cli)

Updates `@kadena/types` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/kadena-community/kadena.js/releases)
- [Changelog](https://github.com/kadena-community/kadena.js/blob/main/packages/libs/types/CHANGELOG.md)
- [Commits](https://github.com/kadena-community/kadena.js/commits/@kadena/[email protected]/packages/libs/types)

Updates `typescript` from 5.2.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)

---
updated-dependencies:
- dependency-name: "@kadena/pactjs-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-template
- dependency-name: "@kadena/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-template
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-template
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 964bec1 commit 4f6eff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@angular-devkit/build-angular": "^17.0.0",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.2",
"@kadena/pactjs-cli": "~1.6.1",
"@kadena/types": "^0.5.2",
"@kadena/pactjs-cli": "~1.7.0",
"@kadena/types": "^0.6.0",
"@types/jasmine": "~5.1.2",
"@types/node": "^20.9.0",
"jasmine-core": "~5.1.1",
Expand All @@ -52,7 +52,7 @@
"prettier-eslint": "^16.1.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.6",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
}
}

0 comments on commit 4f6eff9

Please sign in to comment.