Skip to content

Commit

Permalink
Update all non-major dependencies (#112)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* rm elm review

* Revert "rm elm review"

This reverts commit 6a61509.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joshua Ji <joshua.ji@jiwhiz.com>
  • Loading branch information
renovate[bot] and joshuanianji authored Jul 14, 2024
1 parent 988847d commit c23a627
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 147 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"serve": "pnpm build && http-server ./dist -a localhost -p 3000 -c-1"
},
"devDependencies": {
"@dotenvx/dotenvx": "1.5.0",
"@dotenvx/dotenvx": "1.6.2",
"elm-codegen": "0.5.3",
"elm-optimize-level-2": "0.3.5",
"elm-pages": "3.0.15",
"elm-review": "2.11.2",
"elm-pages": "3.0.16",
"elm-review": "2.12.0",
"elm-tooling": "1.15.1",
"http-server": "14.1.1",
"lamdera": "0.19.1-1.2.1-1",
"vite": "5.2.11"
"vite": "5.3.3"
},
"dependencies": {
"highlight.js": "11.9.0"
"highlight.js": "11.10.0"
}
}
Loading

0 comments on commit c23a627

Please sign in to comment.