Skip to content

Commit

Permalink
fix(renovate): Update major
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Jun 17, 2024
1 parent a40a32c commit b5f59c2
Show file tree
Hide file tree
Showing 7 changed files with 901 additions and 295 deletions.
14 changes: 7 additions & 7 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.24.1",
"@babel/preset-env": "7.24.4",
"@darraghor/eslint-plugin-nestjs-typed": "5.0.5",
"@nrwl/eslint-plugin-nx": "18.3.3",
"@nrwl/jest": "18.3.3",
"@nrwl/linter": "18.3.3",
"@nrwl/eslint-plugin-nx": "19.3.0",
"@nrwl/jest": "19.3.0",
"@nrwl/linter": "19.3.0",
"@nrwl/node": "18.3.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
Expand All @@ -33,15 +33,15 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-unicorn": "54.0.0",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"nx": "18.3.3",
"nx": "19.3.0",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
Expand Down
10 changes: 5 additions & 5 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"gray-matter": "4.0.3",
"jwks-rsa": "3.1.0",
"minimatch": "9.0.4",
"nestjs-otel": "5.1.5",
"nestjs-otel": "6.1.1",
"nodemailer": "6.9.13",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
Expand Down Expand Up @@ -117,17 +117,17 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-unicorn": "54.0.0",
"jest": "29.7.0",
"jest-create-mock-instance": "2.0.0",
"jest-junit": "16.0.0",
"prettier": "3.2.5",
"supertest": "6.3.4",
"supertest": "7.0.0",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
10 changes: 5 additions & 5 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@babel/core": "7.24.4",
"@babel/plugin-syntax-flow": "^7.24.1",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@headlessui/react": "1.7.18",
"@headlessui/react": "2.0.4",
"@heroicons/react": "2.1.3",
"@mapbox/rehype-prism": "0.9.0",
"@monaco-editor/react": "4.6.0",
"@nrwl/eslint-plugin-nx": "18.3.3",
"@nrwl/jest": "18.3.3",
"@nrwl/linter": "18.3.3",
"@nrwl/eslint-plugin-nx": "19.3.0",
"@nrwl/jest": "19.3.0",
"@nrwl/linter": "19.3.0",
"@nrwl/node": "18.3.3",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/auto-instrumentations-node": "0.44.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"monaco-editor": "0.48.0",
"next": "14.2.2",
"next-progress": "2.3.1",
"nx": "18.3.3",
"nx": "19.3.0",
"opentelemetry-instrumentation-undici": "0.2.2",
"postcss": "8.4.38",
"postcss-focus-visible": "9.0.1",
Expand Down
60 changes: 30 additions & 30 deletions infrastructure/production/stripe-prod/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion infrastructure/production/stripe-prod/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
stripe = {
source = "lukasaron/stripe"
version = "1.9.4"
version = "3.0.0"
}
}
# You don't need this if you're a solo dev. When you're ready you can create a
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"dependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@nrwl/eslint-plugin-nx": "18.3.3",
"@nrwl/jest": "18.3.3",
"@nrwl/linter": "18.3.3",
"@nrwl/eslint-plugin-nx": "19.3.0",
"@nrwl/jest": "19.3.0",
"@nrwl/linter": "19.3.0",
"@nrwl/node": "18.3.3",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.12",
Expand All @@ -56,10 +56,10 @@
"knip": "5.10.0",
"lerna": "8.1.2",
"lint-staged": "15.2.2",
"nx": "18.3.3",
"nx": "19.3.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"semantic-release": "23.0.7",
"semantic-release": "24.0.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.4"
Expand Down
Loading

0 comments on commit b5f59c2

Please sign in to comment.