Skip to content

Commit

Permalink
Package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanandpai committed Mar 30, 2024
1 parent 789dcd1 commit 611ce58
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.1

- name: Setup git config
run: |
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"cypress": "^13.7.0",
"cypress": "^13.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
Expand All @@ -57,16 +57,16 @@
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.2.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vitest": "^1.4.0"
},
"engines": {
"node": ">=18.18.0"
"node": ">=20.11.1"
},
"volta": {
"node": "18.18.0"
"node": "20.11.1"
},
"homepage": "https://github.com/sadanandpai/algo-visualizers"
}

0 comments on commit 611ce58

Please sign in to comment.