Skip to content

Commit

Permalink
fix(deps): update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2024
1 parent 51ab20d commit 520a78e
Show file tree
Hide file tree
Showing 5 changed files with 2,331 additions and 1,563 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"private": true,
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@biomejs/biome": "1.6.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"turbo": "1.12.2"
"turbo": "1.12.5"
},
"engines": {
"node": ">=20.0"
},
"resolutions": {
"jackspeak": "2.1.1"
"jackspeak": "2.3.6"
},
"lint-staged": {
"./packages/**/*.{js,ts,jsx,tsx,json,jsonc}": [
"biome check --apply --no-errors-on-unmatched"
]
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].4"
}
16 changes: 8 additions & 8 deletions packages/bff-frontend-poc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@swc/core": "^1.3.84",
"@types/css-modules": "1.0.4",
"@types/jest": "29.5.7",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/css-modules": "1.0.5",
"@types/jest": "29.5.12",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@types/react-query": "^1.2.9",
"@types/react-redux": "7.1.28",
"@types/redux-mock-store": "1.0.5",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@types/react-redux": "7.1.33",
"@types/redux-mock-store": "1.0.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"eslint": "^8.50.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "4.5.2"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/types": "3.1.1",
"typescript": "~5.2.2"
"typescript": "~5.4.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 520a78e

Please sign in to comment.