Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 30, 2023
1 parent 0e46a71 commit 44bf5ff
Show file tree
Hide file tree
Showing 11 changed files with 1,084 additions and 1,082 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rino",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.0",
"scripts": {
"dev": "rino-cli dev",
"build": "rino-cli build",
Expand All @@ -20,10 +20,10 @@
"@changesets/cli": "^2.26.1",
"@ocavue/eslint-config-react": "^0.4.9",
"@rino.app/cli": "workspace:*",
"@types/node": "^18.16.14",
"@types/node": "^18.16.16",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"turbo": "^1.9.8",
"turbo": "^1.9.9",
"typescript": "^5.0.4"
},
"renovate": {
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"build:api-extractor": "api-extractor run --local --verbose"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.0",
"@vitest/coverage-c8": "^0.31.1",
"@microsoft/api-extractor": "^7.35.1",
"@vitest/coverage-c8": "^0.31.2",
"esbuild": "^0.17.19",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"vitest": "^0.31.2"
},
"publishConfig": {
"types": "dist/rino-common.d.ts",
Expand Down
28 changes: 14 additions & 14 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@codemirror/language-data": "^6.3.1",
"@codemirror/lint": "^6.2.1",
"@codemirror/search": "^6.4.0",
"@codemirror/state": "^6.2.0",
"@codemirror/state": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.12.0",
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@floating-ui/react": "^0.24.1",
"@mui/material": "^5.13.2",
"@floating-ui/react": "^0.24.2",
"@mui/material": "^5.13.3",
"@remirror/core": "^2.0.16",
"@remirror/dev": "^2.0.17",
"@remirror/extension-blockquote": "^2.0.14",
Expand All @@ -49,10 +49,10 @@
"@remirror/extension-react-component": "^2.0.13",
"@remirror/extension-tables": "^2.2.10",
"@remirror/extension-text": "^2.0.13",
"@remirror/pm": "^2.0.5",
"@remirror/pm": "^2.0.6",
"@remirror/preset-core": "^2.0.16",
"@remirror/react": "^2.0.28",
"@remirror/react-core": "^2.0.17",
"@remirror/react-core": "^2.0.18",
"@remirror/styles": "^2.0.5",
"@rino.app/common": "^0.44.0",
"@types/is-hotkey": "^0.1.7",
Expand All @@ -63,8 +63,8 @@
"mdast-util-from-markdown": "^1.3.0",
"mdast-util-gfm-autolink-literal": "^1.0.3",
"mdast-util-gfm-strikethrough": "^1.0.3",
"micromark-extension-gfm-autolink-literal": "^1.0.4",
"micromark-extension-gfm-strikethrough": "^1.0.5",
"micromark-extension-gfm-autolink-literal": "^1.0.5",
"micromark-extension-gfm-strikethrough": "^1.0.6",
"prosemirror-flat-list": "^0.3.12",
"prosemirror-tables": "^1.3.2",
"prosemirror-view": "^1.31.3",
Expand All @@ -77,18 +77,18 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@microsoft/api-extractor": "^7.35.0",
"@babel/core": "^7.22.1",
"@microsoft/api-extractor": "^7.35.1",
"@types/jest": "^29.5.1",
"@types/lodash-es": "^4.17.7",
"@types/markdown-it": "^12.2.3",
"@types/mdast": "^3.0.11",
"@types/orderedmap": "^1.0.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@vitest/coverage-c8": "^0.31.1",
"c8": "^7.13.0",
"@vitest/coverage-c8": "^0.31.2",
"c8": "^7.14.0",
"commonmark-spec": "^0.30.0",
"esbuild": "^0.17.19",
"esbuild-node-externals": "^1.7.0",
Expand All @@ -99,8 +99,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vitest": "^0.31.1"
"vite": "^4.3.9",
"vitest": "^0.31.2"
},
"publishConfig": {
"types": "dist/rino-editor.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@rino.app/common": "workspace:*",
"@rino.app/electron-types": "workspace:*",
"@types/lodash-es": "^4.17.7",
"electron": "24.3.1",
"electron": "24.4.0",
"electron-context-menu": "^3.6.1",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@rino.app/electron-types": "workspace:*",
"electron": "24.3.1",
"electron": "24.4.0",
"electron-log": "^4.4.8",
"esbuild": "^0.17.19",
"typescript": "^5.0.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/electron-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"@rino.app/common": "workspace:*",
"@rino.app/editor": "workspace:*",
"@rino.app/electron-types": "workspace:*",
"@types/react": "^18.2.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"electron": "24.3.1",
"electron": "24.4.0",
"electron-log": "^4.4.8",
"immer": "^10.0.2",
"is-promise": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4",
"unstated-next": "^1.1.0",
"vite": "^4.3.8"
"vite": "^4.3.9"
}
}
2 changes: 1 addition & 1 deletion packages/electron-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"types": "./types/index.d.ts",
"devDependencies": {
"@rino.app/editor": "workspace:*",
"electron": "24.3.1"
"electron": "24.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rino.app/electron-main": "workspace:*",
"@rino.app/electron-preload": "workspace:*",
"@rino.app/electron-renderer": "workspace:*",
"electron": "24.3.1",
"electron": "24.4.0",
"electron-builder": "^23.6.0",
"wait-on": "^7.0.1"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
"build:analyze": "ANALYZE=true next build && next export -o dist"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/core": "^7.22.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.2",
"@mui/material": "^5.13.3",
"@mui/system": "^5.13.2",
"@next/bundle-analyzer": "^13.4.3",
"@next/bundle-analyzer": "^13.4.4",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@vitest/coverage-c8": "^0.31.1",
"happy-dom": "^9.20.1",
"@vitest/coverage-c8": "^0.31.2",
"happy-dom": "^9.20.3",
"lodash-es": "^4.17.21",
"next": "^13.4.3",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"responsive-loader": "^3.1.2",
"sharp": "^0.32.1",
"vitest": "^0.31.1"
"vitest": "^0.31.2"
},
"browserslist": [
"> 1%",
Expand Down
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
},
"devDependencies": {
"@rino.app/editor": "workspace:*",
"@types/react": "^18.2.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"@vitest/coverage-c8": "^0.31.1",
"c8": "^7.13.0",
"@vitest/coverage-c8": "^0.31.2",
"c8": "^7.14.0",
"jest-image-snapshot": "^6.1.0",
"jest-remirror": "^2.1.5",
"jsdom": "^21.1.2",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.34.1",
"playwright-chromium": "^1.34.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "^5.0.4",
"v8-to-istanbul": "^9.1.0",
"vite": "^4.3.8",
"vitest": "^0.31.1"
"vite": "^4.3.9",
"vitest": "^0.31.2"
},
"browserslist": [
"> 1%",
Expand Down
Loading

0 comments on commit 44bf5ff

Please sign in to comment.