Skip to content

Commit

Permalink
Merge pull request #555 from yamada-ui/build/update-node
Browse files Browse the repository at this point in the history
Updated node version and package manager
  • Loading branch information
hirotomoyamada authored Jan 6, 2025
2 parents 9c76704 + 7b16e0d commit 3e4141d
Show file tree
Hide file tree
Showing 6 changed files with 5,942 additions and 7,130 deletions.
2 changes: 1 addition & 1 deletion .github/composite-actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version-file: "package.json"
registry-url: "https://registry.npmjs.org"
cache: "pnpm"

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ node_modules
*.pem
.vscode
.idea
.node-version

# debug
logs
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
strict-peer-dependencies=false
enable-pre-post-scripts=true
manage-package-manager-versions=true
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "20"
"node": ">=22"
},
"packageManager": "pnpm@9.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35",
"packageManager": "pnpm@9.15.0",
"scripts": {
"prepare": "lefthook install",
"dev": "next dev",
Expand All @@ -28,7 +28,6 @@
"clean:all": "rimraf .next node_modules"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.0",
"@emotion/weak-memoize": "^0.4.0",
Expand All @@ -44,8 +43,8 @@
"@yamada-ui/react": "^1.7.2",
"@yamada-ui/table": "^1.3.9",
"jszip": "^3.10.1",
"match-sorter": "^6.3.4",
"next": "^14.2.13",
"match-sorter": "^8.0.0",
"next": "^15.1.0",
"next-seo": "^6.6.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
Expand All @@ -54,17 +53,18 @@
"scroll-into-view-if-needed": "^3.1.0"
},
"devDependencies": {
"@clack/prompts": "^0.8.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@cspell/eslint-plugin": "^8.14.4",
"@eslint/compat": "^1.2.0",
"@next/eslint-plugin-next": "^14.2.15",
"@next/eslint-plugin-next": "^15.1.0",
"@octokit/request-error": "^6.1.5",
"@octokit/rest": "^21.0.2",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@yamada-ui/cli": "1.2.3",
"@yamada-ui/cli": "^1.2.3",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
Expand All @@ -77,7 +77,7 @@
"eslint-plugin-perfectionist": "^3.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"glob": "^11.0.0",
"globals": "^15.10.0",
Expand Down
Loading

0 comments on commit 3e4141d

Please sign in to comment.