Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent e048721 commit f10512d
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
token: ${{ steps.generate-token.outputs.token }}
- name: Run tagpr
uses: Songmu/tagpr@v1.3.0
uses: Songmu/tagpr@v1.4.0
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
20.16.0
20.17.0

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"generate": "tcm -p 'src/**/*.module.css'",
"format": "prettier --write src/**/*.{ts,tsx}"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.9.0",
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@plasmohq/messaging": "0.6.2",
"@plasmohq/storage": "1.11.0",
"plasmo": "0.88.0",
"@plasmohq/storage": "1.12.0",
"plasmo": "0.89.1",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.3.1"
Expand All @@ -37,25 +37,25 @@
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@markuplint/jsx-parser": "4.6.1",
"@markuplint/react-spec": "4.4.1",
"@types/chrome": "0.0.269",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/chrome": "0.0.270",
"@types/node": "20.16.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"autoprefixer": "10.4.19",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"globals": "15.8.0",
"globals": "15.9.0",
"markuplint": "4.6.1",
"postcss": "8.4.40",
"postcss": "8.4.44",
"prettier": "3.3.3",
"tailwindcss": "3.4.7",
"ts-pattern": "5.2.0",
"tailwindcss": "3.4.10",
"ts-pattern": "5.3.1",
"typed-css-modules": "0.9.1",
"typescript": "5.5.4",
"vitest": "2.0.4"
"vitest": "2.0.5"
},
"manifest": {
"host_permissions": [
Expand Down
Loading

0 comments on commit f10512d

Please sign in to comment.