-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
7,408 additions
and
8,358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v16.17.0 | ||
v18.17.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,19 +7,19 @@ | |
"scripts": { | ||
"dev": "preconstruct dev", | ||
"build": "preconstruct build && pnpm build:dts", | ||
"build:dts": "ts-node ./scripts/build-dts", | ||
"build:dts": "tsx ./scripts/build-dts", | ||
"watch": "preconstruct watch", | ||
"start-fixture": "ts-node ./test-helpers/src/startFixtureCLI", | ||
"start-fixture": "tsx ./test-helpers/src/startFixtureCLI", | ||
"start": "pnpm start-fixture themed", | ||
"start-site": "pnpm --filter=site start", | ||
"build-site": "pnpm --filter=site build", | ||
"test:unit": "pnpm test:jest && pnpm test:vitest", | ||
"test:jest": "jest", | ||
"test:vitest": "vitest --watch=false", | ||
"test:playwright": "NODE_OPTIONS=--no-experimental-fetch playwright test", | ||
"format": "prettier --write .", | ||
"lint": "manypkg check && prettier --check . && tsc", | ||
"copy-readme-to-packages": "ts-node scripts/copy-readme-to-packages", | ||
"format": "prettier --cache --write .", | ||
"lint": "manypkg check && prettier --cache --check . && tsc", | ||
"copy-readme-to-packages": "tsx scripts/copy-readme-to-packages", | ||
"version": "changeset version && pnpm install --lockfile-only", | ||
"prepare-release": "pnpm copy-readme-to-packages && pnpm build", | ||
"release": "pnpm prepare-release && changeset publish" | ||
|
@@ -30,7 +30,8 @@ | |
] | ||
}, | ||
"volta": { | ||
"node": "16.17.0" | ||
"node": "18.17.1", | ||
"pnpm": "8.7.5" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.20.7", | ||
|
@@ -42,7 +43,6 @@ | |
"@manypkg/cli": "^0.19.1", | ||
"@playwright/test": "^1.25.1", | ||
"@preconstruct/cli": "^2.0.1", | ||
"@swc/core": "^1.2.112", | ||
"@testing-library/jest-dom": "^5.11.9", | ||
"@types/jest": "^29.2.5", | ||
"@types/testing-library__jest-dom": "^5.14.5", | ||
|
@@ -53,17 +53,12 @@ | |
"jest-environment-jsdom": "^29.3.1", | ||
"prettier": "^2.8.1", | ||
"resolve.exports": "^1.1.0", | ||
"rollup": "^2.7.0", | ||
"rollup-plugin-dts": "^4.2.2", | ||
"rollup-plugin-node-externals": "^5.0.0", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.9.4", | ||
"rollup": "^3.29.2", | ||
"rollup-plugin-dts": "^6.0.2", | ||
"rollup-plugin-node-externals": "^6.1.1", | ||
"tsx": "^3.12.10", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.28.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.