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 28, 2024
1 parent f885654 commit 95f54d3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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.6
with:
token: ${{ steps.generate-token.outputs.token }}
- name: Run tagpr
uses: Songmu/tagpr@v1.2.0
uses: Songmu/tagpr@v1.3.0
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
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.6
- name: Cache pnpm modules
uses: actions/cache@v4.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
20.12.2
20.13.1

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@
"@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.3",
"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.268",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.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": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"globals": "15.3.0",
"markuplint": "4.6.1",
"postcss": "8.4.38",
"prettier": "3.2.5",
"tailwindcss": "3.4.3",
"ts-pattern": "5.1.1",
"ts-pattern": "5.1.2",
"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 95f54d3

Please sign in to comment.