Skip to content

Commit

Permalink
chore: update dependencies (#43)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* chore: update ci

* chore: cleanup

* chore: ci
  • Loading branch information
sheremet-va authored May 17, 2024
1 parent cd4d866 commit d100ee3
Show file tree
Hide file tree
Showing 5 changed files with 2,906 additions and 1,964 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
pull_request:
branches:
- main
env:
COREPACK_ENABLE_STRICT: 0
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ jobs:
strategy:
matrix:
node-version:
- 16
- 18
- 20
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "tinyspy",
"version": "2.2.1",
"type": "module",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@9.1.1",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"prepare": "husky install",
"publish-test": "clean-publish --without-publish",
"release": "node ./tools/clean-banner.js && bumpp package.json --commit --push --tag && tsup && clean-publish && node ./tools/return-banner.js",
"test": "vitest --single-thread"
"test": "vitest --no-isolate"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -33,21 +33,21 @@
},
"homepage": "https://github.com/tinylibs/tinyspy#readme",
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.4",
"@size-limit/time": "^7.0.4",
"bumpp": "^8.2.0",
"changelogithub": "^0.6.6",
"clean-publish": "^3.4.4",
"happy-dom": "^2.25.1",
"husky": "^7.0.4",
"nano-staged": "^0.5.0",
"prettier": "^2.5.1",
"size-limit": "^7.0.4",
"@size-limit/preset-small-lib": "^11.1.4",
"@size-limit/time": "^11.1.4",
"bumpp": "^9.4.1",
"changelogithub": "^0.13.7",
"clean-publish": "^4.4.0",
"happy-dom": "^14.11.0",
"husky": "^9.0.11",
"nano-staged": "^0.8.0",
"prettier": "^3.2.5",
"size-limit": "^11.1.4",
"tinyspy": "*",
"tsup": "^5.11.7",
"typescript": "^4.5.4",
"vite": "^4.1.1",
"vitest": "^0.34.6"
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.1",
"vitest": "^1.6.0"
},
"keywords": [
"spy",
Expand Down
Loading

0 comments on commit d100ee3

Please sign in to comment.