Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 26, 2024
1 parent 44f1358 commit e70591e
Show file tree
Hide file tree
Showing 3 changed files with 720 additions and 733 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
"release": "bumpp --all --commit=\"release: %s\" --tag=\"%s\""
},
"devDependencies": {
"@eslint-sukka/node": "^4.1.7",
"@eslint-sukka/ts": "^4.1.7",
"@eslint-sukka/node": "^5.0.0",
"@eslint-sukka/ts": "^5.0.0",
"@jsdevtools/ez-spawn": "^3.0.4",
"@nolyfill/internal": "workspace:*",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.96",
"@types/node": "^20.9.0",
"bumpp": "^9.2.0",
"@swc/core": "^1.3.106",
"@types/node": "^20.11.7",
"bumpp": "^9.3.0",
"dequal": "2.0.3",
"eslint": "^8.51.0",
"eslint-config-sukka": "^4.1.7",
"eslint-formatter-sukka": "^4.1.7",
"eslint": "^8.56.0",
"eslint-config-sukka": "^5.0.0",
"eslint-formatter-sukka": "^5.0.0",
"path-scurry": "^1.10.1",
"picocolors": "^1.0.0",
"rimraf": "^5.0.5",
"rollup": "^4.8.0",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.10.3",
"turbo": "^1.10.16",
"type-fest": "^4.4.0",
"typescript": "^5.2.2"
"rollup-plugin-swc3": "^0.11.0",
"turbo": "^1.11.3",
"type-fest": "^4.10.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tools/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@nolyfill/internal": "workspace:*",
"@nolyfill/promise.any": "workspace:*",
"@npmcli/arborist": "^6.3.0",
"@pnpm/list": "^9.1.4",
"@pnpm/list": "^9.1.9",
"@pnpm/workspace.find-packages": "^1.0.14",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc-node/register": "^1.6.8",
"@swc/helpers": "^0.5.3",
Expand All @@ -36,7 +36,7 @@
"commander": "^11.1.0",
"detect-indent": "^6.1.0",
"picocolors": "^1.0.0",
"rollup-plugin-visualizer": "^5.9.2"
"rollup-plugin-visualizer": "^5.12.0"
},
"engines": {
"node": ">=12.4.0"
Expand Down
Loading

0 comments on commit e70591e

Please sign in to comment.