Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/p3ol/buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Nov 17, 2023
2 parents 775396d + ff42f11 commit c03fbfe
Show file tree
Hide file tree
Showing 7 changed files with 1,178 additions and 1,039 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand All @@ -28,9 +28,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand All @@ -45,9 +45,9 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.7.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.7.0.cjs

nodeLinker: pnpm
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
"@rollup/plugin-swc": "0.2.1",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@swc/core": "1.3.93",
"@swc/core": "1.3.96",
"@swc/jest": "0.2.29",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.51.0",
"eslint": "8.53.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-promise": "6.1.1",
"html-webpack-plugin": "5.5.3",
"jest": "29.7.0",
"jest-dev-server": "9.0.1",
"nyc": "15.1.0",
"puppeteer": "21.3.8",
"puppeteer": "21.5.2",
"puppeteer-to-istanbul": "1.4.0",
"rollup": "3.29.4",
"rollup": "4.4.1",
"rollup-plugin-dts": "6.1.0",
"sinon": "16.1.0",
"sinon": "16.1.3",
"standard-version": "9.5.0",
"swc-loader": "0.2.3",
"tslib": "2.6.2",
Expand All @@ -65,5 +65,5 @@
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@3.7.0"
}
Loading

0 comments on commit c03fbfe

Please sign in to comment.