Skip to content

Commit

Permalink
fix(deps): pin dependencies (#2075)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 18, 2022
1 parent f4a696a commit a3e1773
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 26 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@mdx-js/react": "1.6.22",
"@mui/material": "5.5.3",
"@mui/styles": "5.5.3",
"babel-eslint": "^10.1.0",
"babel-eslint": "10.1.0",
"babel-preset-gatsby": "2.11.1",
"core-js": "^3.22.4",
"core-js": "3.22.5",
"eslint": "8.12.0",
"gatsby": "4.11.1",
"gatsby-plugin-image": "2.11.1",
Expand All @@ -31,10 +31,10 @@
"gatsby-transformer-sharp": "4.11.0",
"gh-pages": "3.2.3",
"git-rev-sync": "3.0.2",
"graphql": "^16.4.0",
"graphql": "16.5.0",
"mdx-utils": "0.2.0",
"open-props": "1.3.12",
"postcss": "^8.4.13",
"postcss": "8.4.13",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.4.3",
Expand All @@ -44,7 +44,7 @@
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-live": "2.4.1",
"react-simple-code-editor": "^0.11.0",
"react-simple-code-editor": "0.11.0",
"typescript": "4.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@marigold/prettier-config": "workspace:*",
"@marigold/tsconfig": "workspace:*",
"@storybook/react": "6.4.22",
"@testing-library/dom": "^8.13.0",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "7.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
},
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"react": "^17.x",
"react-dom": "^17.x",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsup": "5.12.7"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@babel/core": "7.17.10",
"@marigold/tsconfig": "workspace:*",
"react": "17.x",
"react": "17.0.2",
"tsup": "5.12.7"
},
"scripts": {
Expand Down
39 changes: 22 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit a3e1773

Please sign in to comment.