Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/tsx-3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-guibert authored Sep 26, 2023
2 parents 87a6e2c + 849798a commit afb51dc
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup
- name: Run prettier
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup
- name: Run lint
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup
- name: Run check
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup
- name: Run test
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Execute action
id: action
uses: cyberspace7/release-action@v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@cyberspace-7/eslint-config": "^0.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@types/diff": "^5.0.3",
"@types/eslint": "^8.44.2",
"@types/eslint": "^8.44.3",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/semver": "^7.5.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.46.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.6.4",
"prettier": "^3.0.3",
Expand Down
78 changes: 39 additions & 39 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 afb51dc

Please sign in to comment.