-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bumped pixl-logger to v2.0.2 - Bumped pixl-webapp to v2.0.2
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Cronicle", | ||
"version": "0.9.18", | ||
"version": "0.9.19", | ||
"description": "A simple, distributed task scheduler and runner with a web based UI.", | ||
"author": "Joseph Huckaby <[email protected]>", | ||
"homepage": "https://github.com/jhuckaby/Cronicle", | ||
|
@@ -23,38 +23,38 @@ | |
], | ||
"dependencies": { | ||
"async": "2.6.4", | ||
"socket.io": "4.5.4", | ||
"socket.io-client": "4.5.3", | ||
"bcrypt-node": "0.1.0", | ||
"chart.js": "2.9.4", | ||
"font-awesome": "4.7.0", | ||
"glob": "5.0.15", | ||
"uglify-js": "3.14.3", | ||
"zxcvbn": "3.5.0", | ||
"jquery": "3.5.0", | ||
"font-awesome": "4.7.0", | ||
"jstimezonedetect": "1.0.6", | ||
"mdi": "1.9.33", | ||
"chart.js": "2.9.4", | ||
"moment": "2.29.4", | ||
"moment-timezone": "0.5.35", | ||
"jstimezonedetect": "1.0.6", | ||
"netmask": "2.0.1", | ||
"shell-quote": "1.7.3", | ||
"bcrypt-node": "0.1.0", | ||
"uncatch": "^1.0.0", | ||
"pixl-args": "^1.0.3", | ||
"pixl-class": "^1.0.2", | ||
"pixl-cli": "^1.0.8", | ||
"pixl-config": "^1.0.5", | ||
"pixl-webapp": "^1.0.17", | ||
"pixl-class": "^1.0.2", | ||
"pixl-tools": "^1.0.31", | ||
"pixl-logger": "^1.0.14", | ||
"pixl-json-stream": "^1.0.6", | ||
"pixl-request": "^2.0.1", | ||
"pixl-logger": "^2.0.2", | ||
"pixl-mail": "^1.0.11", | ||
"pixl-perf": "^1.0.5", | ||
"pixl-request": "^2.0.1", | ||
"pixl-server": "^1.0.39", | ||
"pixl-server-api": "^1.0.2", | ||
"pixl-server-storage": "^3.0.21", | ||
"pixl-server-user": "^1.0.9", | ||
"pixl-server-web": "^1.3.15", | ||
"pixl-server-api": "^1.0.2", | ||
"pixl-server-user": "^1.0.9" | ||
"pixl-tools": "^1.0.31", | ||
"pixl-webapp": "^2.0.2", | ||
"shell-quote": "1.7.3", | ||
"socket.io": "4.5.4", | ||
"socket.io-client": "4.5.3", | ||
"uglify-js": "3.14.3", | ||
"uncatch": "^1.0.0", | ||
"zxcvbn": "3.5.0" | ||
}, | ||
"devDependencies": { | ||
"pixl-unit": "^1.0.12" | ||
|
3001ab4
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.
Ugh, NPM "sorted" my dependencies, so github's diff algo went nuts, but in fact, the only real changes were: