Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "src/Elastic.Markdown"
schedule:
interval: "weekly"
labels:
- chore
28 changes: 14 additions & 14 deletions src/Elastic.Markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@
},
"private": true,
"devDependencies": {
"@parcel/reporter-bundle-analyzer": "^2.14.2",
"@tailwindcss/postcss": "^4.0.3",
"@parcel/reporter-bundle-analyzer": "2.14.2",
"@tailwindcss/postcss": "4.0.3",
"parcel": "2.14.2",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0"
"postcss": "8.5.1",
"postcss-import": "16.1.0"
},
"browserslist": [
"defaults"
],
"dependencies": {
"clipboard": "^2.0.11",
"highlight.js": "^11.11.1",
"htmx-ext-head-support": "^2.0.4",
"htmx-ext-preload": "^2.1.1",
"htmx.org": "^2.0.4",
"install": "^0.13.0",
"npm": "^11.1.0",
"select-dom": "^9.3.0",
"tailwindcss": "^4.0.3",
"ua-parser-js": "^2.0.2"
"clipboard": "2.0.11",
"highlight.js": "11.11.1",
"htmx-ext-head-support": "2.0.4",
"htmx-ext-preload": "2.1.1",
"htmx.org": "2.0.4",
"install": "0.13.0",
"npm": "11.1.0",
"select-dom": "9.3.0",
"tailwindcss": "4.0.3",
"ua-parser-js": "2.0.2"
}
}
Loading