Skip to content

Commit

Permalink
Increase dependency versions, Fix breaking changes in Cypress 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimi committed Jan 31, 2021
1 parent 099dca6 commit 40fa3ff
Show file tree
Hide file tree
Showing 4 changed files with 2,215 additions and 3,494 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build
# Tests
cypress.env.json
coverage
cypress/dummy/.env

# Logs
npm-debug.log*
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@auth0/nextjs-auth0": "^0.13.0",
"cypress": "^4.7.0",
"isomorphic-unfetch": "^3.0.0",
"microbundle": "^0.12.0",
"next": "^9.4.2",
"@auth0/nextjs-auth0": "^0.16.1",
"cypress": "^6.3.0",
"isomorphic-unfetch": "^3.1.0",
"microbundle": "^0.13.0",
"next": "^10.0.6",
"next-cookies": "^2.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@hapi/iron": "^6.0.0",
"auth0-js": "^9.13.2"
"auth0-js": "^9.14.3"
}
}
2 changes: 1 addition & 1 deletion src/utils/whitelist-cookies.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cypress.Cookies.defaults({
Cypress.Cookies.preserveOnce({
whitelist: [
Cypress.env('auth0SessionCookieName'),
Cypress.env('auth0StateCookieName')
Expand Down

0 comments on commit 40fa3ff

Please sign in to comment.