Skip to content

Commit

Permalink
Update dependencies (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-piotr committed Apr 21, 2024
1 parent 1bd7407 commit f163bf1
Show file tree
Hide file tree
Showing 6 changed files with 1,511 additions and 1,269 deletions.
4 changes: 2 additions & 2 deletions examples/example-uvu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm test && pnpm typecheck"
},
"dependencies": {
"earl": "workspace:^1.2.0",
"example-plugin": "workspace:^1.0.0"
"earl": "workspace:^",
"example-plugin": "workspace:^"
},
"devDependencies": {
"uvu": "^0.5.6"
Expand Down
8 changes: 4 additions & 4 deletions examples/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"test": "mocha"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"earl": "workspace:^1.2.0",
"mocha": "10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,18 @@
"changeset:version": "changeset version && pnpm install --lockfile-only"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"chai": "^4.3.7",
"@biomejs/biome": "^1.7.0",
"@changesets/cli": "^2.27.1",
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"conditional-type-checks": "^1.0.6",
"mocha": "10.2.0",
"rimraf": "^4.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
},
"dependencies": {
"@biomejs/biome": "^1.7.0"
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm typecheck && pnpm test"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.21.0",
"earl": "workspace:^1.2.0",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/register": "^7.23.7",
"earl": "workspace:^",
"error-stack-parser": "^2.1.4",
"esbuild": "^0.17.12",
"esbuild-register": "^3.4.2",
"esbuild": "^0.17.19",
"esbuild-register": "^3.5.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"error-stack-parser": "^2.1.4"
},
"devDependencies": {
"zod": "^3.21.4"
"zod": "^3.22.5"
}
}

0 comments on commit f163bf1

Please sign in to comment.