Skip to content

Commit

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


Updates `@kadena/pactjs-cli` from 1.5.0 to 1.10.1
- [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 `@typescript-eslint/eslint-plugin` from 6.21.0 to 7.5.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/v7.5.0/packages/eslint-plugin)

Updates `eslint` from 8.57.0 to 9.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.0.0)

---
updated-dependencies:
- dependency-name: "@kadena/pactjs-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nextjs-template
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nextjs-template
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nextjs-template
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 964bec1 commit 63f6c95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"spinners-react": "^1.0.7"
},
"devDependencies": {
"@kadena/pactjs-cli": "~1.5.0",
"@kadena/pactjs-cli": "~1.10.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"eslint": "^8.53.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"eslint": "^9.0.0",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down

0 comments on commit 63f6c95

Please sign in to comment.