Skip to content

Commit

Permalink
fix(deps): update ui deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 2b178b5 commit ecfa6d5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"@canonical/react-components": "1.9.0",
"@ory/client": "1.16.0",
"@ory/integrations": "1.3.1",
"@react-pdf/renderer": "^3.4.4",
"next": "14.2.1",
"react": "18.3.1",
"react-toastify": "10.0.5",
"@react-pdf/renderer": "^4.0.0",
"next": "15.1.6",
"react": "19.0.0",
"react-toastify": "11.0.3",
"sass": "^1.75.0",
"vanilla-framework": "4.20.3"
},
"engines": {
"node": "20"
"node": "22"
},
"scripts": {
"clean": "rm -rf node_modules css static/css *.log _site/ .next/",
Expand Down Expand Up @@ -43,15 +43,15 @@
]
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.1",
"@next/eslint-plugin-next": "15.1.6",
"@playwright/test": "1.50.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "15.0.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"postcss": "8.5.0",
Expand Down

0 comments on commit ecfa6d5

Please sign in to comment.