Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rookie-luochao/openapi-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rookie-luochao committed Oct 11, 2024
2 parents 313e10c + c2c73b2 commit b78fff0
Show file tree
Hide file tree
Showing 2 changed files with 684 additions and 382 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@faker-js/faker": "^8.4.1",
"@monaco-editor/react": "^4.6.0",
"antd": "^5.20.1",
Expand All @@ -35,7 +35,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-i18next": "^15.0.1",
"react-i18next": "^15.0.2",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.1",
"react-router-toolkit": "^1.2.0",
Expand All @@ -45,9 +45,9 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@babel/preset-react": "^7.25.7",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@emotion/babel-plugin": "^11.12.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
Expand All @@ -63,20 +63,20 @@
"@vitejs/plugin-react": "^4.3.1",
"csstype": "^3.1.3",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.12",
"husky": "^9.1.4",
"lint-staged": "^15.2.10",
"openapi-ts-request": "^0.4.10",
"openapi-ts-request": "^0.6.0",
"openapi-types": "^12.1.3",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite": "^5.4.8",
"vite-plugin-css-injected-by-js": "^3.5.1"
},
"commitlint": {
Expand Down
Loading

0 comments on commit b78fff0

Please sign in to comment.