Skip to content

Commit

Permalink
deps: Upgrade some node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 24, 2023
1 parent ae77e30 commit 4b6f8fd
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 69 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"indentSize": 2,
"lineWidth": 160,
"indentStyle": "space",
"ignore": ["lib", "node_modules"]
"ignore": ["lib", "node_modules", "package.json"]
},
"linter": {
"enabled": false
Expand Down
8 changes: 4 additions & 4 deletions npm/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"homepage": "https://github.com/hustcer/nu-to-npm#readme",
"devDependencies":
{
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"@types/node": "^20.8.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"typescript": "^5.2.2"
},
"optionalDependencies":
Expand Down
133 changes: 69 additions & 64 deletions npm/app/pnpm-lock.yaml

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

0 comments on commit 4b6f8fd

Please sign in to comment.