Skip to content

Commit

Permalink
build: bump deps versions
Browse files Browse the repository at this point in the history
lit, tailwindcss, postcss, autoprefixer, typescript

work on #24
  • Loading branch information
bsorrentino committed Sep 9, 2024
1 parent 8b1b0e2 commit 963be9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server-jetty/src/main/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"dependencies": {
"@alenaksu/json-viewer": "^2.0.1",
"@lit/task": "^1.0.1",
"@types/bun": "^1.1.6",
"lit": "^3.1.4",
"@types/bun": "^1.1.8",
"lit": "^3.2.0",
"mermaid": "^10.9.1"
},
"devDependencies": {
"@types/node": "^20.14.10",
"autoprefixer": "^10.4.2",
"autoprefixer": "^10.4.20",
"crypto-browserify": "^3.12.0",
"daisyui": "^4.12.2",
"parcel": "^2.12.0",
"postcss": "^8.4.7",
"tailwindcss": "^3.4.5",
"typescript": "^5.4.5"
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}

0 comments on commit 963be9b

Please sign in to comment.