Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 2bc662d commit a17e3be
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 87 deletions.
6 changes: 3 additions & 3 deletions backend-issuer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/nice-agent-portal-backend-issuer",
"version": "0.2.3",
"version": "0.2.4",
"description": "OpenAPI service to manage profiles for the NICE agent and communication with veritable-cloudagent",
"main": "src/index.ts",
"type": "module",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"@types/swagger-ui-express": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"c8": "^9.1.0",
"chai": "^5.1.0",
"concurrently": "^8.2.2",
Expand Down
6 changes: 3 additions & 3 deletions backend-peer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/nice-agent-portal-backend-peer",
"version": "0.3.2",
"version": "0.3.3",
"description": "OpenAPI service to manage profiles for the NICE agent and communication with veritable-cloudagent",
"main": "src/index.ts",
"type": "module",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@types/node": "^20.12.7",
"@types/supertest": "^6.0.2",
"@types/swagger-ui-express": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"c8": "^9.1.0",
"chai": "^5.1.0",
"concurrently": "^8.2.2",
Expand Down
150 changes: 72 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/nice-agent-portal",
"version": "0.3.2",
"version": "0.3.3",
"description": "NICE agent portal",
"homepage": "https://github.com/digicatapult/nice-agent-portal",
"type": "module",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"chai": "^5.1.0",
"depcheck": "^1.4.7",
"dotenv": "^16.4.5",
Expand Down

0 comments on commit a17e3be

Please sign in to comment.