Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jameszhang-a committed Feb 19, 2024
1 parent 356c2b2 commit 049593e
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20" # Specify the Node.js version here
node-version: "20"

- name: Install dependencies
run: yarn install
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"ts-node": "ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\""
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/react": "^11.11.3",
"@emotion/server": "^11.11.0",
"@heroicons/react": "^2.0.16",
"@mantine/carousel": "^6.0.0",
"@mantine/core": "^6.0.0",
Expand Down Expand Up @@ -51,7 +51,6 @@
"patch-package": "^6.5.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-canvas-confetti": "^1.4.0",
"react-day-picker": "^8.8.2",
"react-dom": "18.2.0",
"recharts": "^2.12.0",
Expand All @@ -64,7 +63,6 @@
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@simbathesailor/use-what-changed": "^2.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
Expand Down
Loading

0 comments on commit 049593e

Please sign in to comment.