Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2023
1 parent 8d9b08a commit a82e44a
Show file tree
Hide file tree
Showing 10 changed files with 155 additions and 126 deletions.
2 changes: 1 addition & 1 deletion application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.5",
"eslint": "8.35.0",
"eslint": "8.36.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
Expand Down
2 changes: 1 addition & 1 deletion application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"eslint": "8.35.0",
"eslint": "8.36.0",
"eslint-formatter-pretty": "4.1.0",
"formik": "2.2.9",
"graphql": "^16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@babel/core": "^7.20.12",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@commercetools-docs/writing-style": "3.3.2",
"@commercetools-docs/writing-style": "3.3.3",
"@commercetools-frontend/eslint-config-mc-app": "workspace:*",
"@commercetools-test-data/core": "4.11.0",
"@commercetools-uikit/design-system": "^15.13.2",
Expand Down Expand Up @@ -124,7 +124,7 @@
"cross-env": "7.0.3",
"cypress": "11.2.0",
"dotenv": "16.0.3",
"eslint": "8.35.0",
"eslint": "8.36.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"eslint": "8.35.0"
"eslint": "8.36.0"
},
"engines": {
"node": "14.x || >=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/loggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@sentry/node": "7.42.0",
"@sentry/node": "7.43.0",
"@types/triple-beam": "1.3.2",
"express-winston": "4.2.0",
"fast-safe-stringify": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/runtime-corejs3": "^7.20.13",
"cac": "6.7.14",
"execa": "5.1.1",
"listr2": "5.0.7",
"listr2": "5.0.8",
"prettier": "2.8.4",
"semver": "7.3.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint": "8.x"
},
"devDependencies": {
"eslint": "8.35.0"
"eslint": "8.36.0"
},
"engines": {
"node": "14.x || >=16.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
"react-refresh": "0.14.0",
"serve-handler": "6.1.5",
"shelljs": "0.8.5",
"style-loader": "3.3.1",
"style-loader": "3.3.2",
"svg-url-loader": "7.1.1",
"terser-webpack-plugin": "5.3.7",
"thread-loader": "3.0.4",
"url": "^0.11.0",
"vite": "4.1.4",
"webpack": "5.76.0",
"webpack": "5.76.1",
"webpack-bundle-analyzer": "4.8.0",
"webpack-dev-server": "4.11.1",
"webpack-dev-server": "4.12.0",
"webpackbar": "5.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-frontend/browser-history": "21.23.10",
"@commercetools-frontend/constants": "21.23.10",
"@sentry/react": "7.42.0",
"@sentry/tracing": "7.42.0",
"@sentry/react": "7.43.0",
"@sentry/tracing": "7.43.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.53",
"prop-types": "15.8.1"
Expand Down
Loading

0 comments on commit a82e44a

Please sign in to comment.