Skip to content

Commit

Permalink
- deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Srdjan committed Aug 13, 2023
1 parent 48be4f6 commit 8a4753a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { createRoot } from 'react-dom/client'
import MultiStep from 'react-multistep'
import { multiStepStyles } from './css/multiStepStyles'
import { multiStepStyles } from './css/multistepStyles'
import { StepOne } from './stepOne'
import { StepTwo } from './stepTwo'
import { StepThree } from './stepThree'
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"esbuild": "0.18.13"
"esbuild": "0.19.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"dependencies": {
},
"devDependencies": {
"@types/react": "18.2.15",
"esbuild": "0.18.13",
"@types/react": "18.2.20",
"esbuild": "0.19.0",
"typescript": "5.1.6"
},
"peerDependencies": {
Expand Down

0 comments on commit 8a4753a

Please sign in to comment.