Skip to content

Commit

Permalink
[add] Downloader component & page (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery authored May 28, 2024
1 parent 032fb5d commit 8e796c6
Show file tree
Hide file tree
Showing 15 changed files with 5,931 additions and 4,653 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
with:
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mobx-bootstrap-ts",
"version": "1.0.0",
"version": "1.1.0",
"description": "React project scaffold based on TypeScript, MobX & Bootstrap, which is inspired by WebCell scaffold.",
"author": "[email protected]",
"dependencies": {
Expand All @@ -14,44 +14,44 @@
"@editorjs/quote": "^2.6.0",
"browser-fs-access": "^0.35.0",
"browser-unhandled-rejection": "^1.0.2",
"echarts-jsx": "^1.1.0",
"echarts-jsx": "^1.2.0",
"editorjs-html": "^3.4.3",
"idea-react": "^2.0.0-rc.2",
"koajax": "^1.0.0",
"koajax": "^1.1.0",
"lodash": "^4.17.21",
"mobx": "^6.12.3",
"mobx-i18n": "^0.5.0",
"mobx-react": "^9.1.1",
"mobx-restful": "^0.7.0-rc.0",
"mobx-restful": "^1.0.0-rc.5",
"mobx-restful-table": "^2.0.0-rc.1",
"preact": "^10.20.2",
"preact": "^10.22.0",
"react-bootstrap": "^2.10.2",
"react-bootstrap-editor": "^2.0.1",
"react-bootstrap-editor": "^2.0.3",
"react-editor-js": "^2.1.0",
"react-router-class-tools": "^0.1.3",
"react-router-dom": "^6.22.3",
"web-utility": "^4.3.0"
"react-router-dom": "^6.23.1",
"web-utility": "^4.4.0"
},
"devDependencies": {
"@babel/runtime": "^7.24.4",
"@octokit/openapi-types": "^22.0.1",
"@babel/runtime": "^7.24.6",
"@octokit/openapi-types": "^22.2.0",
"@parcel/config-default": "~2.12.0",
"@parcel/packager-raw-url": "~2.12.0",
"@parcel/transformer-less": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@parcel/transformer-webmanifest": "~2.12.0",
"@types/lodash": "^4.17.0",
"@types/node": "^18.19.31",
"@types/lodash": "^4.17.4",
"@types/node": "^18.19.33",
"buffer": "^6.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"parcel": "~2.12.0",
"parcel-transformer-mdx": "^0.3.2",
"prettier": "^3.2.5",
"prismjs": "^1.29.0",
"process": "^0.11.10",
"typescript": "~5.4.5",
"workbox-cli": "^7.0.0"
"workbox-cli": "^7.1.0"
},
"alias": {
"react": "preact/compat",
Expand Down
Loading

0 comments on commit 8e796c6

Please sign in to comment.