Skip to content

Commit

Permalink
[patch] update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Jun 22, 2024
1 parent 325e684 commit ac0ee31
Show file tree
Hide file tree
Showing 12 changed files with 1,820 additions and 486 deletions.
2,262 changes: 1,798 additions & 464 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@augment-vir/prisma-node-js": "./packages/prisma-node-js",
"@augment-vir/testing": "./packages/testing",
"concurrently": "^8.2.2",
"cspell": "^8.8.4",
"cspell": "^8.9.1",
"dependency-cruiser": "^16.3.3",
"esbuild": "^0.21.5",
"markdown-code-example-inserter": "^1.0.0",
Expand All @@ -57,9 +57,9 @@
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-sort-json": "^4.0.0",
"prettier-plugin-toml": "^2.0.1",
"typedoc": "^0.25.13",
"typescript": "5.4.5",
"virmator": "^12.0.0"
"typedoc": "^0.26.0",
"typescript": "5.5.2",
"virmator": "^12.0.1"
},
"overrides": {
"@augment-vir/browser-testing": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@augment-vir/common": "^29.0.0",
"@augment-vir/testing": "^29.0.0",
"@open-wc/testing": "^4.0.0",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@web/test-runner-commands": "^0.9.0",
"type-fest": "^4.20.1"
},
Expand All @@ -36,7 +36,7 @@
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-visual-regression": "^0.9.0",
"istanbul-smart-text-reporter": "^1.1.4",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"@augment-vir/browser-testing": "^29.0.0",
"@open-wc/testing": "^4.0.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@web/dev-server-esbuild": "^1.0.2",
"@web/test-runner": "^0.18.2",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-visual-regression": "^0.9.0",
"istanbul-smart-text-reporter": "^1.1.4",
"type-fest": "^4.20.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"peerDependencies": {
"element-vir": ">=17"
Expand Down
2 changes: 1 addition & 1 deletion packages/chai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type-fest": "^4.20.1"
},
"devDependencies": {
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"peerDependencies": {
"chai": "^4.3.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/common-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@electrovir/nyc": "^15.1.0-fix0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"chai": "^4.3.10",
"istanbul-smart-text-reporter": "^1.1.4",
"mocha": "^10.4.0",
"mocha-spec-reporter-with-file-names": "^0.0.3",
"run-time-assertions": "^1.5.1",
"ts-node": "^10.9.2",
"type-fest": "^4.20.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type-fest": "^4.20.1"
},
"devDependencies": {
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@augment-vir/node-js": "^29.0.0"
},
"devDependencies": {
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/node-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.16",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.2",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.8",
"chai": "^4.3.10",
"istanbul-smart-text-reporter": "^1.1.4",
"mocha": "^10.4.0",
"mocha-spec-reporter-with-file-names": "^0.0.3",
"ts-node": "^10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-node-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"istanbul-smart-text-reporter": "^1.1.4",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@electrovir/nyc": "^15.1.0-fix0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.2",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.8",
"chai": "^4.3.10",
"istanbul-smart-text-reporter": "^1.1.4",
"mocha": "^10.4.0",
"mocha-spec-reporter-with-file-names": "^0.0.3",
"ts-node": "^10.9.2",
"type-fest": "^4.20.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@electrovir/nyc": "^15.1.0-fix0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"chai": "^4.3.10",
"istanbul-smart-text-reporter": "^1.1.4",
"mocha": "^10.4.0",
"mocha-spec-reporter-with-file-names": "^0.0.3",
"run-time-assertions": "^1.5.1",
"ts-node": "^10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ac0ee31

Please sign in to comment.