Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent e3951e6 commit 5037c93
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: latest
run_install: true
- name: Use Node.js 18.x
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 18.x
cache: "pnpm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Check out source code
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
token: ${{ steps.generate-token.outputs.token }}
- name: Run tagpr
uses: Songmu/tagpr@v1.4.2
uses: Songmu/tagpr@v1.5.0
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- name: Cache pnpm modules
uses: actions/cache@v4.1.1
uses: actions/cache@v4.1.2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -22,7 +22,7 @@ jobs:
with:
run_install: true
- name: Use Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: .node-version
cache: "pnpm"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,42 @@
"generate": "tcm -p 'src/**/*.module.css'",
"format": "prettier --write src/**/*.{ts,tsx}"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.13.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.12.0",
"plasmo": "0.89.3",
"@plasmohq/storage": "1.13.0",
"plasmo": "0.89.4",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/js": "8.57.1",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@markuplint/jsx-parser": "4.6.1",
"@markuplint/react-spec": "4.4.1",
"@types/chrome": "0.0.278",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/chrome": "0.0.280",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"globals": "15.11.0",
"globals": "15.12.0",
"markuplint": "4.6.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"prettier": "3.3.3",
"tailwindcss": "3.4.14",
"ts-pattern": "5.5.0",
"typed-css-modules": "0.9.1",
"typescript": "5.6.3",
"vitest": "2.1.3"
"vitest": "2.1.4"
},
"manifest": {
"host_permissions": [
Expand Down
Loading

0 comments on commit 5037c93

Please sign in to comment.