Skip to content

Commit

Permalink
Merge branch 'main' into process-per-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Oct 22, 2023
2 parents 22c178e + cdb3905 commit d6039b6
Show file tree
Hide file tree
Showing 6 changed files with 472 additions and 724 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@previewjs/plugin-vue2": "workspace:*",
"@previewjs/plugin-vue3": "workspace:*",
"@previewjs/properties": "workspace:*",
"@types/express": "^4.17.19",
"@types/express": "^4.17.20",
"@types/fs-extra": "^11.0.3",
"@types/node": "^20.8.7",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/express": "^4.17.19",
"@types/express": "^4.17.20",
"rimraf": "^5.0.5",
"unbuild": "^2.0.0",
"vite": "^4.5.0"
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.1",
"@types/express": "^4.17.19",
"@types/express": "^4.17.20",
"@types/fs-extra": "^11.0.3",
"@types/html-escaper": "^3.0.0",
"@types/html-escaper": "^3.0.1",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@previewjs/type-analyzer": "^10.0.1",
"@previewjs/vfs": "^2.0.17",
"typescript": "^5.2.2",
"vite-plugin-solid": "^2.7.1"
"vite-plugin-solid": "^2.7.2"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"vite-ecosystem-ci:test": "export ONLY_REACT_VERSION=18 && turbo e2e-test --filter=@previewjs/plugin-react -- --grep-invert=error --retries=3 --workers=2"
},
"devDependencies": {
"@types/inquirer": "^9.0.4",
"@types/inquirer": "^9.0.6",
"@types/license-checker": "^25.0.5",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"assert-never": "^1.2.1",
"depcheck": "^1.4.6",
"depcheck": "^1.4.7",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"execa": "^8.0.1",
Expand Down
Loading

0 comments on commit d6039b6

Please sign in to comment.