Skip to content

Commit

Permalink
Merge pull request #140 from shopware/dependabot/npm_and_yarn/all-f72…
Browse files Browse the repository at this point in the history
…c243a2e

fix(deps): bump the all group across 1 directory with 9 updates
  • Loading branch information
cyl3x authored Nov 28, 2024
2 parents e7f6668 + 9d379a9 commit 67e13e1
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 64 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ updates:
all:
patterns:
- '*'
ignore:
- dependency-name: typescript
update-types: ["version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,25 @@
"tsc": "vue-tsc --noEmit"
},
"dependencies": {
"@shopware-ag/entity-schema-types": "6.8.1",
"@shopware-ag/entity-schema-types": "6.8.2",
"@shopware-ag/meteor-admin-sdk": "5.5.1",
"@shopware-ag/meteor-component-library": "3.14.0",
"pinia": "^2.2.6",
"vue": "3.4.31",
"vue-i18n": "^10.0.4"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"@types/node": "^22.9.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@types/node": "^22.9.3",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-vue": "^5.1.5",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-typescript": "^14.1.3",
"core-js": "^3.39.0",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.30.0",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.6.3",
"eslint-plugin-vue": "^9.31.0",
"sass": "^1.81.0",
"typescript": "~5.6.3",
"vite": "^5.4.11",
"vite-plugin-vue-devtools": "^7.6.4",
"vue-tsc": "^2.1.10"
},
"overrides": {
Expand Down

0 comments on commit 67e13e1

Please sign in to comment.