Skip to content

Commit

Permalink
update vite
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Dec 23, 2024
1 parent 91279cd commit f3c482d
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 267 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@kiwilan/typescriptable-laravel",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "pnpm run --parallel dev",
"build": "pnpm recursive run build",
Expand All @@ -12,7 +13,6 @@
"package": "pnpm recursive run package",
"release": "pnpm recursive run release"
},
"license": "MIT",
"dependencies": {
"@antfu/eslint-config": "^2.6.2",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"rimraf": "^5.0.7",
"tailwindcss": "^3.4.1",
"tsup": "^8.0.1",
"vite": "^5.0.11",
"vite": "^5.1.8",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.2.0",
"vue": "^3.4.13"
Expand Down
Loading

0 comments on commit f3c482d

Please sign in to comment.