Skip to content

Commit

Permalink
Bump dependencies for 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Apr 25, 2022
1 parent 8681d24 commit 8e5626d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.2.4

- Add Dracula theme (#17) @bonanitech
- Default to monaco editor for V3 (#19) @Steve-Mcl
- Update dependencies

### 2.2.3

- Update dependencies
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
"version": "2.2.3",
"version": "2.2.4",
"description": "The Node-RED admin command line interface",
"homepage": "http:https://nodered.org",
"bugs": {
Expand Down Expand Up @@ -29,21 +29,21 @@
},
"dependencies": {
"ansi-colors": "^4.1.1",
"axios": "0.26.0",
"axios": "0.27.0",
"bcryptjs": "^2.4.3",
"cli-table": "^0.3.11",
"enquirer": "^2.3.6",
"minimist": "^1.2.5",
"minimist": "^1.2.6",
"mustache": "^4.2.0",
"read": "^1.0.7"
},
"devDependencies": {
"coveralls": "^3.1.1",
"mocha": "^9.1.2",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"should": "^13.2.3",
"sinon": "^11.1.2",
"sinon-test": "^3.1.1"
"sinon-test": "^3.1.3"
},
"optionalDependencies": {
"bcrypt": "5.0.1"
Expand Down

0 comments on commit 8e5626d

Please sign in to comment.