Skip to content

Commit

Permalink
ci: add docs site to dependabot and update package
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed May 6, 2024
1 parent f44a80c commit 54982d9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ updates:
directory: "/very_good_dart_cli/hooks"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/very_good_wear_app/hooks"
- package-ecosystem: "npm"
directory: "/very_good_docs_site/__brick__/{{project_name.snakeCase()}}"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/very_good_flutter_plugin/hooks"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/very_good_wear_app/hooks"
schedule:
interval: "daily"
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint ."
},
"dependencies": {
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^1.3.5",
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@docusaurus/eslint-plugin": "^3.0.0",
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/tsconfig": "^3.0.0",
"eslint": "^8.53.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
"@babel/eslint-parser": "^7.24.5",
"@docusaurus/eslint-plugin": "^3.3.2",
"@docusaurus/module-type-aliases": "3.3.2",
"@docusaurus/tsconfig": "^3.3.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 54982d9

Please sign in to comment.