Skip to content

Commit

Permalink
bump deps (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-kee authored Jan 22, 2022
1 parent c02784f commit 0eb6610
Show file tree
Hide file tree
Showing 8 changed files with 693 additions and 686 deletions.
7 changes: 7 additions & 0 deletions .changeset/smooth-shoes-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@showroomjs/core': patch
'react-showroom': patch
'@showroomjs/bundles': patch
---

Bump dependencies
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"esbuild-loader": "^2.18.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.24.2",
"react-hook-form": "^7.25.0",
"react-showroom": "workspace:*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/client-only-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "^4.5.5",
"webpack": "^5.66.0"
"webpack": "^5.67.0"
}
}
6 changes: 3 additions & 3 deletions examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"msw": "^0.36.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.24.2",
"react-hook-form": "^7.25.0",
"react-query": "^3.34.11",
"react-showroom": "workspace:*",
"react-textarea-autosize": "^8.3.3"
},
"devDependencies": {
"@babel/core": "^7.16.10",
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
Expand All @@ -48,7 +48,7 @@
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.15",
"typescript": "^4.5.5",
"webpack": "^5.66.0"
"webpack": "^5.67.0"
},
"msw": {
"workerDirectory": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.65.0",
"rollup": "^2.66.0",
"tailwindcss": "^3.0.15",
"ts-jest": "^27.1.3",
"type-fest": "^2.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"devDependencies": {
"axe-core": "^4.3.5",
"esbuild": "^0.14.12",
"esbuild": "^0.14.13",
"html-webpack-tags-plugin": "^3.0.2",
"typescript": "^4.5.5",
"webpack": "^5.66.0"
"webpack": "^5.67.0"
},
"peerDependencies": {
"axe-core": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-showroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "*"
},
"dependencies": {
"@babel/core": "^7.16.10",
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
Expand All @@ -42,8 +42,8 @@
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"enhanced-resolve": "^5.8.3",
"esbuild": "^0.14.12",
"esbuild-wasm": "^0.14.12",
"esbuild": "^0.14.13",
"esbuild-wasm": "^0.14.13",
"estree-util-value-to-estree": "^1.3.0",
"front-matter": "^4.0.2",
"fs-extra": "^10.0.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"unist-util-find": "^1.0.2",
"unist-util-visit": "2.0.3",
"vfile": "4.2.1",
"webpack": "^5.66.0",
"webpack": "^5.67.0",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0",
"webpack-messages": "^2.0.4",
Expand Down
Loading

6 comments on commit 0eb6610

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.