Skip to content

Commit

Permalink
Merge pull request #31 from ducktors/dependabot/npm_and_yarn/vite-4.4.8
Browse files Browse the repository at this point in the history
chore(deps): bump vite from 4.1.4 to 4.4.8
  • Loading branch information
matteovivona committed Aug 3, 2023
2 parents fde7bdc + 2afae38 commit acb8352
Show file tree
Hide file tree
Showing 7 changed files with 891 additions and 841 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
node-version: 16

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 7
version: 8

- name: Get pnpm store directory
id: pnpm-cache
Expand All @@ -42,8 +43,8 @@ jobs:
with:
publish: pnpm release
createGithubReleases: true
commit: "chore: version release"
title: "Version Release"
commit: 'chore: version release'
title: 'Version Release'
env:
GITHUB_TOKEN: ${{ secrets.DUCKTORS_PAT }}
NPM_TOKEN: ${{ secrets.DUCKTORS_NPM_TOKEN }}
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 7
version: 8

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 7
version: 8

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -124,8 +124,9 @@ jobs:
node-version: ${{ matrix.node-version }}

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 7
version: 8

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/lint": "^17.4.4",
"@commitlint/prompt": "^17.4.4",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/lint": "^17.6.7",
"@commitlint/prompt": "^17.6.7",
"@ducktors/tsconfig": "^0.1.1",
"@types/minimist": "^1.2.2",
"@types/node": "^16.18.13",
Expand All @@ -50,4 +50,4 @@
"typescript": "^4.9.5",
"vitest": "^0.28.5"
}
}
}
Loading

0 comments on commit acb8352

Please sign in to comment.