Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 3, 2022
1 parent cd3d894 commit f40bc44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*.png -text
*.jpg -text
*.ico -text
*.gif -text
*.webp -text
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
Expand All @@ -27,9 +27,7 @@ jobs:
- name: Unit Test
run: yarn test:json
- name: Report Coverage
if: ${{ matrix.node-version == 14 }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/coverage-final.json
name: codecov
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cosmokit",
"description": "A collection of common utilities",
"version": "1.3.3",
"version": "1.3.4",
"sideEffects": false,
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -30,17 +30,17 @@
},
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.1",
"@types/chai": "^4.3.4",
"@types/mocha": "^9.1.1",
"@types/node": "^18.6.4",
"@types/node": "^18.11.9",
"@types/sinonjs__fake-timers": "^6.0.4",
"c8": "^7.12.0",
"chai": "^4.3.6",
"dtsc": "^2.2.3",
"esbuild": "^0.14.51",
"esbuild-register": "^3.3.3",
"chai": "^4.3.7",
"dtsc": "^2.3.0",
"esbuild": "^0.14.54",
"esbuild-register": "^3.4.1",
"mocha": "^9.2.2",
"shx": "^0.3.4",
"typescript": "4.8.2"
"typescript": "^4.9.3"
}
}

0 comments on commit f40bc44

Please sign in to comment.