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 Oct 8, 2024
1 parent 5e40556 commit 0155844
Show file tree
Hide file tree
Showing 5 changed files with 537 additions and 395 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/[email protected].3
- uses: actions/checkout@v4.2.1
- uses: actions/[email protected].4
with:
node-version-file: ".node-version"
- run: corepack enable yarn
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
- name: Cache yarn packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: node-cache-yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-preview-with-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
- name: Sync Preview with Main
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"format": "prettier src --write"
},
"dependencies": {
"@headlessui/react": "2.1.3",
"@next/third-parties": "14.2.7",
"@tabler/icons-react": "3.14.0",
"@headlessui/react": "2.1.9",
"@next/third-parties": "14.2.15",
"@tabler/icons-react": "3.19.0",
"clsx": "2.1.1",
"gray-matter": "4.0.3",
"image-size": "1.1.1",
"next": "14.2.10",
"next": "14.2.15",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -32,51 +32,51 @@
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"remark-rehype": "11.1.1",
"rss": "1.2.2",
"shiki": "1.14.1",
"simple-icons": "13.7.0",
"tailwind-merge": "2.5.2",
"shiki": "1.22.0",
"simple-icons": "13.13.0",
"tailwind-merge": "2.5.3",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"valibot": "0.40.0"
"valibot": "0.42.1"
},
"devDependencies": {
"@eslint/js": "8.57.0",
"@markuplint/jsx-parser": "4.6.1",
"@markuplint/ml-core": "4.6.1",
"@markuplint/react-spec": "4.4.1",
"@next/bundle-analyzer": "14.2.7",
"@next/eslint-plugin-next": "14.2.7",
"@next/bundle-analyzer": "14.2.15",
"@next/eslint-plugin-next": "14.2.15",
"@tailwindcss/typography": "0.5.15",
"@types/eslint": "8.56.11",
"@types/eslint__js": "8.42.3",
"@types/hast": "3.0.4",
"@types/node": "20.16.2",
"@types/react": "18.3.5",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/rss": "0.0.32",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"concurrently": "9.0.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.35.0",
"eslint-config-next": "14.2.15",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-unused-imports": "3.2.0",
"markuplint": "4.6.1",
"postcss": "8.4.41",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"prettier-plugin-tailwindcss": "0.6.8",
"serve": "14.2.3",
"tailwindcss": "3.4.10",
"textlint": "14.2.0",
"tailwindcss": "3.4.13",
"textlint": "14.2.1",
"textlint-rule-preset-ja-spacing": "2.4.3",
"textlint-rule-preset-ja-technical-writing": "10.0.1",
"textlint-rule-spellcheck-tech-word": "5.0.0",
"typescript": "5.5.4"
"typescript": "5.6.3"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit 0155844

Please sign in to comment.