Skip to content

Commit

Permalink
Merge branch 'main' into renovate/rollup-plugin-dts-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored Sep 12, 2023
2 parents e18fed2 + f8d38b1 commit 64b2a0f
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@types/gulp-tap": "1.0.2",
"@types/rimraf": "3.0.2",
"@types/vinyl": "2.0.7",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@vitest/coverage-v8": "0.34.2",
"autoprefixer": "10.4.15",
"commitizen": "4.3.0",
Expand All @@ -85,7 +85,7 @@
"gulp-tap": "2.0.0",
"husky": "8.0.3",
"nano-staged": "0.8.0",
"postcss": "8.4.28",
"postcss": "8.4.29",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"rollup": "3.28.1",
Expand All @@ -96,7 +96,7 @@
"vite": "4.4.9",
"vitest": "0.34.2"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.5",
"publishConfig": {
"access": "public"
},
Expand Down
118 changes: 59 additions & 59 deletions pnpm-lock.yaml

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

0 comments on commit 64b2a0f

Please sign in to comment.