Skip to content

Commit aacc903

Browse files
OscarFavadwivedisachinbehei-vonagecpettet
authored
VIDSOL-305: Remove ts check hotfix #270 (#271)
Co-authored-by: Sachin Dwivedi <[email protected]> Co-authored-by: Misha Behei <[email protected]> Co-authored-by: Christian Pettet <[email protected]>
1 parent 7bbf5f5 commit aacc903

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Express-based backend with authenticated routes.",
55
"main": "index.js",
66
"type": "module",

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "frontend",
33
"private": true,
44
"description": "React reference application for the Vonage Video web client SDK.",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"type": "module",
77
"scripts": {
88
"build": "vite build && yarn cp-build",
@@ -56,8 +56,8 @@
5656
"ua-parser-js": "^1.0.37",
5757
"uuid": "^9.0.1",
5858
"vite": "^5.4.19",
59-
"vite-plugin-checker": "^0.11.0",
60-
"vitest": "^1.6"
59+
"vitest": "^1.6",
60+
"vite-plugin-checker": "^0.11.0"
6161
},
6262
"devDependencies": {
6363
"@types/lodash": "^4.17.1",

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration-tests",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "integration test workspace for vonage video react app",
55
"main": "main.js",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vonage-video-react-app",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "React reference application for the Vonage Video web client SDK.",
55
"private": true,
66
"workspaces": [

0 commit comments

Comments
 (0)