Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Aug 19, 2024
1 parent bb9f065 commit 45a9964
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 382 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "visualization",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631",
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -11,31 +11,31 @@
},
"dependencies": {
"@popperjs/core": "2.11.8",
"@react-spring/parallax": "9.7.3",
"@react-spring/web": "9.7.3",
"@tailwindcss/typography": "0.5.13",
"@react-spring/parallax": "9.7.4",
"@react-spring/web": "9.7.4",
"@tailwindcss/typography": "0.5.14",
"@types/d3": "7.4.3",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.2",
"@types/node": "22.4.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"csv-parse": "5.5.6",
"d3": "7.9.0",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
"fs-extra": "11.2.0",
"fuse.js": "7.0.0",
"lodash-es": "4.17.21",
"next": "14.2.4",
"postcss": "8.4.38",
"prettier": "3.3.2",
"next": "14.2.5",
"postcss": "8.4.41",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-popper": "2.3.0",
"tailwindcss": "3.4.4",
"typescript": "5.4.5"
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 45a9964

Please sign in to comment.