Skip to content

Commit

Permalink
chore: upgrade deps (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Oct 14, 2024
1 parent 77d720a commit 80d359d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ node_modules
dist
*.css
build
lib/*
lib
coverage
yarn.lock
package-lock.json
es/*
es
# dumi
.dumi/tmp
.dumi/tmp-test
Expand Down
2 changes: 1 addition & 1 deletion examples/utils/big-data-generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { generateData, calcTotal } from './dataUtil';

interface GenProps {
onGen: Function;
onGen: (data: any[]) => void;
x: number;
y: number;
z: number;
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"test": "rc-test"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"@babel/runtime": "^7.25.7",
"classnames": "2.x",
"rc-select": "~14.15.0",
"rc-tree": "~5.9.0",
"rc-util": "^5.16.1"
"rc-util": "^5.43.0"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.0",
Expand All @@ -57,25 +57,25 @@
"@types/react-dom": "^18.2.19",
"@types/warning": "^3.0.0",
"@umijs/fabric": "^4.0.1",
"cross-env": "^7.0.2",
"dumi": "^2.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.4.0",
"cross-env": "^7.0.3",
"dumi": "^2.4.12",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.8",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-unicorn": "^52.0.0",
"father": "^4.0.0",
"glob": "^7.1.6",
"np": "^10.0.5",
"prettier": "^3.1.1",
"rc-dialog": "^7.5.7",
"rc-field-form": "^2.0.0",
"rc-test": "^7.0.4",
"rc-virtual-list": "^3.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"typescript": "^5.0.0",
"eslint-plugin-unicorn": "^56.0.0",
"father": "^4.5.0",
"glob": "^11.0.0",
"np": "^10.0.7",
"prettier": "^3.3.3",
"rc-dialog": "^9.6.0",
"rc-field-form": "^2.4.0",
"rc-test": "^7.1.0",
"rc-virtual-list": "^3.14.8",
"react": "16.x",
"react-dom": "16.x",
"typescript": "^5.6.3",
"cheerio": "1.0.0-rc.12"
},
"peerDependencies": {
Expand Down

0 comments on commit 80d359d

Please sign in to comment.