Skip to content

Commit

Permalink
Merge f3fb547 into 68c7bd9
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Mar 27, 2023
2 parents 68c7bd9 + f3fb547 commit fa5278a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
8 changes: 8 additions & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"sass-loader": "^10.4.1",
"style-loader": "^0.21.0",
"terser-webpack-plugin": "2.3.3",
"typescript": "^4.1.3",
"typescript": "^4.2.0",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"url-loader": "^1.0.1",
"webpack": "^4.32.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"@types/formidable": "^1.0.30",
"@types/fs-extra": "^5.0.4",
"@types/jest": "24.0.13",
"@types/jsonwebtoken": "ts4.2",
"@types/keytar": "^4.4.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "8.9.3",
Expand Down Expand Up @@ -123,7 +124,7 @@
"npm-run-all": "^4.1.5",
"spectron": "^15.0.0",
"through2": "^2.0.3",
"typescript": "^4.1.3",
"typescript": "^4.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/app/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-prettier": "^3.0.1",
"jest": "^29.3.1",
"rimraf": "^2.6.2",
"typescript": "^4.1.3"
"typescript": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest-environment-jsdom": "^29.3.1",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^10.4.1",
"typescript": "^4.1.3",
"typescript": "^4.2.0",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"webpack": "^4.32.2",
"webpack-cli": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/luis/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest": "^29.3.1",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^10.4.1",
"typescript": "^4.1.3",
"typescript": "^4.2.0",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"webpack": "^4.32.2",
"webpack-cli": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/qnamaker/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"sass-loader": "^10.4.1",
"style-loader": "^0.21.0",
"terser-webpack-plugin": "2.3.3",
"typescript": "^4.1.3",
"typescript": "^4.2.0",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"webpack": "^4.32.2",
"webpack-cli": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "5.0.0",
"rimraf": "^2.6.2",
"typescript": "^4.1.3"
"typescript": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "5.0.0",
"rimraf": "^2.6.2",
"typescript": "^4.1.3"
"typescript": "^4.2.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"resolve-url-loader": "^5.0.0",
"rimraf": "^2.6.2",
"sass-loader": "^10.4.1",
"typescript": "^4.1.3",
"typescript": "^4.2.0",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"url-loader": "^1.0.1",
"webpack": "^4.32.2",
Expand Down

0 comments on commit fa5278a

Please sign in to comment.