Skip to content

Commit

Permalink
[0.16.1] Align changes with other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
BorigTheDwarf committed Jan 24, 2025
1 parent 98f9ff7 commit ebc6329
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@
},
"homepage": "https://github.com/runejs/filestore#readme",
"peerDependencies": {
"@runejs/common": ">=2.0.2-beta.3",
"tslib": ">=2.8.1",
"typescript": ">=5.7.3"
"@runejs/common": "2.0.2-beta.3",
"tslib": "2.8.1",
"typescript": "5.7.3"
},
"dependencies": {
"@runejs/common": ">=2.0.2-beta.3",
"@runejs/common": "2.0.2-beta.3",
"canvas": "^3.1.0",
"pngjs": "^7.0.0",
"properties-parser": "^0.6.0",
"seek-bzip": "^2.0.0",
"tslib": ">=2.8.1"
"tslib": "2.8.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.10.10",
"@types/pngjs": "^6.0.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"target": "ESNext",
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
Expand Down

0 comments on commit ebc6329

Please sign in to comment.