Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Upgrade esbuild (#129)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Bump package version to 4.1.1
  • Loading branch information
chrisfls authored Jun 29, 2022
1 parent 761d0a7 commit 27c8a4f
Show file tree
Hide file tree
Showing 2 changed files with 952 additions and 182 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@PaackEng/frontend-elm-kit",
"version": "4.1.0",
"version": "4.1.1",
"description": "",
"private": false,
"files": [
Expand Down Expand Up @@ -35,8 +35,9 @@
"homepage": "https://github.com/PaackEng/frontend-elm-kit#readme",
"dependencies": {
"elm-optimize-level-2": "^0.3.4",
"esbuild": "0.14.23",
"esbuild-plugin-elm": "^0.0.8"
"esbuild": "^0.14.47",
"esbuild-plugin-elm": "^0.0.11",
"firebase": "^9.8.3"
},
"peerDependencies": {
"@auth0/auth0-spa-js": "^1.20.1",
Expand All @@ -45,8 +46,7 @@
"chart.js": "^3.7.1",
"elm": "^0.19.1-5",
"elm-review": "^2.7.1",
"elm-test": "^0.19.1-revision7",
"firebase": "^9.8.3"
"elm-test": "^0.19.1-revision7"
},
"devDependencies": {
"@auth0/auth0-spa-js": "^1.20.1",
Expand Down
Loading

0 comments on commit 27c8a4f

Please sign in to comment.