Skip to content

Commit

Permalink
Update: Package versions and peer dependencies in package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 2, 2024
1 parent d9925d8 commit 93089b1
Show file tree
Hide file tree
Showing 4 changed files with 5,248 additions and 3,457 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"check:type": "pnpm --filter \"./packages/*\" --parallel type-check",
"check:commit": "commitlint --from=HEAD~1 --verbose"
},
"packageManager": "^pnpm@8.15.3",
"packageManager": "pnpm@9.0.0",
"engines": {
"node": "^20"
"node": "^22"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
"provenance": true
},
"peerDependencies": {
"@types/react": ">=15",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
"@types/react": ">=16",
"react": ">=16",
"react-dom": ">=16"
},
"dependencies": {
"class-variant": "workspace:^",
"clsx": "^2.1.0"
},
"devDependencies": {
"@playwright/experimental-ct-react": "1.41.0",
"@playwright/test": "1.41.0",
"@playwright/experimental-ct-react": "1.49.0",
"@playwright/test": "1.49.0",
"eslint-plugin-react-hooks": "^4.6.0"
}
}
14 changes: 7 additions & 7 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"clsx": "^2.1.0"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.41.2",
"@playwright/test": "1.41.2",
"@types/node": "^20.11.24",
"@playwright/experimental-ct-vue": "1.49.0",
"@playwright/test": "1.49.0",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/server-renderer": "^3.4.19",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.4.0",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
"@vue/tsconfig": "^0.7.0",
"typescript": "5.6.2",
"vite": "^6.0.1",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit 93089b1

Please sign in to comment.