Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Oct 16, 2023
1 parent d46cad3 commit 617ba7e
Show file tree
Hide file tree
Showing 6 changed files with 524 additions and 338 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nolyfill",
"name": "nolyfill-monorepo",
"version": "1.0.21",
"private": true,
"files": [],
Expand All @@ -16,8 +16,8 @@
"@eslint-sukka/ts": "^4.1.3",
"@jsdevtools/ez-spawn": "^3.0.4",
"@nolyfill/internal": "workspace:*",
"@swc-node/register": "^1.6.7",
"@swc/core": "^1.3.83",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.93",
"@types/node": "^20.5.3",
"bumpp": "^9.2.0",
"dequal": "2.0.3",
Expand All @@ -26,10 +26,10 @@
"eslint-formatter-sukka": "^4.1.3",
"path-scurry": "^1.10.1",
"picocolors": "^1.0.0",
"rimraf": "^5.0.1",
"turbo": "^1.10.13",
"type-fest": "^4.2.0",
"typescript": "^5.1.6"
"rimraf": "^5.0.5",
"turbo": "^1.10.15",
"type-fest": "^4.4.0",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down Expand Up @@ -115,9 +115,9 @@
},
"patchedDependencies": {
"@types/[email protected]": "patches/@[email protected]",
"@pnpm/[email protected]": "patches/@[email protected]",
"@npmcli/[email protected]": "patches/@[email protected]",
"@yarnpkg/[email protected]": "patches/@[email protected]"
"@yarnpkg/[email protected]": "patches/@[email protected]",
"@pnpm/[email protected]": "patches/@[email protected]"
}
},
"overrides": {
Expand Down
14 changes: 7 additions & 7 deletions packages/manual/es-iterator-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@
"@nolyfill/shared": "workspace:*"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-replace": "^5.0.2",
"@swc/core": "^1.3.83",
"ljharb-es-iterator-helpers": "npm:es-iterator-helpers@^1.0.14",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.4",
"@swc/core": "^1.3.93",
"ljharb-es-iterator-helpers": "npm:es-iterator-helpers@^1.0.15",
"resolve-pkg": "^2.0.0",
"rollup": "^3.28.0",
"rollup-plugin-swc3": "^0.9.1"
"rollup": "^4.1.4",
"rollup-plugin-swc3": "^0.10.2"
},
"engines": {
"node": ">=12.4.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/tools/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
"@nolyfill/promise.any": "workspace:*",
"@npmcli/arborist": "^6.3.0",
"@pnpm/list": "^9.0.10",
"@pnpm/workspace.find-packages": "^1.0.5",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"@swc-node/register": "^1.6.6",
"@swc/core": "^1.3.83",
"@swc/helpers": "^0.5.1",
"@pnpm/workspace.find-packages": "^1.0.14",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.93",
"@swc/helpers": "^0.5.3",
"@types/npmcli__arborist": "^5.6.1",
"@types/treeverse": "^3.0.1",
"@types/yarnpkg__lockfile": "^1.1.6",
"@yarnpkg/parsers": "3.0.0-rc.49",
"commander": "^11.0.0",
"commander": "^11.1.0",
"detect-indent": "^6.1.0",
"picocolors": "^1.0.0",
"rollup": "^3.28.0",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-swc3": "^0.9.1",
"rollup": "^4.1.4",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.10.2",
"rollup-plugin-visualizer": "^5.9.2"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tools/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"license": "MIT",
"devDependencies": {
"rollup": "^3.28.0",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-swc3": "^0.9.1"
"rollup": "^4.1.4",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.10.2"
}
}
File renamed without changes.
Loading

0 comments on commit 617ba7e

Please sign in to comment.