Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2022
1 parent 1eb536a commit 718c457
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typecheck": "tsc -b tsconfig.json"
},
"devDependencies": {
"@changesets/cli": "^2.24.1",
"@changesets/cli": "^2.24.2",
"@rino.app/cli": "workspace:*",
"@types/node": "^16.11.47",
"@typescript-eslint/eslint-plugin": "^5.32.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@microsoft/api-extractor": "^7.29.0",
"esbuild": "^0.14.53",
"typescript": "^4.7.3",
"vitest": "^0.19.1"
"vitest": "^0.20.3"
},
"files": [
"dist/**"
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@codemirror/search": "^6.0.1",
"@codemirror/state": "^6.1.1",
"@codemirror/theme-one-dark": "^6.0.0",
"@codemirror/view": "^6.1.3",
"@codemirror/view": "^6.1.4",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.0",
"@floating-ui/dom": "^1.0.0",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@types/markdown-it": "^12.2.3",
"@types/mdast": "^3.0.10",
"@types/orderedmap": "^1.0.0",
"@types/prettier": "^2.6.4",
"@types/prettier": "^2.7.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"c8": "^7.12.0",
Expand All @@ -91,7 +91,7 @@
"react-dom": "^18.2.0",
"typescript": "^4.7.3",
"vite": "^3.0.4",
"vitest": "^0.19.1"
"vitest": "^0.20.3"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@mui/system": "^5.9.3",
"@next/bundle-analyzer": "^12.2.3",
"@next/bundle-analyzer": "^12.2.4",
"@testing-library/react": "^13.3.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"happy-dom": "^6.0.4",
"lodash-es": "^4.17.21",
"next": "^12.2.3",
"next": "^12.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"responsive-loader": "^3.0.4",
"sharp": "^0.30.7",
"vitest": "^0.19.1"
"vitest": "^0.20.3"
},
"browserslist": [
"> 1%",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^4.7.3",
"v8-to-istanbul": "^9.0.1",
"vite": "^3.0.4",
"vitest": "^0.19.1"
"vitest": "^0.20.3"
},
"browserslist": [
"> 1%",
Expand Down
Loading

0 comments on commit 718c457

Please sign in to comment.