Skip to content

Commit

Permalink
bump packages (#283)
Browse files Browse the repository at this point in the history
* bump packages

* install

* run format command

* add extends - turbo config

* update playwright workflow

* change node version - playwright workflow

* try out node version 20

* remove second playwright import
  • Loading branch information
choeqq authored Jan 15, 2024
1 parent 8d92541 commit f69c483
Show file tree
Hide file tree
Showing 15 changed files with 3,166 additions and 2,329 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm install pnpm -g
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
- run: pnpm playwright install --with-deps
- run: npx playwright install --with-deps
- run: pnpm test || exit 1
- uses: actions/upload-artifact@v3
if: always()
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"url": "https://github.com/emilkowalski/sonner/issues"
},
"devDependencies": {
"@playwright/test": "^1.30.0",
"@types/node": "^18.11.13",
"@types/react": "^18.0.26",
"@playwright/test": "^1.40.1",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"bunchee": "^4.4.0",
"prettier": "^2.8.4",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"turbo": "1.6",
"typescript": "^4.8.4"
"turbo": "1.11",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
Loading

1 comment on commit f69c483

@vercel
Copy link

@vercel vercel bot commented on f69c483 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.