Skip to content

Commit

Permalink
fix(renovate): Update major (major) (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan authored Nov 28, 2023
1 parent 5120af2 commit db6e95c
Show file tree
Hide file tree
Showing 6 changed files with 956 additions and 437 deletions.
10 changes: 5 additions & 5 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/preset-env": "7.23.3",
"@darraghor/eslint-plugin-nestjs-typed": "4.3.3",
"@nrwl/eslint-plugin-nx": "16.10.0",
"@nrwl/jest": "16.10.0",
"@nrwl/linter": "16.10.0",
"@nrwl/eslint-plugin-nx": "17.1.3",
"@nrwl/jest": "17.1.3",
"@nrwl/linter": "17.1.3",
"@nrwl/node": "16.10.0",
"@types/express": "4.17.21",
"@types/jest": "29.5.10",
Expand All @@ -38,10 +38,10 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.21.0",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-unicorn": "49.0.0",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"nx": "16.10.0",
"nx": "17.1.3",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.21.0",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-unicorn": "49.0.0",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"jest-junit": "16.0.0",
Expand Down
14 changes: 7 additions & 7 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@heroicons/react": "2.0.18",
"@mapbox/rehype-prism": "0.8.0",
"@monaco-editor/react": "4.6.0",
"@nrwl/eslint-plugin-nx": "16.10.0",
"@nrwl/jest": "16.10.0",
"@nrwl/linter": "16.10.0",
"@nrwl/eslint-plugin-nx": "17.1.3",
"@nrwl/jest": "17.1.3",
"@nrwl/linter": "17.1.3",
"@nrwl/node": "16.10.0",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/auto-instrumentations-node": "0.39.4",
Expand All @@ -41,7 +41,7 @@
"@opentelemetry/semantic-conventions": "1.17.1",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query": "5.8.7",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@types/react-router-dom": "5.3.3",
Expand All @@ -52,7 +52,7 @@
"clsx": "2.0.0",
"crisp-sdk-web": "1.0.21",
"eslint": "8.51.0",
"eslint-config-next": "13.5.6",
"eslint-config-next": "14.0.3",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.28.1",
Expand All @@ -63,9 +63,9 @@
"focus-visible": "5.2.0",
"gray-matter": "4.0.3",
"monaco-editor": "0.44.0",
"next": "13.5.6",
"next": "14.0.3",
"next-progress": "2.3.1",
"nx": "16.10.0",
"nx": "17.1.3",
"opentelemetry-instrumentation-undici": "0.1.1",
"postcss": "8.4.31",
"postcss-focus-visible": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"vite": "4.4.11"
"vite": "5.0.2"
},
"dependencies": {
"chalk": "5.3.0",
"dotenv": "16.3.1",
"figlet": "1.6.0",
"globby": "13.2.2",
"globby": "14.0.0",
"inquirer": "9.2.12",
"vitest": "0.34.6"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"md:fe": "docker save dokku/use-miller:v1.0.0 | ssh dokku-as-darragh \"docker load\""
},
"dependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@nrwl/eslint-plugin-nx": "16.10.0",
"@nrwl/jest": "16.10.0",
"@nrwl/linter": "16.10.0",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@nrwl/eslint-plugin-nx": "17.1.3",
"@nrwl/jest": "17.1.3",
"@nrwl/linter": "17.1.3",
"@nrwl/node": "16.10.0",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.10",
Expand All @@ -54,9 +54,9 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"knip": "2.33.4",
"lerna": "7.3.1",
"lerna": "8.0.0",
"lint-staged": "15.0.2",
"nx": "16.10.0",
"nx": "17.1.3",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"semantic-release": "22.0.8",
Expand Down
Loading

0 comments on commit db6e95c

Please sign in to comment.