Skip to content

Commit

Permalink
Bump vite-tsconfig-paths from 4.3.2 to 5.1.3 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent fed98b9 commit 9f84d04
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 33 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_call:
secrets:
CLOUDFLARE_API_TOKEN:
description: 'Token for publishing to Cloudflare Pages'
description: "Token for publishing to Cloudflare Pages"
required: true
CLOUDFLARE_ACCOUNT_ID:
description: 'Account ID for publishing to Cloudflare Pages'
description: "Account ID for publishing to Cloudflare Pages"
required: true
workflow_dispatch:
pull_request:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: "7.4"

- name: Get Composer cache directory
id: composer-cache
Expand All @@ -72,11 +72,10 @@ jobs:
npm run website:build
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
projectName: kubrick
directory: website/dist
wranglerVersion: '3'
command: pages deploy website/dist --project-name=kubrick
wranglerVersion: "3"
30 changes: 6 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/kubrick-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"vite": "^5.1.1",
"vite-plugin-dts": "^4.0.0",
"vite-plugin-lib-inject-css": "^2.0.0",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.1.3"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kubrick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vite": "^5.1.1",
"vite-plugin-external": "^4.3.1",
"vite-plugin-lib-inject-css": "^2.0.1",
"vite-tsconfig-paths": "^4.0.0",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 9f84d04

Please sign in to comment.