Skip to content

Commit

Permalink
feat: added typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Sep 22, 2024
1 parent 7a1bd14 commit f4a0711
Show file tree
Hide file tree
Showing 33 changed files with 57,630 additions and 328 deletions.
2 changes: 1 addition & 1 deletion examples/cjs-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/esm-cjs-exports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/isolated-declarations-oxc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"oxc-transform": "^0.29.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/isolated-declarations-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@swc/core": "^1.7.26",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/isolated-declarations-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"devDependencies": {
"@types/node": "^18.19.50",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
}
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 @@ -61,7 +61,7 @@
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"vite": "5.4.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/native-node-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"nodehun": "^3.0.2",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
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 @@ -20,7 +20,7 @@
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
}
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 @@ -40,7 +40,7 @@
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"vite": "5.4.7"
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 @@ -42,7 +42,7 @@
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
}
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 @@ -40,7 +40,7 @@
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/types-entries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/typescript-tsconfig-paths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/watch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@visulima/packem": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"braces@<3.0.3": ">=3.0.3",
"chrono-node@<2.2.4": ">=2.7.7",
"micromatch@<4.0.8": ">=4.0.8",
"rollup": "^4.22.2",
"rollup": "^4.22.4",
"vite@>=5.3.0 <=5.3.5": ">=5.3.6"
}
}
Expand Down
1 change: 1 addition & 0 deletions packages/packem/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ vitest.config.ts
_meta.*.json

LICENSE.md
README.md
CHANGELOG.md
Loading

0 comments on commit f4a0711

Please sign in to comment.