Skip to content

Commit

Permalink
refactor: bump vite in devDep to ^4 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Jan 25, 2023
1 parent 8c0f9fd commit 61b7aea
Show file tree
Hide file tree
Showing 19 changed files with 117 additions and 102 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"svelte": "^3.46.4",
"tiny-invariant": "^1.1.0",
"typescript": "~4.5.5",
"vite": "^3.0.7",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*",
"vitest": "^0.24.0",
"ws": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/config-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.11.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/config-enableBuild-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.11.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/config-initialIsOpen-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.11.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/config-no-runtime-in-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.11.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/config-overlay-changes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.11.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/config-overlay-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.11.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/config-overlay-position-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.11.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/config-terminal-false/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.11.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/eslint-config-log-level/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.30.7",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/eslint-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.30.7",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-reload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/stylelint-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"stylelint": "^14.0.0",
"stylelint-config-standard": "^28.0.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^2.0.0",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion playground/vls-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prettier": "2.6.0",
"sass": "^1.32.7",
"typescript": "~4.3.2",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*",
"vite-plugin-components": "^0.12.2",
"vite-plugin-vue2": "^1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-tsc-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.1",
"typescript": "~4.5.5",
"vite": "^3.0.4",
"vite": "^4.0.4",
"vite-plugin-checker": "workspace:*",
"vue-tsc": "^1.0.24"
}
Expand Down
Loading

0 comments on commit 61b7aea

Please sign in to comment.