Skip to content

Commit

Permalink
Update package.json and pnpm-lock.yaml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Anoop K. Chandran committed Dec 10, 2023
1 parent 868113f commit edbc1b4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/d3": "^7.4.3",
"@types/doi-regex": "^0.1.0",
"@types/lodash": "^4.14.191",
"@types/node": "^16.11.6",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/doi-regex": "^0.1.3",
"@types/lodash": "^4.14.202",
"@types/node": "^16.18.68",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"builtin-modules": "3.3.0",
"esbuild": "0.14.47",
"obsidian": "latest",
"tslib": "^2.5.0",
"tslib": "^2.6.2",
"typescript": "4.7.4"
},
"dependencies": {
Expand All @@ -34,10 +34,10 @@
"d3": "^7.8.5",
"doi-regex": "^0.1.13",
"lodash": "^4.17.21",
"lru-cache": "^7.14.1",
"lru-cache": "^7.18.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-force-graph-2d": "^1.25.2",
"react-icons": "^4.7.1"
"react-force-graph-2d": "^1.25.3",
"react-icons": "^4.12.0"
}
}
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit edbc1b4

Please sign in to comment.