Skip to content

Commit 5aeb0a9

Browse files
committed
Update dependencies
1 parent b71afd7 commit 5aeb0a9

File tree

2 files changed

+4451
-2084
lines changed

2 files changed

+4451
-2084
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "tests"
88
},
99
"scripts": {
10-
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js lib/* tests/*"
10+
"test": "eslint index.js lib/**/*.js tests/**/*.js && node ./tests/runner.js"
1111
},
1212
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data",
1313
"engines": {
@@ -16,27 +16,27 @@
1616
"author": "Aaron Chambers and the ember-cli-deploy team",
1717
"license": "MIT",
1818
"devDependencies": {
19-
"chai": "^3.5.0",
20-
"chai-as-promised": "^6.0.0",
21-
"ember-cli": "^2.12.0",
19+
"@octokit/rest": "^18.5.3",
20+
"chai": "^4.3.4",
21+
"chai-as-promised": "^7.1.1",
22+
"ember-cli": "^3.26.1",
2223
"ember-cli-release": "1.0.0-beta.2",
23-
"eslint": "^3.18.0",
24-
"github": "^2.5.1",
25-
"glob": "^7.1.1",
26-
"mocha": "^3.2.0",
24+
"eslint": "^7.25.0",
25+
"glob": "^7.1.6",
26+
"mocha": "^8.3.2",
2727
"multiline": "^1.0.2"
2828
},
2929
"keywords": [
3030
"ember-addon",
3131
"ember-cli-deploy-plugin"
3232
],
3333
"dependencies": {
34-
"chalk": "^1.1.3",
35-
"core-object": "^2.0.6",
36-
"ember-cli-deploy-plugin": "^0.2.6",
37-
"git-repo-info": "^1.3.0",
38-
"minimatch": "^3.0.3",
39-
"rsvp": "^3.5.0",
40-
"simple-git": "^1.57.0"
34+
"chalk": "^4.1.1",
35+
"core-object": "^3.1.5",
36+
"ember-cli-deploy-plugin": "^0.2.9",
37+
"git-repo-info": "^2.1.1",
38+
"minimatch": "^3.0.4",
39+
"rsvp": "^4.8.5",
40+
"simple-git": "^2.38.0"
4141
}
4242
}

0 commit comments

Comments
 (0)