Skip to content

Commit

Permalink
ci: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Sep 18, 2024
1 parent f3064be commit c0046d6
Show file tree
Hide file tree
Showing 11 changed files with 153 additions and 167 deletions.
2 changes: 1 addition & 1 deletion examples/cjs-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"clean": "rimraf node_modules dist"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.2",
"@arethetypeswrong/cli": "^0.16.4",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-exports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-tsx-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-use-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-dom": "^19.0.0-rc-eb3ad065-20240822"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/transformer-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/transformer-sucrase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"sucrase": "^3.35.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/transformer-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@swc/core": "^1.7.26",
"@swc/helpers": "^0.5.13",
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"typescript": "^5.6.2"
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"nx": "^19.7.3",
"nx": "^19.7.4",
"pkg-pr-new": "^0.0.24",
"plop": "^4.0.1",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"publint": "^0.2.11",
"rimraf": "6.0.1",
"secretlint": "8.2.4",
"semantic-release": "^24.1.1",
Expand All @@ -89,9 +89,10 @@
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"chrono-node@<2.2.4": ">=2.7.6",
"chrono-node@<2.2.4": ">=2.7.7",
"micromatch@<4.0.8": ">=4.0.8",
"rollup": "^4.21.3"
"rollup": "^4.21.3",
"vite@>=5.3.0 <=5.3.5": ">=5.3.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/packem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@
"glob-parent": "6.0.2",
"hookable": "5.5.3",
"is-glob": "4.0.3",
"jiti": "2.0.0-beta.3",
"magic-string": "0.30.11",
"mlly": "1.7.1",
"jiti": "2.0.0-beta.3",
"oxc-parser": "0.29.0",
"rollup": "4.21.3",
"rollup-plugin-dts": "6.1.1",
Expand All @@ -250,7 +250,7 @@
"@swc/core": "^1.7.26",
"@swc/types": "0.1.12",
"@total-typescript/ts-reset": "^0.6.1",
"@types/estree": "^1.0.5",
"@types/estree": "^1.0.6",
"@types/glob": "^8.1.0",
"@types/glob-parent": "^5.1.3",
"@types/is-glob": "^4.0.4",
Expand Down
Loading

0 comments on commit c0046d6

Please sign in to comment.