Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit ce3ea3c

Browse files
committed
Updating app to use release versions of the packages.
1 parent f1c9e0e commit ce3ea3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"socket.io": "^3.0.4",
6161
"socket.io-client": "^3.0.4",
6262
"uuid": "^8.3.2",
63-
"forge-dataviz-iot-data-modules": "0.1.1-alpha.5",
64-
"forge-dataviz-iot-react-components": "0.1.1-alpha.6"
63+
"forge-dataviz-iot-data-modules": "0.1.1",
64+
"forge-dataviz-iot-react-components": "0.1.1"
6565
}
6666
}

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tween-functions": "^1.2.0",
3131
"utf-8-validate": "^5.0.2",
3232
"uuid": "^8.3.1",
33-
"forge-dataviz-iot-data-modules": "0.1.1-alpha.5"
33+
"forge-dataviz-iot-data-modules": "0.1.1"
3434
},
3535
"devDependencies": {}
3636
}

0 commit comments

Comments
 (0)