Skip to content

Commit

Permalink
Merge pull request #101 from vikejs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
magne4000 authored Aug 17, 2024
2 parents b2818be + 9b5c0fc commit 4d495b4
Show file tree
Hide file tree
Showing 6 changed files with 727 additions and 708 deletions.
4 changes: 2 additions & 2 deletions examples/full/.testRun.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export { testRun };

import { test, expect, run, fetchHtml, page, getServerUrl, autoRetry, partRegex } from "@brillout/test-e2e";
import assert from "node:assert";
const dataHk = partRegex`data-hk="${/[0-9-]+/}"`;
import { autoRetry, expect, fetchHtml, getServerUrl, page, partRegex, run, test } from "@brillout/test-e2e";
const dataHk = partRegex`data-hk=${/[0-9-]+/}`;

let isProd: boolean;

Expand Down
8 changes: 4 additions & 4 deletions examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"node-fetch": "^3.3.2",
"solid-js": "^1.8.17",
"vike": "^0.4.183",
"solid-js": "^1.8.21",
"vike": "^0.4.184",
"vike-solid": "link:vike-solid"
},
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.4.0"
"typescript": "^5.5.4",
"vite": "^5.4.1"
},
"type": "module"
}
6 changes: 3 additions & 3 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"preview": "vite build && vite preview"
},
"dependencies": {
"solid-js": "^1.8.17",
"vike": "^0.4.183",
"solid-js": "^1.8.21",
"vike": "^0.4.184",
"vike-solid": "link:vike-solid"
},
"devDependencies": {
"vite": "^5.4.0"
"vite": "^5.4.1"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@biomejs/biome": "^1.8.3",
"@brillout/test-e2e": "^0.5.33",
"@brillout/test-types": "^0.1.15",
"playwright": "^1.45.2",
"playwright": "^1.46.1",
"prettier": "^3.3.3"
}
}
Loading

0 comments on commit 4d495b4

Please sign in to comment.