Skip to content

Commit

Permalink
remove deprecated @types/lru-cache (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrinkl committed Nov 5, 2022
1 parent c0725fb commit b189ef0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@types/lru-cache": "^7.4.0",
"lru-cache": "^7.4.0"
"lru-cache": "^7.14.1"
},
"peerDependencies": {
"boardgame.io": ">=0.41.1"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"compilerOptions": {
"declaration": true,
"declarationMap" : true,
"declarationMap": true,
"esModuleInterop": true,
"lib": ["es6"],
"skipLibCheck": true,
"module": "CommonJS",
"noImplicitAny": false,
"outDir": "dist",
Expand Down

0 comments on commit b189ef0

Please sign in to comment.