We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791a0c8 commit 127f6e5Copy full SHA for 127f6e5
1 file changed
package.json
@@ -12,10 +12,10 @@
12
"tsc": "tsc -p src/tsconfig.json || echo done",
13
"build": "npm run tsc",
14
"prepare": "npm run build",
15
- "bump": "ncu -u"
+ "bump": "ncu -u -x coffeescript"
16
},
17
"dependencies": {
18
- "typescript": "^3.9.6",
+ "typescript": "^3.9.7",
19
"coffeescript": "^1.12.7",
20
"@babel/core": "^7.10.5",
21
"tslib": "^2.0.0",
@@ -34,14 +34,14 @@
34
35
"peerDependencies": {
36
"rollup": "2.21.0",
37
38
39
"@babel/core": "^7.10.5"
40
41
"devDependencies": {
42
43
44
"prettier": "^2.0.5",
45
- "npm-check-updates": "7.0.1"
+ "npm-check-updates": "7.0.2"
46
}
47
0 commit comments