Skip to content
403 changes: 213 additions & 190 deletions examples/apps/chat-app/web/react-vite-tailwind/package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions examples/apps/chat-app/web/react-vite-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.5.4"
"vite": "^4.5.6"
},
"resolutions": {
"cross-spawn": "^7.0.5",
"nanoid": "^3.3.8"
"nanoid": "^3.3.8",
"esbuild": "^0.25.0"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "3.2.5",
"tailwindcss": "^3.3.6",
"typescript": "^5.2.2",
"vite": "^5.2.14"
"vite": "^5.4.12"
},
"resolutions": {
"cross-spawn": "^7.0.5",
Expand Down
10 changes: 5 additions & 5 deletions examples/apps/todo/web/react-vite-tailwind/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions examples/apps/todo/web/react-vite-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.2.14"
"vite": "^5.4.12"
},
"resolutions": {
"cross-spawn": "^7.0.5",
"nanoid": "^3.3.8"
"nanoid": "^3.3.8",
"esbuild": "^0.25.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"cross-spawn": "^7.0.5",
"nanoid": "^3.3.8"
"nanoid": "^3.3.8",
"@babel/helpers": "^7.26.10",
"@babel/runtime": "^7.26.10",
"esbuild": "^0.25.0"
}
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"express-validator": "^7.0.1",
"jsonwebtoken": "^9.0.0",
"mailgen": "^2.0.27",
"mongoose": "^7.8.3",
"mongoose": "^7.8.4",
"mongoose-aggregate-paginate-v2": "^1.0.6",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4650,10 +4650,10 @@ mongoose-aggregate-paginate-v2@^1.0.6:
resolved "https://registry.npmjs.org/mongoose-aggregate-paginate-v2/-/mongoose-aggregate-paginate-v2-1.0.6.tgz"
integrity sha512-UuALu+mjhQa1K9lMQvjLL3vm3iALvNw8PQNIh2gp1b+tO5hUa0NC0Wf6/8QrT9PSJVTihXaD8hQVy3J4e0jO0Q==

mongoose@^7.8.3:
version "7.8.3"
resolved "https://registry.npmjs.org/mongoose/-/mongoose-7.8.3.tgz#d6d3305268fc93a425c4a5f41478b0c1771a5b1c"
integrity sha512-eFnbkKgyVrICoHB6tVJ4uLanS7d5AIo/xHkEbQeOv6g2sD7gh/1biRwvFifsmbtkIddQVNr3ROqHik6gkknN3g==
mongoose@^7.8.4:
version "7.8.6"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.8.6.tgz#86e9c287bf9f15a1d4f236426b5d698b1685a8c3"
integrity sha512-1oVPRHvcmPVwk/zeSTEzayzQEVeYQM1D5zrkLsttfNNB7pPRUmkKeFu6gpbvyEswOuZLrWJjqB8kSTY+k2AZOA==
dependencies:
bson "^5.5.0"
kareem "2.5.1"
Expand Down