Skip to content

Commit 127f6e5

Browse files
committed
npm run bump
1 parent 791a0c8 commit 127f6e5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"tsc": "tsc -p src/tsconfig.json || echo done",
1313
"build": "npm run tsc",
1414
"prepare": "npm run build",
15-
"bump": "ncu -u"
15+
"bump": "ncu -u -x coffeescript"
1616
},
1717
"dependencies": {
18-
"typescript": "^3.9.6",
18+
"typescript": "^3.9.7",
1919
"coffeescript": "^1.12.7",
2020
"@babel/core": "^7.10.5",
2121
"tslib": "^2.0.0",
@@ -34,14 +34,14 @@
3434
},
3535
"peerDependencies": {
3636
"rollup": "2.21.0",
37-
"typescript": "^3.9.6",
37+
"typescript": "^3.9.7",
3838
"coffeescript": "^1.12.7",
3939
"@babel/core": "^7.10.5"
4040
},
4141
"devDependencies": {
42-
"typescript": "^3.9.6",
42+
"typescript": "^3.9.7",
4343
"rollup": "2.21.0",
4444
"prettier": "^2.0.5",
45-
"npm-check-updates": "7.0.1"
45+
"npm-check-updates": "7.0.2"
4646
}
4747
}

0 commit comments

Comments
 (0)