Skip to content

Commit

Permalink
chore: general vite improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed Jul 30, 2023
1 parent f8333bf commit 69dcd6c
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 143 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: '7.x'
version: '8.x'

- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@sand4rt'

- run: pnpm publish --filter @sand4rt/experimental-ct-web --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: '7.x'
version: '8.x'

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion ct-web-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@sand4rt/experimental-ct-web": "workspace:*",
"@playwright/test": "^1.36.2",
"typescript": "^5.1.3",
"vite": "^4.1.4"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion ct-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@sand4rt/experimental-ct-web": "workspace:*",
"@playwright/test": "^1.36.2",
"typescript": "^5.1.3",
"vite": "^4.1.4"
"vite": "^4.4.7"
}
}
4 changes: 2 additions & 2 deletions playwright-ct-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
}
},
"dependencies": {
"@playwright/test": "1.36.2",
"vite": "^4.4.7",
"@playwright/experimental-ct-core": "^1.36.2"
},
"devDependencies": {
"vite": "^4.3.5"
"@playwright/test": "1.36.2"
},
"peerDependencies": {
"@playwright/test": ">=1.36.2"
Expand Down
Loading

0 comments on commit 69dcd6c

Please sign in to comment.