Skip to content

Commit

Permalink
fix: update sweetalert2
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and limonte committed Jul 8, 2024
1 parent c904372 commit d918db7
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 509 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@sweetalert2/stylelint-config": "^3.0.0",
"replace-in-file": "^7.0.0",
"replace-in-file": "^8.0.0",
"sass": "^1.56.1",
"stylelint": "^16.0.0",
"sweetalert2": "^11.5.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/create-new-theme.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env zx
import { fs, path } from 'zx'
import replaceInFile from 'replace-in-file'
import { replaceInFile } from 'replace-in-file'

const themeName = argv['_'][0]

Expand Down
2 changes: 1 addition & 1 deletion tools/publish-all-themes.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import replaceInFile from 'replace-in-file'
import { replaceInFile } from 'replace-in-file'

if (!process.env.VERSION) {
echo`process.env.VERSION must be set!`
Expand Down
Loading

0 comments on commit d918db7

Please sign in to comment.