Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group across 1 directory with 2…
Browse files Browse the repository at this point in the history
…6 updates (#665)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alimpens <[email protected]>
  • Loading branch information
dependabot[bot] and alimpens authored Jan 14, 2025
1 parent b9b540c commit 33c730d
Show file tree
Hide file tree
Showing 5 changed files with 927 additions and 778 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ updates:
applies-to: 'version-updates'
exclude-patterns:
- '@hey-api/openapi-ts'
- '@amsterdam/design-system-*'
update-types:
- 'patch'
- 'minor'
Expand Down
10 changes: 5 additions & 5 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"dependencies": {
"keycloak-js": "26.0.7",
"ra-data-simple-rest": "5.4.3",
"ra-i18n-polyglot": "5.4.3",
"keycloak-js": "26.0.8",
"ra-data-simple-rest": "5.4.4",
"ra-i18n-polyglot": "5.4.4",
"ra-keycloak": "2.0.0",
"react-admin": "5.4.3",
"react-admin": "5.4.4",
"uber-json-schema-filter": "2.0.5"
},
"devDependencies": {
"ra-core": "5.4.3"
"ra-core": "5.4.4"
}
}
6 changes: 3 additions & 3 deletions apps/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
},
"dependencies": {
"leaflet": "1.9.4",
"next": "15.1.3",
"next": "15.1.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/leaflet": "1.9.16",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint-config-next": "15.1.3",
"eslint-config-next": "15.1.4",
"next-router-mock": "0.9.13"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@
"@babel/core": "7.26.0",
"@babel/preset-react": "7.26.3",
"@hey-api/openapi-ts": "0.61.2",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/react": "20.3.0",
"@nx/vite": "20.3.0",
"@nx/web": "20.3.0",
"@nx/workspace": "20.3.0",
"@nx/eslint": "20.3.1",
"@nx/eslint-plugin": "20.3.1",
"@nx/jest": "20.3.1",
"@nx/js": "20.3.1",
"@nx/react": "20.3.1",
"@nx/vite": "20.3.1",
"@nx/web": "20.3.1",
"@nx/workspace": "20.3.1",
"@swc-node/register": "1.10.9",
"@swc/core": "1.10.4",
"@swc/core": "1.10.7",
"@swc/helpers": "0.5.15",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand All @@ -82,8 +82,8 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prefer-arrow-functions": "3.4.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-prefer-arrow-functions": "3.6.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.1.7",
"jest": "29.7.0",
Expand All @@ -93,17 +93,17 @@
"markdownlint-cli": "0.43.0",
"msw": "2.7.0",
"npm-check-updates": "17.1.13",
"nx": "20.3.0",
"nx": "20.3.1",
"nx-stylelint": "18.0.0",
"prettier": "3.4.2",
"stylelint": "16.12.0",
"stylelint": "16.13.2",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "6.0.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsc-files": "1.1.4",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "5.4.11",
"vitest": "1.6.0"
},
Expand Down
Loading

0 comments on commit 33c730d

Please sign in to comment.