Skip to content

Commit

Permalink
chore:dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmyers committed Sep 8, 2023
1 parent b24df8e commit f7565a3
Show file tree
Hide file tree
Showing 7 changed files with 463 additions and 406 deletions.
22 changes: 11 additions & 11 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"@xapp/config": "0.2.3",
"aws-sdk": "2.1402.0",
"aws-sdk": "2.1454.0",
"babel-loader": "9.1.2",
"babel-preset-minify": "0.5.2",
"cache-loader": "4.1.0",
Expand All @@ -48,7 +48,7 @@
"sinon": "15.0.3",
"sinon-chai": "3.7.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"typescript": "5.2.2",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-node-externals": "3.0.0"
Expand All @@ -66,21 +66,21 @@
"test": "exit 0"
},
"dependencies": {
"@xapp/contact-capture-handler": "1.1.2",
"@xapp/contact-capture-handler": "1.2.0",
"@xapp/oc-studio-starter-models": "1.0.0",
"@xapp/question-answering-handler": "2.3.0",
"@xapp/stentor-gbm": "1.45.113",
"@xapp/stentor-lex-v2": "1.45.114",
"@xapp/stentor-service-salesforce": "1.45.113",
"@xapp/x-nlu": "1.5.4",
"@xapp/question-answering-handler": "2.4.0",
"@xapp/stentor-gbm": "1.51.22",
"@xapp/stentor-lex-v2": "1.51.22",
"@xapp/stentor-service-salesforce": "1.51.22",
"@xapp/x-nlu": "1.6.0",
"addresser": "1.1.20",
"ansi-styles": "6.2.1",
"body-parser": "1.20.2",
"compromise": "14.8.2",
"express": "4.18.2",
"parse-full-name": "1.2.6",
"stentor": "1.57.173",
"stentor-channel": "1.57.173",
"stentor-user-storage-dynamo": "1.57.172"
"stentor": "1.58.3",
"stentor-channel": "1.58.3",
"stentor-user-storage-dynamo": "1.58.3"
}
}
1 change: 0 additions & 1 deletion packages/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"jsx": "react",
"declaration": true,
"noImplicitReturns": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"private": true,
"dependencies": {
"@xapp/chat-widget": "1.57.2",
"@xapp/chat-widget": "1.60.2",
"@xapp/oc-studio-starter-models": "1.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"stentor-models": "1.57.172"
"stentor-models": "1.58.3"
},
"devDependencies": {
"@babel/core": "7.22.1",
Expand Down Expand Up @@ -49,7 +49,7 @@
"sass-loader": "10.4.1",
"style-loader": "2.0.0",
"ts-jest": "29.1.0",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"peerDependencies": {
"@xapp/chat-widget": "1.57.2",
Expand Down
1 change: 0 additions & 1 deletion packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"declaration": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"skipLibCheck": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@typescript-eslint/eslint-plugin": "5.58.0",
"eslint": "8.48.0",
"eslint-plugin-notice": "0.9.10",
"stentor-models": "1.57.172",
"typescript": "4.9.5"
"stentor-models": "1.58.3",
"typescript": "5.2.2"
},
"peerDependencies": {
"stentor-models": "1.X"
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node": "^12 || ^14 || ^16"
},
"devDependencies": {
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"scripts": {
"build": "tsc -d true -p .",
Expand Down

0 comments on commit f7565a3

Please sign in to comment.