Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade packages #89

Merged
merged 3 commits into from
Jul 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
11 changes: 11 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { defineConfig } from 'cypress'

export default defineConfig({
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
},
})
1 change: 0 additions & 1 deletion cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"dexie-react-hooks": "^1.1.1",
"graphql": "^16.3.0",
"gun": "^0.2020.1236",
"nanoid": "^3.3.2",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"nanoid": "^4.0.0",
"next": "12.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-number-format": "^4.9.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@types/jest": "^27.4.1",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"autoprefixer": "^10.4.4",
"cross-fetch": "^3.1.5",
"cypress": "^9.5.3",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"cypress": "^10.3.0",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"talkback": "^3.0.1",
"typescript": "4.7.2"
"typescript": "4.7.4"
}
}
441 changes: 252 additions & 189 deletions yarn.lock

Large diffs are not rendered by default.