Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 491cd3b commit c060f19
Show file tree
Hide file tree
Showing 6 changed files with 1,142 additions and 1,069 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"json-loader": "^0.5.7",
"lodash.template": ">=4.5.0",
"mini-css-extract-plugin": "^2.7.2",
"nyc": "^15.1.0",
"nyc": "^17.0.0",
"prettier": "^3.2.5",
"sass": "^1.60.0",
"sass-loader": "^14.0.0",
Expand Down Expand Up @@ -89,7 +89,7 @@
"owl.carousel": "^2.3.4",
"popper.js": "^1.16.1",
"source-map-support": "^0.5.21",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"video.js": "^8.0.0",
"videojs-youtube": "^3.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/api-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@tranmere-web/lib": "*",
"@langchain/community": "^0.2.3",
"@langchain/core": "^0.2.1",
"@langchain/openai": "^0.0.33",
"@langchain/openai": "^0.1.0",
"langchain": "^0.2.2"
},
"devDependencies": {
"prettier": "3.2.5",
"prettier": "3.3.1",
"@aws-cdk/aws-appsync-alpha": "^2.59.0-alpha.0",
"@types/aws-lambda": "^8.10.115",
"aws-cdk": "2.143.0",
"aws-cdk-lib": "2.143.0",
"aws-cdk": "2.145.0",
"aws-cdk-lib": "2.145.0",
"eslint": "^9.2.0",
"typescript-eslint": "^7.10.0",
"jest": "^29.4.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@cloudflare/next-on-pages": "^1.11.3",
"@langchain/community": "^0.2.3",
"@langchain/core": "^0.2.1",
"@langchain/openai": "^0.0.33",
"@langchain/openai": "^0.1.0",
"@next/bundle-analyzer": "^14.0.0",
"@supabase/supabase-js": "^2.32.0",
"@types/node": "^20.12.12",
Expand All @@ -25,8 +25,8 @@
"autoprefixer": "10.4.19",
"bootstrap": "^4.6.2",
"bootstrap-select": "^1.13.2",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint": "9.4.0",
"eslint-config-next": "14.2.3",
"langchain": "^0.2.2",
"next": "^14.2.3",
"next-compose-plugins": "^2.2.1",
Expand All @@ -41,7 +41,7 @@
"@cloudflare/workers-types": "^4.20240502.0"
},
"devDependencies": {
"prettier": "3.2.5",
"prettier": "3.3.1",
"sass": "^1.77.2",
"vercel": "^34.2.3",
"wrangler": "^3.57.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"contentful-management": "^11.8.0"
},
"devDependencies": {
"prettier": "3.2.5",
"prettier": "3.3.1",
"@types/jest": "^29.5.12",
"ts-jest": "^29.0.5",
"typescript": "^5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/vectorize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@types/node": "^20.0.0",
"eslint": "^9.2.0",
"jest": "^29.4.3",
"prettier": "3.2.5",
"prettier": "3.3.1",
"ts-jest": "^29.0.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0"
},
"overrides": {
"@types/node": "20.8.3"
"@types/node": "20.14.2"
},
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^16.1.3",
Expand Down
Loading

0 comments on commit c060f19

Please sign in to comment.