Skip to content

Commit

Permalink
[add] API Proxy of Aliyun DataV Geo service
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Sep 9, 2024
1 parent 4c177bf commit 59a004a
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 407 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
4 changes: 4 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ const rewrites = async () => ({
source: '/proxy/raw.githubusercontent.com/:path*',
destination: 'https://raw.githubusercontent.com/:path*',
},
{
source: '/proxy/geo.datav.aliyun.com/:path*',
destination: 'https://geo.datav.aliyun.com/:path*',
},
],
afterFiles: [],
fallback: [
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.7",
"@sentry/nextjs": "^8.28.0",
"@next/mdx": "^14.2.9",
"@sentry/nextjs": "^8.29.0",
"@swc/helpers": "^0.5.13",
"classnames": "^2.5.1",
"copy-webpack-plugin": "^12.0.2",
"file-type": "^19.4.1",
"file-type": "^19.5.0",
"idea-react": "^2.0.0-rc.2",
"koajax": "^3.0.1",
"koajax": "^3.0.2",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"license-filter": "^0.2.4",
"lodash": "^4.17.21",
"markdown-ime": "^1.0.3",
"marked": "^14.1.0",
"mobx": "^6.13.1",
"marked": "^14.1.2",
"mobx": "^6.13.2",
"mobx-github": "^0.3.4",
"mobx-i18n": "^0.5.0",
"mobx-react": "^9.1.1",
"mobx-restful": "^1.0.1",
"mobx-restful-table": "^2.0.0",
"next": "^14.2.7",
"next": "^14.2.9",
"next-pwa": "~5.6.0",
"next-ssr-middleware": "^0.8.7",
"next-with-less": "^3.0.1",
Expand All @@ -46,25 +46,25 @@
"turndown-plugin-gfm": "^1.0.2",
"web-utility": "^4.4.0",
"webpack": "^5.94.0",
"yaml": "^2.5.0"
"yaml": "^2.5.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@types/lodash": "^4.17.7",
"@types/node": "^20.16.3",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/turndown": "^5.0.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.7",
"eslint-config-next": "^14.2.9",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"get-git-folder": "^0.1.2",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
},
"resolutions": {
"native-file-system-adapter": "npm:@tech_query/native-file-system-adapter@^3.0.1"
Expand Down
Loading

1 comment on commit 59a004a

@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 oss-toolbox ready!

✅ Preview
https://oss-toolbox-ji75xx4mt-techquerys-projects.vercel.app

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

Please sign in to comment.