diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 910d5d5f..326cd90e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -927,11 +927,11 @@ importers: specifier: ^0.4.0 version: 0.4.0 '@arco-design/web-react': - specifier: 2.64.1 - version: 2.64.1(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + specifier: 2.65.0 + version: 2.65.0(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@arco-themes/react-arco-pro': specifier: ^0.0.7 - version: 0.0.7(@arco-design/web-react@2.64.1(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)) + version: 0.0.7(@arco-design/web-react@2.65.0(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)) '@loadable/component': specifier: ^5.16.4 version: 5.16.4(react@17.0.2) @@ -3174,8 +3174,8 @@ packages: '@arco-design/color@0.4.0': resolution: {integrity: sha512-s7p9MSwJgHeL8DwcATaXvWT3m2SigKpxx4JA1BGPHL4gfvaQsmQfrLBDpjOJFJuJ2jG2dMt3R3P8Pm9E65q18g==} - '@arco-design/web-react@2.64.1': - resolution: {integrity: sha512-fBD3m5vAywHA41DFiIHhVpRJVuEb27rXcn8kKcVC4OHN20NLCqJ8keLfyghSvy7A3+RVUSEsOtJMlpDB8PzHGw==} + '@arco-design/web-react@2.65.0': + resolution: {integrity: sha512-IzSHoKZ+2hYwf7gGYaISrw4RMzEzw9DoOeA8fggxikrwKs8BrzwwfpxTpJ4MGekerhbFDmereCrYNJnVnNrigA==} peerDependencies: react: '>=16' react-dom: '>=16' @@ -17099,7 +17099,7 @@ snapshots: dependencies: color: 3.2.1 - '@arco-design/web-react@2.64.1(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': + '@arco-design/web-react@2.65.0(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@arco-design/color': 0.4.0 '@babel/runtime': 7.24.4 @@ -17120,9 +17120,9 @@ snapshots: transitivePeerDependencies: - '@types/react' - '@arco-themes/react-arco-pro@0.0.7(@arco-design/web-react@2.64.1(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))': + '@arco-themes/react-arco-pro@0.0.7(@arco-design/web-react@2.65.0(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2))': dependencies: - '@arco-design/web-react': 2.64.1(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) + '@arco-design/web-react': 2.65.0(@types/react@18.3.12)(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@babel/code-frame@7.24.7': dependencies: diff --git a/rsdoctor/arco-pro/package.json b/rsdoctor/arco-pro/package.json index c32c408c..8cb13607 100644 --- a/rsdoctor/arco-pro/package.json +++ b/rsdoctor/arco-pro/package.json @@ -23,7 +23,7 @@ "dependencies": { "@antv/data-set": "^0.11.8", "@arco-design/color": "^0.4.0", - "@arco-design/web-react": "2.64.1", + "@arco-design/web-react": "2.65.0", "@arco-themes/react-arco-pro": "^0.0.7", "@loadable/component": "^5.16.4", "@swc/helpers": "0.5.1",