This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2008779
commit 9d39b47
Showing
7 changed files
with
854 additions
and
1,105 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,51 +10,51 @@ | |
"start": "webpack-dev-server -d --inline --hot" | ||
}, | ||
"devDependencies": { | ||
"@types/materialize-css": "^1.0.4", | ||
"@types/materialize-css": "^1.0.5", | ||
"@types/nprogress": "0.0.29", | ||
"@types/prismjs": "^1.9.0", | ||
"@types/showdown": "^1.7.5", | ||
"aurelia-webpack-plugin": "^3.0.0", | ||
"awesome-typescript-loader": "^5.2.0", | ||
"awesome-typescript-loader": "^5.2.1", | ||
"css-loader": "^1.0.0", | ||
"file-loader": "^1.1.11", | ||
"file-loader": "^2.0.0", | ||
"html-loader": "^0.5.5", | ||
"html-webpack-harddisk-plugin": "^0.2.0", | ||
"html-webpack-harddisk-plugin": "^1.0.1", | ||
"html-webpack-plugin": "^3.2.0", | ||
"json-loader": "^0.5.7", | ||
"jspm": "^0.17.0-beta.48", | ||
"null-loader": "^0.1.1", | ||
"raw-loader": "^0.5.1", | ||
"rimraf": "^2.6.2", | ||
"style-loader": "^0.22.1", | ||
"typescript": "^3.0.1", | ||
"style-loader": "^0.23.1", | ||
"typescript": "^3.1.3", | ||
"uglify-es": "^3.3.9", | ||
"uglify-es-webpack-plugin": "^0.10.0", | ||
"url-loader": "^1.0.1", | ||
"webpack": "^4.16.5", | ||
"webpack-cli": "^3.1.0", | ||
"url-loader": "^1.1.2", | ||
"webpack": "^4.22.0", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-delete-plugin": "^0.1.1", | ||
"webpack-dev-server": "^3.1.5" | ||
"webpack-dev-server": "^3.1.9" | ||
}, | ||
"dependencies": { | ||
"aurelia-binding": "2.1.4", | ||
"aurelia-binding": "2.1.5", | ||
"aurelia-bootstrapper": "^2.3.0", | ||
"aurelia-dialog": "^1.0.0", | ||
"aurelia-fetch-client": "^1.4.0", | ||
"aurelia-dialog": "^2.0.0-rc.3", | ||
"aurelia-fetch-client": "^1.6.0", | ||
"aurelia-framework": "^1.3.0", | ||
"aurelia-http-client": "^1.3.0", | ||
"aurelia-loader-webpack": "^2.2.1", | ||
"aurelia-materialize-bridge": "^1.1.10", | ||
"aurelia-router": "^1.6.2", | ||
"aurelia-router": "^1.6.3", | ||
"aurelia-typed-observable-plugin": "^0.4.2", | ||
"aurelia-validation": "^1.2.2", | ||
"aurelia-validation": "^1.2.3", | ||
"code-prettify": "^0.1.0", | ||
"es6-promise": "^4.2.4", | ||
"es6-promise": "^4.2.5", | ||
"isomorphic-fetch": "^2.2.1", | ||
"materialize-css": "^1.0.0-rc.2", | ||
"materialize-css": "^1.0.0", | ||
"nprogress": "^0.2.0", | ||
"prismjs": "^1.15.0", | ||
"showdown": "^1.8.6", | ||
"showdown": "^1.8.7", | ||
"showdown-prettify": "^1.3.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
|
@@ -63,11 +63,11 @@ | |
"main": "app.js", | ||
"dependencies": { | ||
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^2.3.0", | ||
"aurelia-dialog": "npm:aurelia-dialog@^1.0.0", | ||
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.4.0", | ||
"aurelia-dialog": "npm:aurelia-dialog@^2.0.0-rc.3", | ||
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.6.0", | ||
"aurelia-materialize-bridge": "npm:aurelia-materialize-bridge@^1.1.10", | ||
"css": "github:systemjs/plugin-css@^0.1.37", | ||
"materialize-css": "npm:materialize-css@next", | ||
"materialize-css": "npm:materialize-css@^1.0.0", | ||
"plugin-typescript": "github:frankwallis/plugin-typescript@^9.0.0", | ||
"text": "github:systemjs/[email protected]" | ||
}, | ||
|
@@ -151,4 +151,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
9d39b47
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to have broken the page, I'm getting the following error while opening the page:
9d39b47
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related to aurelia/dialog#361
Fixed with the next rebuild