Skip to content

Commit 5037c93

Browse files
chore(deps): update all non-major dependencies
1 parent e3951e6 commit 5037c93

File tree

5 files changed

+339
-419
lines changed

5 files changed

+339
-419
lines changed

Diff for: .github/workflows/submit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
version: latest
2020
run_install: true
2121
- name: Use Node.js 18.x
22-
uses: actions/setup-node@v4.0.4
22+
uses: actions/setup-node@v4.1.0
2323
with:
2424
node-version: 18.x
2525
cache: "pnpm"

Diff for: .github/workflows/tagpr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
app-id: ${{ secrets.APP_ID }}
1717
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1818
- name: Check out source code
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020
with:
2121
token: ${{ steps.generate-token.outputs.token }}
2222
- name: Run tagpr
23-
uses: Songmu/tagpr@v1.4.2
23+
uses: Songmu/tagpr@v1.5.0
2424
env:
2525
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

Diff for: .github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
name: Test
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].1
13+
- uses: actions/[email protected].2
1414
- name: Cache pnpm modules
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].2
1616
with:
1717
path: ~/.pnpm-store
1818
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
run_install: true
2424
- name: Use Node.js
25-
uses: actions/setup-node@v4.0.4
25+
uses: actions/setup-node@v4.1.0
2626
with:
2727
node-version-file: .node-version
2828
cache: "pnpm"

Diff for: package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,42 +20,42 @@
2020
"generate": "tcm -p 'src/**/*.module.css'",
2121
"format": "prettier --write src/**/*.{ts,tsx}"
2222
},
23-
"packageManager": "pnpm@9.12.2",
23+
"packageManager": "pnpm@9.13.0",
2424
"dependencies": {
2525
"@dnd-kit/core": "6.1.0",
2626
"@dnd-kit/sortable": "8.0.0",
2727
"@dnd-kit/utilities": "3.2.2",
2828
"@plasmohq/messaging": "0.6.2",
29-
"@plasmohq/storage": "1.12.0",
30-
"plasmo": "0.89.3",
29+
"@plasmohq/storage": "1.13.0",
30+
"plasmo": "0.89.4",
3131
"react": "18.3.1",
3232
"react-colorful": "5.6.1",
3333
"react-dom": "18.3.1"
3434
},
3535
"devDependencies": {
3636
"@eslint/js": "8.57.1",
37-
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
37+
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
3838
"@markuplint/jsx-parser": "4.6.1",
3939
"@markuplint/react-spec": "4.4.1",
40-
"@types/chrome": "0.0.278",
41-
"@types/node": "20.16.12",
42-
"@types/react": "18.3.11",
40+
"@types/chrome": "0.0.280",
41+
"@types/node": "20.17.6",
42+
"@types/react": "18.3.12",
4343
"@types/react-dom": "18.3.1",
4444
"@typescript-eslint/eslint-plugin": "7.18.0",
4545
"@typescript-eslint/parser": "7.18.0",
4646
"autoprefixer": "10.4.20",
4747
"eslint": "8.57.1",
48-
"eslint-plugin-react": "7.37.1",
48+
"eslint-plugin-react": "7.37.2",
4949
"eslint-plugin-react-hooks": "4.6.2",
50-
"globals": "15.11.0",
50+
"globals": "15.12.0",
5151
"markuplint": "4.6.1",
52-
"postcss": "8.4.47",
52+
"postcss": "8.4.49",
5353
"prettier": "3.3.3",
5454
"tailwindcss": "3.4.14",
5555
"ts-pattern": "5.5.0",
5656
"typed-css-modules": "0.9.1",
5757
"typescript": "5.6.3",
58-
"vitest": "2.1.3"
58+
"vitest": "2.1.4"
5959
},
6060
"manifest": {
6161
"host_permissions": [

0 commit comments

Comments
 (0)