Skip to content

Commit bf0966e

Browse files
Update all
1 parent 6323c70 commit bf0966e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/size.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
node-version: [18.x]
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Use Node.js ${{ matrix.node-version }}
1414
uses: actions/setup-node@v3
1515
with:

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
node-version: [18.x]
1111
runs-on: ${{ matrix.platform }}
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Use Node.js ${{ matrix.node-version }}
1515
uses: actions/setup-node@v3
1616
with:

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/sinon": "10.0.16",
5050
"acorn": "8.10.0",
5151
"acorn-walk": "8.2.0",
52-
"ava": "3.15.0",
52+
"ava": "5.3.1",
5353
"babel-plugin-minify-replace": "0.5.0",
5454
"babel-plugin-transform-remove-console": "6.9.4",
5555
"benchmark": "2.1.4",
@@ -64,10 +64,10 @@
6464
"polka": "0.5.2",
6565
"prettier": "3.0.3",
6666
"rimraf": "5.0.1",
67-
"rollup": "3.29.2",
67+
"rollup": "4.0.2",
6868
"rollup-plugin-analyzer": "4.0.0",
6969
"rollup-plugin-terser": "7.0.2",
70-
"sinon": "15.2.0",
70+
"sinon": "16.1.0",
7171
"sirv": "2.0.3",
7272
"tslint": "6.1.3",
7373
"typescript": "5.2.2"

0 commit comments

Comments
 (0)