Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
chore(deps): upgrade dependencies (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: stackia <stackia@users.noreply.github.com>
  • Loading branch information
stackia and stackia authored Jul 19, 2022
1 parent 57e240a commit 16833c4
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 400 deletions.
2 changes: 1 addition & 1 deletion apps/server-monolith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@vitejs/plugin-react": "^2.0.0",
"rollup-plugin-visualizer": "^5.7.1",
"unplugin-swc": "^1.3.2",
"vite": "^3.0.0",
"vite": "^3.0.2",
"vite-plugin-pwa": "^0.12.3",
"vite-plugin-ruby": "^3.1.2"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"@commitlint/config-conventional": "^17.0.3",
"@mashcard/dev-support": "workspace:^",
"@swc/cli": "^0.1.57",
"@swc/jest": "^0.2.21",
"@swc/jest": "^0.2.22",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.5",
"@testing-library/user-event": "^14.2.6",
"@types/jest": "^28.1.6",
"@types/jest-axe": "^3.5.4",
"@types/node": "^18.0.5",
"@types/node": "^18.0.6",
"@types/rails__actioncable": "^6.1.6",
"@types/rails__activestorage": "^7.0.1",
"@types/react": "^18.0.15",
Expand All @@ -101,7 +101,7 @@
"@tiptap/react": "patch:@tiptap/react@npm:2.0.0-beta.114#.yarn/patches/@tiptap-react-npm-2.0.0-beta.114-77e1d9a671.patch"
},
"dependencies": {
"@swc/core": "^1.2.215",
"@swc/core": "^1.2.218",
"@swc/helpers": "^0.4.3",
"lodash-es": "^4.17.21",
"ts-node": "^10.9.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"node-polyfill-webpack-plugin": "^2.0.0",
"polished": "^4.2.2",
"rc-dropdown": "^4.0.1",
"rc-select": "^14.1.8",
"rc-select": "^14.1.9",
"rc-tabs": "^11.16.1",
"rc-trigger": "^5.3.1",
"rc-util": "^5.22.5",
Expand All @@ -54,7 +54,7 @@
"stitches-mixins": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/core": "^7.18.9",
"@mashcard/dev-support": "workspace:^",
"@storybook/addon-a11y": "^6.5.9",
"@storybook/addon-actions": "^6.5.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"open": "^8.4.0",
"prettier": "^2.7.1",
"rollup-plugin-visualizer": "^5.7.1",
"typedoc": "^0.23.7",
"typedoc": "^0.23.8",
"typedoc-plugin-inline-sources": "^1.0.1",
"typedoc-plugin-markdown": "^3.13.3",
"vite": "^3.0.0",
"vite": "^3.0.2",
"vite-plugin-pwa": "^0.12.3"
}
}
Loading

0 comments on commit 16833c4

Please sign in to comment.