Skip to content

Commit

Permalink
perf: up deps (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonka83 committed Sep 11, 2023
1 parent 16c0905 commit 96285c9
Show file tree
Hide file tree
Showing 17 changed files with 5,569 additions and 6,112 deletions.
2 changes: 1 addition & 1 deletion packages/buildstamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@packasso/core": "workspace:*",
"buildstamp": "2.1.1"
"buildstamp": "3.3.1"
},
"type": "module",
"exports": "./src/main/ts/index.ts",
Expand Down
7 changes: 3 additions & 4 deletions packages/buildstamp/src/main/ts/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ program(
const { root, queuePackages } = await getTopo({ cwd }, preset)
await execute(
cmd('buildstamp', {
'out.path': buildStampJson,
'out.jsonSeparator': 'double-space',
o: buildStampJson,
git: true,
'docker.imageTag': '${IMAGE_TAG:-none}',
'date.format': 'iso',
ci: true,
date: true,
}),
root.tree ? queuePackages : preset ? root.absPath : root,
)
Expand Down
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
},
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@antongolub/git-root": "1.5.12",
"@commander-js/extra-typings": "10.0.3",
"@semrel-extra/topo": "1.13.0",
"@types/lodash": "4.14.195",
"@types/node": "20.2.5",
"commander": "10.0.1",
"concurrently": "8.1.0",
"cosmiconfig": "8.1.3",
"@antongolub/git-root": "1.5.13",
"@commander-js/extra-typings": "11.0.0",
"@semrel-extra/topo": "1.14.0",
"@types/lodash": "4.14.198",
"@types/node": "20.6.0",
"commander": "11.0.0",
"concurrently": "8.2.1",
"cosmiconfig": "8.3.5",
"find-up": "6.3.0",
"lodash": "4.17.21",
"read-pkg-up": "9.1.0"
"read-pkg-up": "10.1.0"
},
"type": "module",
"exports": "./src/main/ts/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@packasso/core": "workspace:*",
"eslint": "8.41.0",
"eslint": "8.49.0",
"eslint-config-qiwi": "2.1.3"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"jest-environment-jsdom": "29.5.0"
"jest-environment-jsdom": "29.6.4"
},
"type": "module",
"exports": "./src/main/ts/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-svgr-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@types/lodash": "4.14.195",
"@types/node": "20.2.5",
"@types/lodash": "4.14.198",
"@types/node": "20.6.0",
"lodash": "4.17.21"
},
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.6.4",
"@packasso/core": "workspace:*",
"@packasso/jest-snapshot-resolver": "workspace:*",
"@packasso/jest-svgr-transformer": "workspace:*",
"@swc/core": "1.3.61",
"@swc/jest": "0.2.26",
"@swc/core": "1.3.83",
"@swc/jest": "0.2.29",
"istanbul-merge": "2.0.0",
"jest": "29.5.0",
"jest": "29.6.4",
"nyc": "15.1.0"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@nestjs/cli": "9.4.0",
"@nestjs/cli": "10.1.17",
"@packasso/core": "workspace:*",
"nestjs-esm-fix": "1.6.1",
"tsc-esm-fix": "2.20.14"
"tsc-esm-fix": "2.20.15"
},
"devDependencies": {
"@packasso/tsconfig": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@packasso/core": "workspace:*",
"c8": "7.14.0",
"c8": "8.0.1",
"fast-glob": "3.3.1",
"istanbul-merge": "2.0.0",
"nyc": "15.1.0",
"tsx": "3.12.7"
"tsx": "3.12.8"
},
"engines": {
"node": ">=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@packasso/core": "workspace:*",
"react-scripts": "5.0.1",
"webpack-dev-server": "4.11.1"
"webpack-dev-server": "4.15.1"
},
"type": "module",
"exports": "./src/main/ts/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@packasso/core": "workspace:*",
"react-scripts": "5.0.1",
"webpack-dev-server": "4.11.1"
"webpack-dev-server": "4.15.1"
},
"type": "module",
"exports": "./src/main/ts/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/semrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@packasso/core": "workspace:*",
"zx-bulk-release": "2.9.0"
"zx-bulk-release": "2.11.5"
},
"type": "module",
"exports": "./src/main/ts/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"dependencies": {
"@packasso/core": "workspace:*",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.61",
"@swc/core": "1.3.83",
"globby-cp": "1.1.3",
"rimraf": "5.0.1",
"tsc-esm-fix": "2.20.14",
"tsc-esm-fix": "2.20.15",
"typescript": "4.9.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@packasso/core": "workspace:*",
"tsc-esm-fix": "2.20.14",
"tsc-esm-fix": "2.20.15",
"typescript": "4.9.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/uvu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@packasso/core": "workspace:*",
"c8": "7.14.0",
"c8": "8.0.1",
"earljs": "0.2.3",
"istanbul-merge": "2.0.0",
"nyc": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/yarn-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://qiwi.github.io/packasso",
"dependencies": {
"@packasso/core": "workspace:*",
"yarn-audit-fix": "9.3.10"
"yarn-audit-fix": "10.0.1"
},
"type": "module",
"exports": "./src/main/ts/index.ts",
Expand Down

0 comments on commit 96285c9

Please sign in to comment.