Skip to content

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkaoru committed Sep 24, 2023
1 parent d0dfda4 commit c5b62f7
Show file tree
Hide file tree
Showing 4 changed files with 1,741 additions and 1,136 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
20.4.0
5 changes: 2 additions & 3 deletions apps/my-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"dependencies": {
"@kkkaoru/template-components": "workspace:*",
"@kkkaoru/template-utils": "workspace:*",
"@next/font": "13.4.4",
"next": "13.4.4",
"next": "13.5.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"typescript": "5.0.4"
"typescript": "5.2.2"
}
}
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
"postinstall": "is-ci || typesync"
},
"engines": {
"node": "18.16.0",
"npm": "use pnpm",
"pnpm": ">=7",
"yarn": "use pnpm"
"node": "20.4.0"
},
"repository": {
"type": "git",
Expand All @@ -47,17 +44,18 @@
"@kkkaoru/tsconfig": "latest",
"@kkkaoru/vite-config": "latest",
"@kkkaoru/vitest-config": "latest",
"@types/eslint": "8.40.0",
"@types/eslint": "8.44.3",
"@types/is-ci": "3.0.0",
"@types/node": "18.16.15",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"eslint": "8.41.0",
"@types/node": "20.6.4",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"eslint": "8.50.0",
"is-ci": "3.0.1",
"react": "18.2.0",
"typescript": "5.0.4",
"typescript": "5.2.2",
"typesync": "0.11.1",
"vite": "4.3.8",
"vitest": "0.29.7"
}
"vite": "4.4.9",
"vitest": "0.34.5"
},
"packageManager": "pnpm@8.7.6"
}
Loading

0 comments on commit c5b62f7

Please sign in to comment.