Skip to content

Commit

Permalink
upgrade vite and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Mar 13, 2024
1 parent 2528a88 commit f48bdbb
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 114 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "~5.3.0",
"vite": "^4.4.7"
"vite": "^5.1.6"
},
"files": [
"dist"
Expand Down
3 changes: 2 additions & 1 deletion src/makeLottiePlayer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// @ts-check
/// <reference types="./index" />
import {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React, {
memo, useRef, useEffect, useState, forwardRef, useCallback,
} from 'react';
import equal from 'fast-deep-equal/es6/react';
Expand Down
Loading

0 comments on commit f48bdbb

Please sign in to comment.