Skip to content

Commit

Permalink
build: upgrade vite and @types/node (#92)
Browse files Browse the repository at this point in the history
### Build
- [root] Upgrade `vite` and `@types/node` to their latest versions.
- [root] Remove unnecessary `@types/node` from packages that do not need
it.

Also solves https://github.com/diego-aquino/zimic/security/dependabot/1.
  • Loading branch information
diego-aquino authored Feb 24, 2024
1 parent b60760f commit c154dfe
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 92 deletions.
1 change: 0 additions & 1 deletion apps/zimic-test-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"zimic0": "workspace:zimic@*"
},
"devDependencies": {
"@types/node": "^18.8.4",
"@types/superagent": "^8.1.3",
"@vitest/browser": "^1.2.1",
"@vitest/coverage-istanbul": "^1.2.1",
Expand Down
1 change: 0 additions & 1 deletion examples/with-jest-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^18.8.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5.3.3"
Expand Down
1 change: 0 additions & 1 deletion examples/with-jest-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@jest/globals": "^29.7.0",
"@swc/core": "^1.4.1",
"@swc/jest": "^0.2.36",
"@types/node": "^18.8.4",
"@types/supertest": "^6.0.2",
"jest": "^29.7.0",
"supertest": "^6.3.4",
Expand Down
1 change: 0 additions & 1 deletion examples/with-vitest-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^18.8.4",
"@vitest/browser": "^1.2.1",
"playwright": "^1.41.0",
"typescript": "^5.3.3",
Expand Down
1 change: 0 additions & 1 deletion examples/with-vitest-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^18.8.4",
"typescript": "^5.3.3",
"vitest": "^1.1.2"
}
Expand Down
1 change: 0 additions & 1 deletion examples/with-vitest-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@types/node": "^18.8.4",
"@types/supertest": "^6.0.2",
"supertest": "^6.3.4",
"typescript": "^5.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"zx": "^4.2.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^20.11.20",
"@types/yargs": "^17.0.32",
"@vitest/coverage-istanbul": "^1.2.1",
"@zimic/eslint-config-node": "workspace:*",
"@zimic/lint-staged-config": "workspace:*",
"@zimic/tsconfig": "workspace:*",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.8.4",
"@types/yargs": "^17.0.32",
"dotenv-cli": "^7.0.0",
"tsup": "^8.0.1",
"tsx": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/zimic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^18.8.4",
"@types/node": "^20.11.20",
"@types/yargs": "^17.0.32",
"@vitest/browser": "^1.2.1",
"@vitest/coverage-istanbul": "^1.2.1",
Expand Down
Loading

0 comments on commit c154dfe

Please sign in to comment.