Skip to content

Commit b762e20

Browse files
chore: update dependencies and version bump
- Bumped the project version from 0.1.0 to 0.5.0, because who doesn't love a good upgrade? - Added `@babel/runtime` and `cookie` dependencies to the project, ensuring we have the right tools for the job. - Updated several existing dependencies, including `next`, `@vitest/coverage-v8`, and `concurrently`, to their latest versions for improved performance and features. This commit aims to keep our project as fresh as a morning coffee, ensuring we’re not stuck in the past while coding our way to the future.
1 parent a795256 commit b762e20

File tree

2 files changed

+259
-432
lines changed

2 files changed

+259
-432
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decision-copilot",
3-
"version": "0.1.0",
3+
"version": "0.5.0",
44
"private": true,
55
"scripts": {
66
"prepare": "husky",
@@ -25,6 +25,7 @@
2525
"firebase:apphosting:deploy:prod": "firebase apphosting:rollouts:create prod --project decision-copilot"
2626
},
2727
"dependencies": {
28+
"@babel/runtime": "^7.26.10",
2829
"@google-cloud/functions-framework": "^3.4.5",
2930
"@hookform/resolvers": "^4.1.3",
3031
"@radix-ui/react-accordion": "^1.2.3",
@@ -49,14 +50,15 @@
4950
"class-variance-authority": "^0.7.1",
5051
"clsx": "^2.1.1",
5152
"cmdk": "^1.0.4",
53+
"cookie": "^1.0.2",
5254
"date-fns": "^4.1.0",
5355
"firebase": "^11.3.1",
5456
"firebase-admin": "^12.7.0",
5557
"firebase-frameworks": "^0.11.6",
5658
"firebase-functions": "^6.3.2",
5759
"framer-motion": "^12.4.7",
5860
"lucide-react": "^0.473.0",
59-
"next": "15.1.5",
61+
"next": "15.2.3",
6062
"react": "^19.0.0",
6163
"react-dom": "^19.0.0",
6264
"react-hook-form": "^7.54.2",
@@ -73,21 +75,21 @@
7375
"@types/react": "^19.0.10",
7476
"@types/react-dom": "^19.0.4",
7577
"@types/uuid": "^10.0.0",
76-
"@vitest/coverage-v8": "^1.6.1",
78+
"@vitest/coverage-v8": "^3.0.9",
7779
"chalk": "^5.4.1",
7880
"commander": "^12.1.0",
79-
"concurrently": "^8.2.2",
81+
"concurrently": "^9.1.2",
8082
"dotenv": "^16.4.7",
8183
"esbuild": "^0.25.0",
8284
"eslint": "^9.21.0",
8385
"eslint-config-next": "15.1.5",
8486
"firebase-tools": "^13.31.2",
87+
"husky": "^9.0.11",
8588
"postcss": "^8.5.3",
8689
"tailwindcss": "^3.4.17",
8790
"tsx": "^4.19.3",
8891
"typescript": "^5.7.3",
89-
"vitest": "^1.6.1",
90-
"wait-on": "^7.2.0",
91-
"husky": "^9.0.11"
92+
"vitest": "^3.0.9",
93+
"wait-on": "^8.0.3"
9294
}
9395
}

0 commit comments

Comments
 (0)