Skip to content

Commit 99e3f82

Browse files
committed
Upgrade packages
1 parent fbbcfa8 commit 99e3f82

File tree

3 files changed

+45
-33
lines changed

3 files changed

+45
-33
lines changed

.util/upgrade.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
set -e -u -x
4+
5+
cd "$(dirname "$0")/.."
6+
7+
rm -f package-lock.json
8+
9+
ncu -u
10+
npm install
11+
npm test
12+
git commit -a -m "Upgrade packages"

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"homepage": "https://github.com/oprypin/install-crystal",
2626
"dependencies": {
27-
"@actions/core": "^1.2",
27+
"@actions/core": "^1.2.6",
2828
"@actions/tool-cache": "^1.6.0",
2929
"@octokit/request": "^5.4.9",
3030
"node-fetch": "^2.6.1"
3131
},
3232
"devDependencies": {
33-
"eslint": "^7.9.0",
33+
"eslint": "^7.10.0",
3434
"jest": "^26.4.2"
3535
}
3636
}

0 commit comments

Comments
 (0)