Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RocketChat
Rocket.Chat.Apps-cli
Commits
0e3594b1
Commit
0e3594b1
authored
Aug 02, 2019
by
Bradley Hilton
Committed by
Douglas Gubert
Aug 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to the dependencies and data submitted to the marketplace (#48)
parent
18f403ea
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2065 additions
and
4396 deletions
+2065
-4396
package-lock.json
package-lock.json
+2028
-4356
package.json
package.json
+37
-40
No files found.
package-lock.json
View file @
0e3594b1
This diff is collapsed.
Click to expand it.
package.json
View file @
0e3594b1
...
...
@@ -11,57 +11,54 @@
"url"
:
"
https://github.com/RocketChat/Rocket.Chat.Apps-cli/issues
"
},
"dependencies"
:
{
"
@oclif/command
"
:
"
^1.
4.32
"
,
"
@oclif/config
"
:
"
^1.
6
.2
7
"
,
"
@oclif/plugin-help
"
:
"
^2.
0.5
"
,
"
@oclif/plugin-not-found
"
:
"
^1.
0.9
"
,
"
@rocket.chat/apps-engine
"
:
"
^1.
4.0
"
,
"
chalk
"
:
"
^2.4.
1
"
,
"
cli-ux
"
:
"
^
4.6.2
"
,
"
figures
"
:
"
^
2
.0.0
"
,
"
form-data
"
:
"
^2.
3.2
"
,
"
fs-extra
"
:
"
^
6.0.1
"
,
"
@oclif/command
"
:
"
^1.
5.18
"
,
"
@oclif/config
"
:
"
^1.
13
.2
"
,
"
@oclif/plugin-help
"
:
"
^2.
2.0
"
,
"
@oclif/plugin-not-found
"
:
"
^1.
2.2
"
,
"
@rocket.chat/apps-engine
"
:
"
^1.
5.1
"
,
"
chalk
"
:
"
^2.4.
2
"
,
"
cli-ux
"
:
"
^
5.3.1
"
,
"
figures
"
:
"
^
3
.0.0
"
,
"
form-data
"
:
"
^2.
5.0
"
,
"
fs-extra
"
:
"
^
8.1.0
"
,
"
fuzzy
"
:
"
^0.1.3
"
,
"
glob
"
:
"
^7.1.
2
"
,
"
indent-string
"
:
"
^
3.2
.0
"
,
"
inquirer
"
:
"
^6.
1
.0
"
,
"
glob
"
:
"
^7.1.
4
"
,
"
indent-string
"
:
"
^
4.0
.0
"
,
"
inquirer
"
:
"
^6.
5
.0
"
,
"
inquirer-checkbox-plus-prompt
"
:
"
^1.0.1
"
,
"
node-fetch
"
:
"
^2.
1.2
"
,
"
node-fetch
"
:
"
^2.
6.0
"
,
"
pascal-case
"
:
"
^2.0.1
"
,
"
pascalcase
"
:
"
^0.1.1
"
,
"
semver
"
:
"
^
5.5
.0
"
,
"
tslib
"
:
"
^1.
9.2
"
,
"
semver
"
:
"
^
6.3
.0
"
,
"
tslib
"
:
"
^1.
10.0
"
,
"
tv4
"
:
"
^1.3.0
"
,
"
typescript
"
:
"
^
2.9.2
"
,
"
uuid
"
:
"
^3.
2.1
"
,
"
yazl
"
:
"
^2.
4.3
"
"
typescript
"
:
"
^
3.5.3
"
,
"
uuid
"
:
"
^3.
3.2
"
,
"
yazl
"
:
"
^2.
5.1
"
},
"devDependencies"
:
{
"
@oclif/dev-cli
"
:
"
^1.13.30
"
,
"
@oclif/test
"
:
"
^1.0.9
"
,
"
@oclif/tslint
"
:
"
^1.1.2
"
,
"
@types/chai
"
:
"
^4.1.3
"
,
"
@types/figures
"
:
"
^2.0.0
"
,
"
@types/form-data
"
:
"
^2.2.1
"
,
"
@types/fs-extra
"
:
"
^5.0.3
"
,
"
@types/glob
"
:
"
^5.0.35
"
,
"
@types/indent-string
"
:
"
^3.0.0
"
,
"
@types/inquirer
"
:
"
0.0.42
"
,
"
@types/mocha
"
:
"
^5.2.1
"
,
"
@types/node
"
:
"
^10.3.2
"
,
"
@types/node-fetch
"
:
"
^2.1.1
"
,
"
@types/semver
"
:
"
^5.5.0
"
,
"
@oclif/dev-cli
"
:
"
^1.22.2
"
,
"
@oclif/test
"
:
"
^1.2.4
"
,
"
@oclif/tslint
"
:
"
^3.1.1
"
,
"
@types/chai
"
:
"
^4.1.7
"
,
"
@types/fs-extra
"
:
"
^8.0.0
"
,
"
@types/glob
"
:
"
^7.1.1
"
,
"
@types/inquirer
"
:
"
6.0.3
"
,
"
@types/mocha
"
:
"
^5.2.7
"
,
"
@types/node
"
:
"
^12.6.8
"
,
"
@types/node-fetch
"
:
"
^2.5.0
"
,
"
@types/semver
"
:
"
^6.0.1
"
,
"
@types/tv4
"
:
"
^1.2.29
"
,
"
@types/uuid
"
:
"
^3.4.
3
"
,
"
@types/yazl
"
:
"
^2.4.
0
"
,
"
chai
"
:
"
^4.
1.2
"
,
"
globby
"
:
"
^
8
.0.1
"
,
"
@types/uuid
"
:
"
^3.4.
5
"
,
"
@types/yazl
"
:
"
^2.4.
1
"
,
"
chai
"
:
"
^4.
2.0
"
,
"
globby
"
:
"
^
10
.0.1
"
,
"
http-server
"
:
"
^0.11.1
"
,
"
mocha
"
:
"
^5.2.0
"
,
"
nyc
"
:
"
^1
2.0.2
"
,
"
nyc
"
:
"
^1
4.1.1
"
,
"
pre-commit
"
:
"
^1.2.2
"
,
"
ts-node
"
:
"
^
6.1
.0
"
,
"
tslint
"
:
"
^5.
9.1
"
"
ts-node
"
:
"
^
8.3
.0
"
,
"
tslint
"
:
"
^5.
18.0
"
},
"engines"
:
{
"node"
:
">=8.0.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment