Skip to content

Commit

Permalink
test: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 13, 2024
1 parent c7c805a commit 846073c
Show file tree
Hide file tree
Showing 7 changed files with 21,892 additions and 582 deletions.
3 changes: 0 additions & 3 deletions jest.config.js

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
"@types/classnames": "^2.2.9",
"@types/react": "^17.0.13",
"@types/react-dom": "^16.9.0",
"@types/enzyme": "^3.10.18",
"@types/jest": "^29.5.12",
"@umijs/fabric": "^2.0.8",
"coveralls": "^3.0.6",
"cross-env": "^7.0.2",
"dumi": "^2.0.0",
"enzyme": "^3.0.0",
Expand All @@ -68,9 +69,9 @@
"prettier": "^2.0.5",
"pretty-quick": "^3.0.0",
"rc-test": "^7.0.15",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "^5.0.0"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": ">=16.0.0",
Expand Down
21,873 changes: 21,873 additions & 0 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import classNames from 'classnames';
import Column, { FooterColumn } from './column';
import Column, { type FooterColumn } from './column';

export interface FooterProps {
prefixCls?: string;
Expand Down
Loading

0 comments on commit 846073c

Please sign in to comment.