Skip to content

Commit

Permalink
fix: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smnbbrv committed Dec 9, 2024
1 parent 167fd0d commit b85a5c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 9 additions & 4 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "proxy-collections",
"version": "0.1.0",
"description": "Collections of objects that rely on remote data sources. Hides the complexity of fetching and caching data from a remote source",
"type": "module",
"author": "smnbbrv",
Expand All @@ -24,6 +25,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"npm-run-all": "^4.1.5",
"rxjs": "^7.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.9.0",
"vite": "^6.0.3",
Expand All @@ -44,7 +46,7 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"peerDependencies": {
"rxjs": "^7.8.1"
}
}

0 comments on commit b85a5c5

Please sign in to comment.