Skip to content

Commit

Permalink
chore: adapt @package-json/types (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored Sep 17, 2024
1 parent 6a707b2 commit 7da887e
Show file tree
Hide file tree
Showing 5 changed files with 658 additions and 515 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"author": "Sukka <https://skk.moe>",
"license": "MIT",
"dependencies": {
"next": "^14.2.3",
"next": "^14.2.11",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@types/react": "^18.3.1",
"@next/eslint-plugin-next": "^14.2.11",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"eslint-plugin-mdx": "^3.1.5",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.11"
},
"overrides": {
"has": "npm:@nolyfill/has@latest"
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,29 @@
"server-only": "^0.0.1"
},
"devDependencies": {
"@eslint-sukka/node": "^6.4.1",
"@eslint-sukka/react": "^6.4.1",
"@eslint-sukka/node": "^6.4.3",
"@eslint-sukka/react": "^6.4.3",
"@napi-rs/magic-string": "^0.3.4",
"@package-json/types": "^0.0.10",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.24",
"@swc/core": "^1.7.26",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"brotli-size": "^4.0.0",
"browserslist": "^4.23.3",
"eslint": "^9.10.0",
"eslint-config-sukka": "^6.4.1",
"eslint-formatter-sukka": "^6.4.1",
"eslint-config-sukka": "^6.4.3",
"eslint-formatter-sukka": "^6.4.3",
"fdir": "^6.3.0",
"gzip-size": "6.0.0",
"next": "^14.2.8",
"react-router-dom": "^6.26.1",
"rollup": "^4.21.2",
"next": "^14.2.11",
"react-router-dom": "^6.26.2",
"rollup": "^4.21.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-swc3": "^0.11.2",
"rollup-preserve-directives": "^1.1.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"react": "*"
Expand All @@ -63,7 +64,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
Expand Down
Loading

0 comments on commit 7da887e

Please sign in to comment.