Skip to content

Commit 98a09ce

Browse files
committed
Migrate to Lens v3
1 parent 6afc565 commit 98a09ce

File tree

3 files changed

+307
-300
lines changed

3 files changed

+307
-300
lines changed

apps/api/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"typecheck": "tsc --pretty"
1111
},
1212
"dependencies": {
13-
"@aws-sdk/client-s3": "^3.709.0",
14-
"@aws-sdk/client-ses": "^3.709.0",
15-
"@aws-sdk/client-sts": "^3.709.0",
13+
"@aws-sdk/client-s3": "^3.712.0",
14+
"@aws-sdk/client-ses": "^3.712.0",
15+
"@aws-sdk/client-sts": "^3.712.0",
1616
"@hey/data": "workspace:*",
1717
"@hey/db": "workspace:*",
1818
"@hey/helpers": "workspace:*",
@@ -25,12 +25,12 @@
2525
"dotenv": "^16.4.5",
2626
"express": "^5.0.0",
2727
"express-file-routing": "^3.0.3",
28-
"express-rate-limit": "^7.4.1",
28+
"express-rate-limit": "^7.5.0",
2929
"express-session": "^1.18.1",
30-
"fast-xml-parser": "^4.4.1",
30+
"fast-xml-parser": "^4.5.1",
3131
"graphql": "^16.9.0",
3232
"linkedom": "^0.18.5",
33-
"openai": "^4.76.2",
33+
"openai": "^4.76.3",
3434
"rate-limit-redis": "^4.2.0",
3535
"request-ip": "^3.3.0",
3636
"tsx": "^4.19.2",
@@ -51,7 +51,7 @@
5151
"@types/request-ip": "^0.0.41",
5252
"@types/ua-parser-js": "^0.7.39",
5353
"@types/uuid": "^10.0.0",
54-
"nodemon": "^3.1.7",
54+
"nodemon": "^3.1.9",
5555
"start-server-and-test": "^2.0.9",
5656
"ts-node": "^10.9.2",
5757
"typescript": "^5.7.2"

apps/web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@apollo/client": "^3.12.3",
14-
"@aws-sdk/lib-storage": "^3.709.0",
14+
"@aws-sdk/lib-storage": "^3.712.0",
1515
"@headlessui/react": "2.2.0",
1616
"@heroicons/react": "^2.2.0",
1717
"@hey/abis": "workspace:*",
@@ -38,7 +38,7 @@
3838
"franc": "^6.2.0",
3939
"graphql": "^16.9.0",
4040
"next": "^15.1.0",
41-
"next-axiom": "^1.8.0",
41+
"next-axiom": "^1.9.0",
4242
"next-themes": "^0.4.4",
4343
"plur": "^5.1.0",
4444
"plyr-react": "^5.3.0",

0 commit comments

Comments
 (0)