Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Mar 13, 2022
1 parent 145dd1f commit 24ba1bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.2.2",
"version": "0.2.3",
"npmClient": "yarn",
"useWorkspaces": false,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@droppyjs/cli",
"version": "0.2.2",
"version": "0.2.3",
"description": "> Command Line Interface for droppy.",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
"license": "BSD-2-Clause",
"main": "lib/cli.js",
"dependencies": {
"@droppyjs/server": "0.2.2",
"@droppyjs/server": "0.2.3",
"daemonize-process": "^3.0.0",
"minimist": "^1.2.5",
"ps-node": "^0.1.6",
Expand Down
16 changes: 8 additions & 8 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droppyjs/server",
"version": "0.2.2",
"version": "0.2.3",
"description": "> Server for droppy.",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand All @@ -25,16 +25,19 @@
},
"dependencies": {
"@droppyjs/client": "0.2.1",
"@droppyjs/svgstore": "0.2.1",
"@droppyjs/svgstore": "0.2.3",
"autoprefixer": "10.4.2",
"busboy": "1.4.0",
"chokidar": "3.4.2",
"clean-css": "4.2.3",
"colorette": "1.2.1",
"content-disposition": "0.5.3",
"daemonize-process": "3.0.0",
"escape-string-regexp": "4.0.0",
"etag": "1.8.1",
"file-extension": "4.0.5",
"handlebars": "4.7.7",
"html-minifier": "4.0.0",
"image-size": "0.8.3",
"istextorbinary": "^6.0.0",
"json-buffer": "3.0.1",
Expand All @@ -44,21 +47,18 @@
"minimist": "1.2.5",
"mv": "2.1.1",
"original-url": "1.2.3",
"postcss": "8.2.15",
"ps-node": "0.1.6",
"rfdc": "1.1.4",
"rrdir": "8.1.1",
"send": "0.17.1",
"strip-ansi": "6.0.0",
"terser": "5.2.1",
"untildify": "4.0.0",
"valid-filename": "3.1.0",
"which": "2.0.2",
"ws": "7.4.6",
"yazl": "2.5.1",
"autoprefixer": "10.4.2",
"postcss": "8.2.15",
"clean-css": "4.2.3",
"html-minifier": "4.0.0",
"terser": "5.2.1"
"yazl": "2.5.1"
},
"devDependencies": {
"eslint": "7.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/svgstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@droppyjs/svgstore",
"version": "0.2.1",
"version": "0.2.3",
"description": "> Combines mulitple svg files into one.",
"author": "droppyjs <[email protected]>",
"homepage": "https://github.com/droppyjs/droppy#readme",
Expand Down

0 comments on commit 24ba1bf

Please sign in to comment.