Skip to content

Commit

Permalink
fix(renovate): major Update major (major) (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan authored Aug 6, 2023
1 parent cdfcbc7 commit 219dcec
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 1,175 deletions.
8 changes: 4 additions & 4 deletions apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@types/node": "20.4.8",
"@types/node-fetch": "2.6.4",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"axios": "1.4.0",
"babel-jest": "29.6.2",
"babel-plugin-transform-runtime": "6.23.0",
Expand All @@ -38,11 +38,11 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-unicorn": "47.0.0",
"eslint-plugin-unicorn": "48.0.1",
"jest": "29.6.2",
"jest-create-mock-instance": "2.0.0",
"nx": "16.6.0",
"prettier": "2.8.8",
"prettier": "3.0.0",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
Expand Down
14 changes: 7 additions & 7 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@auth0/nextjs-auth0": "2.7.0",
"@auth0/nextjs-auth0": "3.0.1",
"@babel/core": "7.22.9",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
Expand Down Expand Up @@ -45,11 +45,11 @@
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@use-miller/shared-api-client": "workspace:*",
"autoprefixer": "10.4.14",
"clsx": "1.2.1",
"clsx": "2.0.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-react-app": "7.0.1",
Expand All @@ -67,8 +67,8 @@
"nx": "16.6.0",
"opentelemetry-instrumentation-undici": "0.1.1",
"postcss": "8.4.27",
"postcss-focus-visible": "8.0.2",
"prettier": "2.8.8",
"postcss-focus-visible": "9.0.0",
"prettier": "3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hyper-tree": "0.3.12",
Expand All @@ -81,7 +81,7 @@
"remark-rehype": "10.1.0",
"sharp": "0.32.4",
"tailwindcss": "3.3.3",
"to-vfile": "7.2.4",
"to-vfile": "8.0.0",
"tslib": "2.6.1",
"typescript": "5.1.6",
"unified": "10.1.2",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.3",
"@types/node": "20.4.8",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"concurrently": "8.2.0",
"dotenv": "16.3.1",
"eslint": "8.46.0",
Expand All @@ -54,10 +54,10 @@
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"knip": "2.17.3",
"lerna": "6.6.2",
"lerna": "7.1.4",
"lint-staged": "13.2.3",
"nx": "16.6.0",
"prettier": "2.8.8",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"semantic-release": "21.0.7",
"ts-jest": "29.1.1",
Expand Down
Loading

0 comments on commit 219dcec

Please sign in to comment.