-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate deps to monorepo root, update vite, vitest, msw, tsup
- Loading branch information
Showing
21 changed files
with
1,545 additions
and
2,940 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
'create-pantheon-decoupled-kit': patch | ||
'@pantheon-systems/decoupled-kit-health-check': patch | ||
'@pantheon-systems/eslint-config-decoupled-kit': patch | ||
'@pantheon-systems/decoupled-kit-configs': patch | ||
'@pantheon-systems/wordpress-kit': patch | ||
'@pantheon-systems/drupal-kit': patch | ||
'@pantheon-systems/nextjs-kit': patch | ||
'@pantheon-systems/react-kit': patch | ||
'@pantheon-systems/cms-kit': patch | ||
'@pantheon-systems/eslint-config': patch | ||
--- | ||
|
||
Update dependencies |
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 |
---|---|---|
|
@@ -62,17 +62,30 @@ | |
"@pantheon-systems/eslint-config-decoupled-kit": "workspace:*", | ||
"@pantheon-systems/workspace-configs": "workspace:*", | ||
"@playwright/test": "^1.38.1", | ||
"@testing-library/react": "^14.1.2", | ||
"@types/eslint": "^8.44.3", | ||
"@types/node": "^18.18.0", | ||
"@types/react": "^18.2.43", | ||
"@types/react-dom": "^18.2.17", | ||
"@vitest/coverage-v8": "^1.0.4", | ||
"esbuild": "^0.19.9", | ||
"eslint": "^8.50.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-tailwindcss": "^3.13.0", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^14.0.1", | ||
"msw": "^2.0.11", | ||
"prettier": "^3.0.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rimraf": "^5.0.5", | ||
"tslib": "^2.6.2", | ||
"tsup": "^8.0.1", | ||
"tsx": "^3.13.0", | ||
"typedoc": "^0.25.1", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.5.0" | ||
"vite": "^5.0.8", | ||
"vitest": "^1.0.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
|
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
1 change: 0 additions & 1 deletion
1
packages/cms-kit/vite.config.js → packages/cms-kit/vite.config.mts
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 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 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 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
File renamed without changes.
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 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
1 change: 0 additions & 1 deletion
1
packages/nextjs-kit/vite.config.js → packages/nextjs-kit/vite.config.mts
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
Oops, something went wrong.