Skip to content

Commit 28c0200

Browse files
authored
Merge pull request #105 from daku10/renovate/all-minor-patch
fix(deps): update all non-major dependencies
2 parents 956e36f + d60c025 commit 28c0200

File tree

3 files changed

+910
-908
lines changed

3 files changed

+910
-908
lines changed

Diff for: .github/workflows/tagpr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Generate Token
1313
id: generate-token
14-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
14+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
1515
with:
1616
app-id: ${{ secrets.APP_ID }}
1717
private-key: ${{ secrets.APP_PRIVATE_KEY }}

Diff for: package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"generate": "tcm -p 'src/**/*.module.css'",
2121
"format": "prettier --write src/**/*.{ts,tsx}"
2222
},
23-
"packageManager": "pnpm@10.6.4+sha512.da3d715bfd22a9a105e6e8088cfc7826699332ded60c423b14ec613a185f1602206702ff0fe4c438cb15c979081ce4cb02568e364b15174503a63c7a8e2a5f6c",
23+
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
2424
"dependencies": {
2525
"@dnd-kit/core": "6.3.1",
2626
"@dnd-kit/sortable": "10.0.0",
2727
"@dnd-kit/utilities": "3.2.2",
28-
"@plasmohq/messaging": "0.6.2",
29-
"@plasmohq/storage": "1.12.0",
30-
"plasmo": "0.89.3",
28+
"@plasmohq/messaging": "0.7.1",
29+
"@plasmohq/storage": "1.15.0",
30+
"plasmo": "0.90.3",
3131
"react": "18.3.1",
3232
"react-colorful": "5.6.1",
3333
"react-dom": "18.3.1",
@@ -40,19 +40,19 @@
4040
"@markuplint/react-spec": "4.5.18",
4141
"@types/chrome": "0.0.313",
4242
"@types/node": "22.13.14",
43-
"@types/react": "18.3.11",
44-
"@types/react-dom": "18.3.1",
43+
"@types/react": "18.3.20",
44+
"@types/react-dom": "18.3.5",
4545
"@typescript-eslint/eslint-plugin": "8.28.0",
4646
"@typescript-eslint/parser": "8.28.0",
47-
"autoprefixer": "10.4.20",
47+
"autoprefixer": "10.4.21",
4848
"eslint": "9.23.0",
4949
"eslint-plugin-react": "7.37.4",
5050
"eslint-plugin-react-hooks": "5.2.0",
5151
"globals": "16.0.0",
5252
"markuplint": "4.11.8",
53-
"postcss": "8.4.47",
53+
"postcss": "8.5.3",
5454
"prettier": "3.5.3",
55-
"tailwindcss": "3.4.14",
55+
"tailwindcss": "3.4.17",
5656
"typed-css-modules": "0.9.1",
5757
"typescript": "5.8.2",
5858
"vitest": "3.0.9"

0 commit comments

Comments
 (0)