Skip to content

Commit

Permalink
Version 0.9.19
Browse files Browse the repository at this point in the history
- Bumped pixl-logger to v2.0.2
- Bumped pixl-webapp to v2.0.2
  • Loading branch information
jhuckaby committed Dec 28, 2022
1 parent 1e80586 commit 3001ab4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
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",
Expand All @@ -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"
Expand Down

1 comment on commit 3001ab4

@jhuckaby
Copy link
Owner Author

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:

"pixl-logger": "^2.0.2",
"pixl-webapp": "^2.0.2"

Please sign in to comment.