Skip to content

Commit

Permalink
fix(renovate): Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Dec 21, 2023
1 parent ba093da commit 2546452
Show file tree
Hide file tree
Showing 6 changed files with 1,352 additions and 1,278 deletions.
12 changes: 6 additions & 6 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"test": "echo \"Did you mean to run 'test:e'?\" && exit 0"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/preset-env": "7.23.5",
"@darraghor/eslint-plugin-nestjs-typed": "4.3.7",
"@babel/preset-env": "7.23.6",
"@darraghor/eslint-plugin-nestjs-typed": "4.3.9",
"@nrwl/eslint-plugin-nx": "17.1.3",
"@nrwl/jest": "17.1.3",
"@nrwl/linter": "17.1.3",
"@nrwl/node": "17.1.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.10",
"@types/node": "20.10.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@types/node-fetch": "2.6.9",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "6.8.0",
Expand All @@ -45,7 +45,7 @@
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2"
},
Expand Down
20 changes: 10 additions & 10 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"dependencies": {
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@darraghor/nest-backend-libs": "2.40.3",
"@mapbox/rehype-prism": "0.8.0",
"@nestjs/bull": "10.0.1",
Expand All @@ -44,7 +44,7 @@
"@nestjs/devtools-integration": "0.1.5",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.2.10",
"@nestjs/swagger": "7.1.16",
"@nestjs/swagger": "7.1.17",
"@nestjs/typeorm": "10.0.1",
"@octokit/rest": "20.0.2",
"@opentelemetry/api": "1.6.0",
Expand All @@ -54,7 +54,7 @@
"@opentelemetry/host-metrics": "0.33.2",
"@opentelemetry/instrumentation-express": "0.33.3",
"@opentelemetry/instrumentation-nestjs-core": "0.33.3",
"@opentelemetry/instrumentation-pino": "0.34.3",
"@opentelemetry/instrumentation-pino": "0.34.4",
"@opentelemetry/resources": "1.17.1",
"@opentelemetry/sdk-metrics": "1.17.1",
"@opentelemetry/sdk-node": "0.44.0",
Expand All @@ -79,7 +79,7 @@
"passport": "0.6.0",
"passport-jwt": "4.0.1",
"pg": "8.11.3",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.1.14",
"rehype-document": "7.0.3",
"rehype-format": "5.0.0",
"rehype-stringify": "10.0.0",
Expand All @@ -97,16 +97,16 @@
"webpack": "5.89.0"
},
"devDependencies": {
"@darraghor/eslint-plugin-nestjs-typed": "4.3.7",
"@darraghor/eslint-plugin-nestjs-typed": "4.3.9",
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.10",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.100",
"@swc/core": "1.3.101",
"@types/auth0": "3.3.10",
"@types/eslint": "8.44.8",
"@types/eslint": "8.44.9",
"@types/express": "4.17.21",
"@types/jest": "29.5.10",
"@types/node": "20.10.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@types/nodemailer": "6.4.14",
"@types/passport-jwt": "3.0.13",
"@types/supertest": "2.0.16",
Expand All @@ -130,7 +130,7 @@
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2"
}
Expand Down
16 changes: 8 additions & 8 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@auth0/nextjs-auth0": "3.2.0",
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@headlessui/react": "1.7.17",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@tanstack/react-query": "5.8.9",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
Expand All @@ -52,7 +52,7 @@
"clsx": "2.0.0",
"crisp-sdk-web": "1.0.21",
"eslint": "8.51.0",
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.0.4",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.28.1",
Expand All @@ -63,12 +63,12 @@
"focus-visible": "5.2.0",
"gray-matter": "4.0.3",
"monaco-editor": "0.44.0",
"next": "14.0.3",
"next": "14.0.4",
"next-progress": "2.3.1",
"nx": "17.1.3",
"opentelemetry-instrumentation-undici": "0.1.1",
"postcss": "8.4.32",
"postcss-focus-visible": "9.0.0",
"postcss-focus-visible": "9.0.1",
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -81,7 +81,7 @@
"remark-parse": "11.0.0",
"remark-rehype": "11.0.0",
"sharp": "0.32.6",
"tailwindcss": "3.3.6",
"tailwindcss": "3.3.7",
"to-vfile": "8.0.0",
"tslib": "2.6.2",
"typescript": "5.2.2",
Expand All @@ -96,6 +96,6 @@
}
},
"devDependencies": {
"@types/node": "20.10.3"
"@types/node": "20.10.5"
}
}
10 changes: 5 additions & 5 deletions libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"mill-init": "dist/miller-setup.js"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/preset-env": "7.23.5",
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/preset-typescript": "7.23.3",
"@types/figlet": "1.5.8",
"@types/inquirer": "9.0.7",
"@types/jest": "29.5.10",
"@types/node": "20.10.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"vite": "5.0.5"
"vite": "5.0.10"
},
"dependencies": {
"chalk": "5.3.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@nrwl/linter": "17.1.3",
"@nrwl/node": "17.1.3",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.10",
"@types/node": "20.10.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"concurrently": "8.2.2",
Expand All @@ -54,15 +54,15 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"knip": "3.2.0",
"lerna": "8.0.0",
"lerna": "8.0.1",
"lint-staged": "15.1.0",
"nx": "17.1.3",
"prettier": "3.1.0",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"semantic-release": "22.0.8",
"semantic-release": "22.0.12",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.3.2"
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit 2546452

Please sign in to comment.