Skip to content

Commit

Permalink
upgrade pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Mar 24, 2024
1 parent d46b100 commit 89df46f
Show file tree
Hide file tree
Showing 21 changed files with 2,169 additions and 1,675 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,47 +33,47 @@
"@node-kit/extra.fs": "*"
},
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.11",
"@eslint-sets/eslint-config-ts": "^5.8.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/pluginutils": "^5.0.4",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@eslint-sets/eslint-config-ts": "^5.12.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/pluginutils": "^5.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"chalk": "^5.3.0",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"esbuild": "^0.19.2",
"esbuild-register": "^3.4.2",
"eslint": "^8.48.0",
"fast-glob": "^3.3.1",
"husky": "^8.0.3",
"jest": "^29.6.4",
"lint-staged": "^14.0.1",
"esbuild": "^0.20.2",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"load-yml": "^1.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.2",
"prettier": "^3.2.5",
"prettier-config-common": "^1.4.0",
"reinstaller": "^3.0.2",
"rm-all": "^1.1.1",
"rollup": "^3.28.1",
"rollup": "^4.13.0",
"rollup-plugin-add-banner": "^1.1.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-inject-code": "^1.1.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-replace-shebang": "^1.2.0",
"rollup-plugin-visualizer": "^5.9.2",
"rollup-plugin-visualizer": "^5.12.0",
"tsnd": "^1.1.0",
"typedoc": "^0.25.0",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2",
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.3",
"zx": "^7.2.3"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/extra/cp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typings"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/extra/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typings"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/extra/path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typings"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/lerna-workspace-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@node-kit/extra.fs": "workspace:*",
"@node-kit/extra.path": "workspace:*",
"@node-kit/lerna-workspace-root": "workspace:*",
"fast-glob": "^3.3.1"
"fast-glob": "^3.3.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna-workspace-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"find-up": "^5.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/monorepo-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"workspace-root": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/os-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lcid": "^4.0.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pm-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"load-yml": "^1.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/pnpm-workspace-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"dependencies": {
"@node-kit/extra.path": "workspace:*",
"@node-kit/pnpm-workspace-root": "workspace:*",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"load-yml": "^1.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/pnpm-workspace-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
],
"dependencies": {
"@node-kit/extra.fs": "workspace:*",
"@pnpm/error": "^5.0.2",
"@pnpm/error": "^5.0.3",
"find-up": "^5.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typings"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/what-pm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"workspace-root": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
"@types/pkgjs__parseargs": "^0.10.0"
"@microsoft/api-extractor": "^7.43.0",
"@types/pkgjs__parseargs": "^0.10.3"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/which-pm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pm-info": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@node-kit/yarn-workspace-info": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-pkgs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@node-kit/yarn-workspace-info": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@node-kit/yarn-workspace-info": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@node-kit/yarn-workspace-root": "workspace:*"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/yarn-workspace-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@node-kit/extra.fs": "workspace:*",
"@node-kit/extra.path": "workspace:*",
"@node-kit/yarn-workspace-root": "workspace:*",
"fast-glob": "^3.3.1"
"fast-glob": "^3.3.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
"@microsoft/api-extractor": "^7.43.0"
},
"sideEffects": false,
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/yarn-workspace-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"micromatch": "^4.0.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
"@types/micromatch": "^4.0.2"
"@microsoft/api-extractor": "^7.43.0",
"@types/micromatch": "^4.0.6"
},
"sideEffects": false,
"keywords": [
Expand Down
Loading

0 comments on commit 89df46f

Please sign in to comment.