Skip to content

Commit

Permalink
Merge pull request #115 from kucrut/vite-6
Browse files Browse the repository at this point in the history
Vite 6
  • Loading branch information
kucrut authored Dec 18, 2024
2 parents bdc1bc5 + fc9ad64 commit fe3a803
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 443 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-gifts-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kucrut/vite-for-wp": minor
---

Vite 6
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"wordpress"
],
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@eslint/js": "^9.15.0",
"@kucrut/eslint-config": "^0.3.1",
"@changesets/cli": "^2.27.11",
"@eslint/js": "^9.17.0",
"@kucrut/eslint-config": "^0.3.2",
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.3",
"dts-buddy": "^0.5.3",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"@types/node": "^22.10.2",
"dts-buddy": "^0.5.4",
"eslint": "^9.17.0",
"globals": "^15.13.0",
"rollup-plugin-external-globals": "^0.13.0",
"typescript": "5.5.4",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"typescript": "5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3",
"vite-plugin-external": "^4.0.1"
},
"peerDependencies": {
"rollup-plugin-external-globals": "^0.13.0",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vite-plugin-external": "^4.0.1"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit fe3a803

Please sign in to comment.