Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 2bc662d commit b81d51c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 @@ -53,7 +53,7 @@
"concurrently": "^8.2.2",
"depcheck": "^1.4.7",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.4.0",
Expand Down
4 changes: 2 additions & 2 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 @@ -52,7 +52,7 @@
"concurrently": "^8.2.2",
"depcheck": "^1.4.7",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.4.0",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/nice-agent-portal-frontend",
"version": "0.1.27",
"version": "0.1.28",
"description": "NICE agent portal",
"homepage": "https://github.com/digicatapult/nice-agent-portal",
"main": "src/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"css-loader": "^7.1.1",
"depcheck": "^1.4.7",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.0.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
4 changes: 2 additions & 2 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 @@ -59,7 +59,7 @@
"chai": "^5.1.0",
"depcheck": "^1.4.7",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.4.0",
Expand Down

0 comments on commit b81d51c

Please sign in to comment.