Skip to content

Commit

Permalink
Fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Santos committed Jan 5, 2021
1 parent 113d4c2 commit d26b9d0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
10 changes: 6 additions & 4 deletions generators/driver/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"main": "src/index.js",
"scripts": {
"build": "tsc",
"watchPackage": "tsc --preserveWatchOutput -w",
"watchTests": "tsc -p test/unit --preserveWatchOutput -w",
"start": "npm run build -- -w | node node_modules/nodemon/bin/nodemon src/index.js --ignore test/",
"test": "node node_modules/mocha/bin/mocha test/**/*.test.js test/*.test.js --timeout 30000 --exit",
"cover": "node node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha test/**/*.test.js test/*.test.js",
Expand All @@ -21,8 +23,8 @@
"devDependencies": {
"@types/chai": "4.2.11",
"@types/chai-spies": "1.0.1",
"@types/core-js": "2.5.0",
"@types/fs-extra": "5.0.5",
"@types/core-js": "2.5.0",
"@types/fs-extra": "5.0.5",
"@types/mocha": "7.0.2",
"@types/node": "12.12.6",
"@types/semver": "7.1.0",
Expand All @@ -38,8 +40,8 @@
"typescript": "3.8.3"
},
"dependencies": {
"@criticalmanufacturing/connect-iot-common": "dev-80x",
"@criticalmanufacturing/connect-iot-driver": "dev-80x",
"@criticalmanufacturing/connect-iot-common": "<ChangeThisForTheTargetVersion>",
"@criticalmanufacturing/connect-iot-driver": "<ChangeThisForTheTargetVersion>",
"inversify": "5.0.1",
"moment": "2.26.0",
"reflect-metadata": "0.1.13",
Expand Down
10 changes: 5 additions & 5 deletions generators/tasksPackage/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@types/node": "12.12.6",
"chai": "4.2.0",
"chai-spies": "1.0.0",
"cmf.core": "dev-80x",
"cmf.core.business.controls": "dev-80x",
"cmf.core.connect.iot": "dev-80x",
"cmf.core.controls": "dev-80x",
"cmf.core": "<ChangeThisForTheTargetVersion>",
"cmf.core.business.controls": "<ChangeThisForTheTargetVersion>",
"cmf.core.connect.iot": "<ChangeThisForTheTargetVersion>",
"cmf.core.controls": "<ChangeThisForTheTargetVersion>",
"istanbul": "0.4.5",
"mocha": "7.1.1",
"mocha-junit-reporter": "1.23.3",
Expand All @@ -44,7 +44,7 @@
"codelyzer": "4.5.0"
},
"dependencies": {
"@criticalmanufacturing/connect-iot-controller-engine": "dev-80x",
"@criticalmanufacturing/connect-iot-controller-engine": "<ChangeThisForTheTargetVersion>",
"inversify": "5.0.1",
"moment": "2.26.0"
},
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@criticalmanufacturing/generator-iot",
"version": "1.5.0",
"version": "8.0.0",
"description": "Connect IoT Scaffolding",
"files": [
"generators/*.js",
Expand Down

0 comments on commit d26b9d0

Please sign in to comment.