Skip to content

Commit

Permalink
chore: vite 6, eslint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Dec 16, 2024
1 parent 6a04684 commit 668c840
Show file tree
Hide file tree
Showing 3 changed files with 1,685 additions and 1,817 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
"@vitejs/plugin-react": "^4.0.0",
"babel-core": "^7.0.0-bridge.0",
"cypress": "^13.0.0",
"eslint": "^8.25.0",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.31.10",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.0.0",
"sweetalert2": "^11.6.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"prettier": {
"printWidth": 120,
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { createRoot } from 'react-dom/client'
import { mounts } from './mounts'

const noop = () => {} // eslint-disable-line @typescript-eslint/no-empty-function
const noop = () => {}

export default function withReactContent(ParentSwal) {
/* Returns `params` separated into a tuple of `reactParams` (the React params that need to be rendered)
Expand Down
Loading

0 comments on commit 668c840

Please sign in to comment.