Skip to content

Commit

Permalink
upgrade recovery next example
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Jan 27, 2024
1 parent 3487403 commit 7a765e2
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 2,361 deletions.
32 changes: 16 additions & 16 deletions examples/fullstack-e2e-encrypted-locker-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
},
"dependencies": {
"@serenity-kit/opaque": "workspace:*",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"@types/node": "20.11.7",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.17",
"canonicalize": "^2.0.0",
"classnames": "^2.3.2",
"dotenv": "^16.3.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"libsodium-wrappers": "^0.7.11",
"next": "13.4.12",
"postcss": "8.4.24",
"classnames": "^2.5.1",
"dotenv": "^16.4.1",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"libsodium-wrappers": "^0.7.13",
"next": "14.1.0",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"redis": "^4.6.7",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
"redis": "^4.6.12",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/libsodium-wrappers": "^0.7.10",
"jest": "^29.5.0"
"@types/libsodium-wrappers": "^0.7.13",
"jest": "^29.7.0"
}
}
Loading

0 comments on commit 7a765e2

Please sign in to comment.