Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
promer94 committed Sep 30, 2023
1 parent 14e8989 commit 953a51b
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 556 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
e2e:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.37.1-focal
image: mcr.microsoft.com/playwright:v1.38.1-focal
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -113,37 +113,37 @@
]
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.10.1",
"@playwright/test": "^1.37.1",
"@arethetypeswrong/cli": "^0.11.0",
"@playwright/test": "^1.38.1",
"@swc/core": "^1.3.62",
"@swc/jest": "0.2.26",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@type-challenges/utils": "0.1.1",
"@types/jest": "^29.5.2",
"@types/node": "^20.2.5",
"@types/react": "^18.2.8",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.0",
"@types/react": "^18.2.23",
"@types/use-sync-external-store": "^0.0.4",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"bunchee": "3.6.1",
"eslint": "8.48.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.0.1",
"eslint-plugin-testing-library": "6.0.2",
"husky": "8.0.3",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "14.0.1",
"next": "^13.4.19",
"next": "^13.5.3",
"prettier": "3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.9",
"rimraf": "5.0.1",
"semver": "^7.5.1",
"react-error-boundary": "^4.0.11",
"rimraf": "5.0.5",
"semver": "^7.5.4",
"swr": "workspace:*",
"typescript": "5.1.3"
},
Expand Down

0 comments on commit 953a51b

Please sign in to comment.