Skip to content

Commit

Permalink
docs: Finalize 5.0 migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 1, 2024
1 parent 0454ac9 commit e3b22b7
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 119 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ applications, packages, and tooling.
## Requirements

- Linux, OSX, Windows
- Node.js v16.12+ (for backend and tooling)
- Node.js v18.12+ (for backend and tooling)
- Edge, Chrome, Firefox (for frontend)
- ESM only

## Documentation

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"node": "20.11.0"
},
"devDependencies": {
"@moonrepo/cli": "^1.22.0",
"@moonrepo/cli": "^1.22.2",
"@moonrepo/dev": "^2.0.1",
"@types/exit": "^0.1.33",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.17",
"@types/node": "^20.11.24",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.2.55",
"@types/semver": "^7.5.7",
"@types/react": "^18.2.61",
"@types/semver": "^7.5.8",
"@types/split": "^1.0.5",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"eslint-config-moon": "^2.1.2",
"fs-extra": "^11.2.0",
Expand All @@ -32,7 +32,7 @@
"time-require": "^0.1.2",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
"vitest": "^1.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"fs-extra": "^11.2.0",
"vitest": "^1.2.2"
"vitest": "^1.3.1"
},
"funding": {
"type": "ko-fi",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ client-side applications, packages, and tooling.
## Requirements

- Linux, OSX, Windows
- Node.js v16.20+ (for backend and tooling)
- Node.js v18.12+ (for backend and tooling)
- Edge, Chrome, Firefox (for frontend)
- ESM only

Expand Down
2 changes: 1 addition & 1 deletion website/docs/migrate/5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ migrating to ESM, and updating dependencies.
## All packages

- Requires TypeScript v5 or greater.
- Dropped Node.js v14 support. Now requires v16.20 and above.
- Dropped Node.js v16 support. Now requires v18.12 and above.
- Updated many dependencies to their latest major version.
- Migrated all test utilities from Jest to Vitest.

Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@docusaurus/core": "^3.1.1",
"@docusaurus/module-type-aliases": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@mdx-js/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"docusaurus-plugin-typedoc-api": "^4.2.0",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit e3b22b7

Please sign in to comment.