Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed Jan 11, 2025
1 parent e350ef5 commit b244cdb
Show file tree
Hide file tree
Showing 6 changed files with 952 additions and 813 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
ref: ${{ needs.pre-checkout.outputs.sha }}
fetch-depth: 1

- name: Enable corepack
run: |
corepack enable
- name: Setup pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0

- name: Setup Node.js
uses: actions/[email protected]
Expand All @@ -45,7 +44,7 @@ jobs:
pnpm i --frozen-lockfile
- name: Restore eslint cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ${{ env.eslint-cache-path }}
key: eslint-${{ env.eslint-cache-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ needs.pre-checkout.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.11.0
v22.13.0
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ export default [
paths: [{
name: 'next/link',
message: 'Please use \'next-view-transitions\' instead.',
}, {
name: 'punycode',
message: 'Please use \'punycode/\' instead.',
}],
}],
'@next/next/no-head-element': 'off',
Expand Down
39 changes: 22 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,42 @@
"start": "next start"
},
"dependencies": {
"@tabler/icons-react": "3.22.0",
"jotai": "2.10.3",
"next": "15.0.3",
"next-view-transitions": "0.3.2",
"@tabler/icons-react": "3.28.1",
"jotai": "2.11.0",
"next": "15.1.4",
"next-view-transitions": "0.3.4",
"punycode": "2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/compat": "1.2.3",
"@next/eslint-plugin-next": "15.0.3",
"@eslint/compat": "1.2.5",
"@next/eslint-plugin-next": "15.1.4",
"@tailwindcss/container-queries": "0.1.1",
"@taiyme/eslint-config": "0.5.2",
"@taiyme/eslint-config": "0.6.0",
"@total-typescript/ts-reset": "0.6.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.0",
"@types/node": "22.10.5",
"@types/punycode": "2.1.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/parser": "8.16.0",
"eslint": "9.15.0",
"eslint-config-flat-gitignore": "0.3.0",
"eslint-config-next": "15.0.3",
"@types/react-dom": "18.3.5",
"@typescript-eslint/parser": "8.19.1",
"eslint": "9.18.0",
"eslint-config-flat-gitignore": "1.0.0",
"eslint-config-next": "15.1.4",
"eslint-plugin-tailwindcss": "3.17.5",
"globals": "15.12.0",
"globals": "15.14.0",
"postcss": "8.4.49",
"postcss-load-config": "6.0.1",
"tailwindcss": "3.4.15",
"typescript": "5.7.2"
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22",
"pnpm": ">=9"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"pnpm": {
"overrides": {
"eslint": "$eslint"
Expand Down
Loading

0 comments on commit b244cdb

Please sign in to comment.