Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 14, 2024
1 parent dea0688 commit dd312ad
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canyon-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: pnpm --filter canyon-report run build:lib
- run: pnpm --filter canyon-report run build
- run: pnpm --filter=canyon-report publish -f --no-git-checks --access=public --filter
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
5 changes: 3 additions & 2 deletions packages/canyon-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
"@prisma/client": "^5.22.0",
"antd": "^5.12.8",
"axios": "^1.7.7",
"canyon-report": "workspace:^",
"dotenv": "^16.4.5",
"next": "15.0.3",
"prisma": "^5.22.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"swr": "^2.2.5",
"canyon-report": "0.0.8-beta-46"
"shiki": "^1.22.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@iconify/json": "^2.2.242",
Expand Down
12 changes: 6 additions & 6 deletions packages/canyon-report/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "canyon-report",
"version": "0.0.8-beta-46",
"version": "0.0.8-beta-49",
"files": [
"dist"
],
"scripts": {
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"build:lib": "rslib build",
"build:dist": "rsbuild build",
"build": "rslib build",
"preview": "rsbuild preview",
"cy:run": "cypress run",
"playwright": "playwright test"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./dist/index.mjs"
}
},
"module": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"main": "./dist/index.mjs",
"dependencies": {
"@ant-design/icons": "^5.5.1",
"antd": "^5.21.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-report/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
{
bundle: true,
dts: false,
format: 'cjs',
format: 'esm',
},
],
output: {
Expand Down
94 changes: 27 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd312ad

Please sign in to comment.