Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
enten committed Aug 25, 2019
1 parent 1715c65 commit 675de5d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/dev-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"typescript": "~3.2.4",
"udk": "~1.1.7",
"udk": "~1.1.8",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"typescript": "~3.2.4",
"udk": "~1.1.7",
"udk": "~1.1.8",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"rimraf": "^2.6.3",
"udk": "~1.1.7",
"udk": "~1.1.8",
"webpack": "^3.12.0"
}
}
2 changes: 1 addition & 1 deletion examples/webpack-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node ./dist/server/main.js"
},
"devDependencies": {
"udk": "~1.1.7",
"udk": "~1.1.8",
"webpack": "^4.29.6"
}
}
26 changes: 15 additions & 11 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "udk",
"version": "1.1.7",
"version": "1.1.8",
"description": "Universal Development Kit",
"license": "MIT",
"author": "Steven Enten <steven@enten.fr>",
Expand Down Expand Up @@ -102,6 +102,7 @@
"@angular/cli": "~8.2.0",
"@types/debug": "^4.1.2",
"@types/jest": "^24.0.11",
"@types/loader-utils": "^1.1.3",
"@types/node": "^11.11.0",
"@types/resolve": "^0.0.8",
"@types/rimraf": "^2.0.2",
Expand Down

0 comments on commit 675de5d

Please sign in to comment.