Skip to content

Commit 6f1e4d1

Browse files
chore: update dependencies
- temporary: use npm link instead of yarn link to workaround ~/.config directory symlink issues
1 parent e6c9368 commit 6f1e4d1

File tree

27 files changed

+1702
-2179
lines changed

27 files changed

+1702
-2179
lines changed

.gitignore

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
.idea
2-
node_modules
3-
.DS_Store
4-
out
5-
reports
1+
.aws-docker
62
.coverage
3+
.DS_Store
4+
.env
5+
.idea
76
.nyc_output
87
.out
9-
dist
10-
.env
11-
.aws-docker
12-
.tsconfig.*
138
.profile
9+
.tsconfig.*
1410
.yarn-cache
11+
*.log
12+
dist
13+
node_modules
14+
out
15+
package-lock.json
16+
reports

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.coverage
2+
.gitignore
23
.modules
34
.nyc_output
45
.prettierignore

package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "",
66
"scripts": {
77
"setup": "./setup",
8-
"install-packages": "builder yarn install",
8+
"install-packages": "builder yarn",
99
"publish-packages": "builder publish",
1010
"update-package-configs": "builder update-configs",
1111
"update-packages": "builder yarn update",
@@ -31,38 +31,38 @@
3131
"homepage": "https://github.com/just-dandi/dandi#readme",
3232
"license": "MIT",
3333
"devDependencies": {
34-
"@types/chai": "^4.2.7",
35-
"@types/chai-as-promised": "^7.1.2",
34+
"@types/chai": "^4.2.15",
35+
"@types/chai-as-promised": "^7.1.3",
3636
"@types/colors": "^1.2.1",
37-
"@types/luxon": "^1.15.2",
38-
"@types/mocha": "^5.2.7",
39-
"@types/node": "^12.12.24",
40-
"@types/sinon-chai": "^3.2.3",
41-
"@typescript-eslint/eslint-plugin": "^3.6.1",
42-
"@typescript-eslint/parser": "^3.6.1",
43-
"chai": "^4.2.0",
37+
"@types/luxon": "^1.26.2",
38+
"@types/mocha": "^8.2.2",
39+
"@types/node": "^14.14.35",
40+
"@types/sinon-chai": "^3.2.5",
41+
"@typescript-eslint/eslint-plugin": "^4.18.0",
42+
"@typescript-eslint/parser": "^4.18.0",
43+
"chai": "^4.3.4",
4444
"chai-as-promised": "^7.1.1",
4545
"colors": "^1.4.0",
46-
"coveralls": "^3.0.9",
46+
"coveralls": "^3.1.0",
4747
"dotenv": "^8.2.0",
48-
"eslint": "^7.4.0",
49-
"eslint-plugin-import": "^2.22.0",
50-
"eslint-plugin-mocha": "^7.0.1",
51-
"eslint-plugin-prettier": "^3.1.4",
52-
"lodash": "^4.17.15",
48+
"eslint": "^7.22.0",
49+
"eslint-plugin-import": "^2.22.1",
50+
"eslint-plugin-mocha": "^8.1.0",
51+
"eslint-plugin-prettier": "^3.3.1",
52+
"lodash": "^4.17.21",
5353
"longjohn": "^0.2.12",
54-
"luxon": "^1.21.3",
55-
"mocha": "^7.0.0",
56-
"nyc": "^15.0.0",
57-
"prettier": "^2.0.5",
58-
"rimraf": "^3.0.0",
59-
"rxjs": "^6.4.0",
60-
"sinon": "^9.0.2",
54+
"luxon": "^1.26.0",
55+
"mocha": "^8.3.2",
56+
"nyc": "^15.1.0",
57+
"prettier": "^2.2.1",
58+
"rimraf": "^3.0.2",
59+
"rxjs": "^6.6.6",
60+
"sinon": "^9.2.4",
6161
"sinon-chai": "^3.5.0",
6262
"ts-custom-error-shim": "^1.0.2",
63-
"ts-node": "^8.10.2",
63+
"ts-node": "^9.1.1",
6464
"tsconfig-paths": "^3.9.0",
65-
"typescript": "^3.9.7",
66-
"uuid": "^7.0.3"
65+
"typescript": "^4.2.3",
66+
"uuid": "^8.3.2"
6767
}
6868
}

packages/dandi-contrib/aws-lambda/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"@dandi/http-pipeline": "*"
1010
},
1111
"dependencies": {
12-
"aws-lambda": "^0.1.2"
12+
"aws-lambda": "^1.0.6"
1313
},
1414
"devDependencies": {
15-
"@types/aws-lambda": "^8.10.18"
15+
"@types/aws-lambda": "^8.10.72"
1616
}
1717
}

0 commit comments

Comments
 (0)