Skip to content

Commit

Permalink
feat: update dependencies and version base node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Mar 10, 2024
1 parent 47c8f11 commit 9e6422a
Show file tree
Hide file tree
Showing 5 changed files with 1,519 additions and 2,489 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: yarn
- name: Fix Lint
Expand Down
6 changes: 2 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx.cmd lint-staged
yarn lint:fix
npx lint-staged
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.0",
"type": "module",
"engines": {
"node": ">=18.18.2",
"npm": ">=8.1.0"
"node": ">=20.11.0",
"npm": ">=10.4.0"
},
"scripts": {
"dev": "vite",
Expand All @@ -16,30 +16,30 @@
"format:check": "prettier --check src/",
"commit": "cz",
"release": "semantic-release --no-ci",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3"
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@ialexanderbrito/eslint-config": "^2.0.2",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@ialexanderbrito/eslint-config": "^2.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"semantic-release": "^22.0.12",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"semantic-release": "^23.0.2",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-tsconfig-paths": "^4.3.1"
},
"config": {
Expand Down
Loading

0 comments on commit 9e6422a

Please sign in to comment.