Skip to content

Commit

Permalink
[add] some ECharts Web components code
Browse files Browse the repository at this point in the history
[optimize] upgrade to PNPM 9
[remove] useless Yarn lock file
  • Loading branch information
TechQuery committed Apr 30, 2024
1 parent 7848031 commit ff26bc6
Show file tree
Hide file tree
Showing 7 changed files with 944 additions and 1,405 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# dependencies
/node_modules
package-lock.json
yarn.lock
/.pnp
.pnp.js

Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers = false
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"build": "vitepress build",
"preview": "vitepress preview"
},
"dependencies": {
"echarts-jsx": "^1.1.0"
},
"devDependencies": {
"@types/node": "^20.11.20",
"vitepress": "1.0.0-rc.36"
"@types/node": "^20.12.7",
"vitepress": "^1.1.4"
}
}
Loading

1 comment on commit ff26bc6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for 2023-china-open-source-report ready!

✅ Preview
https://2023-china-open-source-report-nu4kp7jtd-kaiyuanshes-projects.vercel.app

Built with commit ff26bc6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.