Skip to content

Commit

Permalink
chore: update pnpm lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Aug 26, 2023
1 parent 0c117ac commit 8f9d476
Show file tree
Hide file tree
Showing 83 changed files with 7,045 additions and 6,807 deletions.
5 changes: 5 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ module.exports = {
},
},
],
plugins: [
'prettier-plugin-organize-imports',
'prettier-plugin-packagejson',
'prettier-plugin-two-style-order',
],
};
2 changes: 1 addition & 1 deletion config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default [
path: '/user/login',
layout: false,
name: 'login',
component: './user/Login',
component: './user/login',
},
{
path: '/user',
Expand Down
2 changes: 1 addition & 1 deletion mock/analysis.mock.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import dayjs from 'dayjs';
import type { Request, Response } from 'express';
import type { AnalysisData, RadarData, DataItem } from './data';
import type { AnalysisData, DataItem, RadarData } from './data';

// mock data
const visitData: DataItem[] = [];
Expand Down
2 changes: 1 addition & 1 deletion mock/listTableList.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Request, Response } from 'express';
import dayjs from 'dayjs';
import { Request, Response } from 'express';
import { parse } from 'url';

// mock tableListDataSource
Expand Down
2 changes: 1 addition & 1 deletion mock/monitor.mock.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mockjs from 'mockjs';
import type { Request, Response } from 'express';
import mockjs from 'mockjs';

const getTags = (_: Request, res: Response) => {
return res.json({
Expand Down
65 changes: 34 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,33 @@
"not ie <= 10"
],
"dependencies": {
"@ant-design/charts": "^0.9.4",
"@ant-design/icons": "^4.8.0",
"@ant-design/pro-components": "^2.3.57",
"@ant-design/charts": "^0.9.13",
"@ant-design/icons": "^4.8.1",
"@ant-design/pro-components": "^2.6.13",
"@ant-design/use-emotion-css": "1.0.4",
"@antv/data-set": "^0.11.0",
"@antv/l7": "^2.3.7",
"@antv/l7-maps": "^2.3.7",
"@antv/l7-react": "^2.1.9",
"@antv/data-set": "^0.11.8",
"@antv/l7": "^2.17.11",
"@antv/l7-maps": "^2.17.11",
"@antv/l7-react": "^2.4.3",
"@types/lodash.debounce": "^4.0.7",
"@umijs/route-utils": "^2.2.2",
"ahooks": "^2.0.0",
"antd": "^5.2.2",
"ahooks": "^2.10.14",
"antd": "^5.8.4",
"antd-style": "^2.0.2",
"bizcharts": "^3.5.3-beta.0",
"bizcharts-plugin-slider": "^2.1.1-beta.1",
"bizcharts": "^3.5.10",
"bizcharts-plugin-slider": "^2.1.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"gg-editor": "^2.0.2",
"dayjs": "^1.11.9",
"gg-editor": "^2.0.4",
"lodash": "^4.17.21",
"lodash-decorators": "^6.0.0",
"lodash-decorators": "^6.0.1",
"numeral": "^2.0.6",
"nzh": "^1.0.3",
"nzh": "^1.0.11",
"omit.js": "^2.0.2",
"rc-menu": "^9.8.2",
"rc-util": "^5.27.2",
"rc-menu": "^9.11.1",
"rc-util": "^5.37.0",
"react": "^18.2.0",
"react-dev-inspector": "^1.8.4",
"react-dev-inspector": "^1.9.0",
"react-dom": "^18.2.0",
"react-fittext": "^1.0.0",
"react-helmet-async": "^1.3.0",
Expand All @@ -72,31 +72,34 @@
"devDependencies": {
"@ant-design/pro-cli": "^2.1.5",
"@testing-library/react": "^13.4.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/classnames": "^2.3.1",
"@types/express": "^4.17.17",
"@types/history": "^4.7.11",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"@umijs/fabric": "^2.14.1",
"@umijs/lint": "^4.0.52",
"@umijs/max": "^4.0.52",
"@umijs/lint": "^4.0.78",
"@umijs/max": "^4.0.78",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"eslint": "^8.48.0",
"express": "^4.18.2",
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"mockjs": "^1.1.0",
"prettier": "^2.8.4",
"swagger-ui-dist": "^4.15.5",
"prettier": "^3.0.2",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-two-style-order": "^1.0.1",
"swagger-ui-dist": "^4.19.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"umi-presets-pro": "^2.0.2"
"umi-presets-pro": "^2.0.3"
},
"engines": {
"node": ">=12.0.0"
Expand Down
Loading

0 comments on commit 8f9d476

Please sign in to comment.