Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 3a8b50c commit d0c2dc7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
steps:
- name: Generate Token
id: generate-token
uses: actions/create-github-app-token@v1.9.3
uses: actions/create-github-app-token@v1.10.0
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Check out source code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
token: ${{ steps.generate-token.outputs.token }}
- name: Run tagpr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
- name: Cache pnpm modules
uses: actions/cache@v4.0.2
with:
Expand Down
26 changes: 13 additions & 13 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@8.15.7",
"packageManager": "pnpm@8.15.8",
"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.10.0",
"plasmo": "0.85.2",
"react": "18.2.0",
"plasmo": "0.86.2",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.2.0"
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/js": "8.57.0",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@markuplint/jsx-parser": "4.6.1",
"@markuplint/react-spec": "4.4.1",
"@types/chrome": "0.0.266",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@types/chrome": "0.0.267",
"@types/node": "20.12.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"globals": "15.0.0",
"eslint-plugin-react-hooks": "4.6.2",
"globals": "15.1.0",
"markuplint": "4.6.1",
"postcss": "8.4.38",
"prettier": "3.2.5",
"tailwindcss": "3.4.3",
"ts-pattern": "5.1.1",
"typed-css-modules": "0.9.1",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.6.0"
},
"manifest": {
"host_permissions": [
Expand Down

0 comments on commit d0c2dc7

Please sign in to comment.