Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Apr 25, 2024
1 parent 0a06b83 commit 5ff86fa
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
1 change: 1 addition & 0 deletions .wireit/72656c656173652d77696e646f7773/fingerprint
@@ -0,0 +1 @@
{"fullyTracked":false,"platform":"win32","arch":"x64","nodeVersion":"v22.0.0","command":"powershell -Command \"Get-ChildItem -Path 'dist/package/*/production/package.json' | ForEach-Object { npm publish $_.DirectoryName }\"","extraArgs":[],"clean":true,"files":{},"output":[],"dependencies":{},"env":{}}
Empty file.
30 changes: 15 additions & 15 deletions package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Expand Up @@ -37,10 +37,15 @@
"inspectConfig": "npx @eslint/config-inspector --config src/index.ts",
"printConfig": "eslint --print-config src/index.ts",
"release": "npm run build:production && fd --unrestricted --full-path 'dist/package/.+/production/package.json' --exec bash -c 'npm publish {//}'",
"release-windows": "powershell -Command \"Get-ChildItem -Path 'dist/package/*/production/package.json' | ForEach-Object { npm publish `$_.DirectoryName }\"",
"release-windows": "wireit",
"test": "exit 0",
"tsc": "tsc"
},
"wireit": {
"release-windows": {
"command": "powershell -Command \"Get-ChildItem -Path 'dist/package/*/production/package.json' | ForEach-Object { npm publish $_.DirectoryName }\""
}
},
"dependencies": {
"@stylistic/eslint-plugin": "^1.7.2",
"@stylistic/eslint-plugin-js": "^1.7.2",
Expand Down Expand Up @@ -76,7 +81,7 @@
"debug": "^4.3.4",
"dts-bundle-generator": "^9.5.1",
"emp": "^2.0.0",
"eslint-config-jaid": "^9.0.0",
"eslint-config-jaid": "^9.0.1",
"eslint-find-rules": "^4.1.0",
"filter-obj": "^6.0.0",
"foreach-cli": "^1.8.1",
Expand Down

0 comments on commit 5ff86fa

Please sign in to comment.