Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependencies (non-major) #1218

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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.6.0",
"packageManager": "pnpm@8.6.2",
"scripts": {
"dev": "rino-cli dev",
"build": "rino-cli build",
Expand All @@ -20,11 +20,11 @@
"@changesets/cli": "^2.26.1",
"@ocavue/eslint-config-react": "^0.4.9",
"@rino.app/cli": "workspace:*",
"@types/node": "^18.16.16",
"eslint": "^8.41.0",
"@types/node": "^18.16.18",
"eslint": "^8.42.0",
"prettier": "^2.8.8",
"turbo": "^1.9.9",
"typescript": "^5.0.4"
"turbo": "^1.10.3",
"typescript": "^5.1.3"
},
"renovate": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/lodash-es": "^4.17.7",
"commander": "^10.0.0",
"commander": "^10.0.1",
"fast-glob": "^3.2.12",
"json5": "^2.2.3",
"lodash-es": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 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.1",
"@vitest/coverage-c8": "^0.31.2",
"esbuild": "^0.17.19",
"typescript": "^5.0.4",
"vitest": "^0.31.2"
"@microsoft/api-extractor": "^7.35.4",
"@vitest/coverage-c8": "^0.32.0",
"esbuild": "^0.18.3",
"typescript": "^5.1.3",
"vitest": "^0.32.0"
},
"publishConfig": {
"types": "dist/rino-common.d.ts",
Expand Down
48 changes: 24 additions & 24 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"build:api-extractor": "api-extractor run --local --verbose"
},
"dependencies": {
"@codemirror/autocomplete": "^6.7.1",
"@codemirror/autocomplete": "^6.8.0",
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-markdown": "^6.1.1",
"@codemirror/language": "^6.7.0",
"@codemirror/language": "^6.8.0",
"@codemirror/language-data": "^6.3.1",
"@codemirror/lint": "^6.2.1",
"@codemirror/search": "^6.4.0",
"@codemirror/lint": "^6.2.2",
"@codemirror/search": "^6.5.0",
"@codemirror/state": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.12.0",
"@codemirror/view": "^6.13.2",
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@floating-ui/react": "^0.24.2",
"@mui/material": "^5.13.3",
"@emotion/react": "^11.11.1",
"@floating-ui/react": "^0.24.3",
"@mui/material": "^5.13.5",
"@remirror/core": "^2.0.16",
"@remirror/dev": "^2.0.17",
"@remirror/extension-blockquote": "^2.0.14",
Expand All @@ -51,7 +51,7 @@
"@remirror/extension-text": "^2.0.13",
"@remirror/pm": "^2.0.6",
"@remirror/preset-core": "^2.0.16",
"@remirror/react": "^2.0.28",
"@remirror/react": "^2.0.29",
"@remirror/react-core": "^2.0.18",
"@remirror/styles": "^2.0.5",
"@rino.app/common": "^0.44.0",
Expand All @@ -60,14 +60,14 @@
"is-hotkey": "^0.2.0",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"mdast-util-from-markdown": "^1.3.0",
"mdast-util-from-markdown": "^1.3.1",
"mdast-util-gfm-autolink-literal": "^1.0.3",
"mdast-util-gfm-strikethrough": "^1.0.3",
"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",
"micromark-extension-gfm-strikethrough": "^1.0.7",
"prosemirror-flat-list": "^0.3.13",
"prosemirror-tables": "^1.3.3",
"prosemirror-view": "^1.31.4",
"remirror": "^2.0.32",
"remirror-extension-flat-list": "^0.1.3",
"unstated-next": "^1.1.0"
Expand All @@ -77,30 +77,30 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@microsoft/api-extractor": "^7.35.1",
"@types/jest": "^29.5.1",
"@babel/core": "^7.22.5",
"@microsoft/api-extractor": "^7.35.4",
"@types/jest": "^29.5.2",
"@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.7",
"@types/react-dom": "^18.2.4",
"@vitest/coverage-c8": "^0.31.2",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitest/coverage-c8": "^0.32.0",
"c8": "^7.14.0",
"commonmark-spec": "^0.30.0",
"esbuild": "^0.17.19",
"esbuild": "^0.18.3",
"esbuild-node-externals": "^1.7.0",
"jest-remirror": "^2.1.5",
"jsdom": "^21.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.2"
"vitest": "^0.32.0"
},
"publishConfig": {
"types": "dist/rino-editor.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/electron-main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"@rino.app/common": "workspace:*",
"@rino.app/electron-types": "workspace:*",
"@types/lodash-es": "^4.17.7",
"electron": "24.4.0",
"electron": "24.5.1",
"electron-context-menu": "^3.6.1",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"esbuild": "^0.17.19",
"esbuild": "^0.18.3",
"lodash-es": "^4.17.21",
"node-fetch": "^3.3.1",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/electron-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"devDependencies": {
"@rino.app/electron-types": "workspace:*",
"electron": "24.4.0",
"electron": "24.5.1",
"electron-log": "^4.4.8",
"esbuild": "^0.17.19",
"typescript": "^5.0.4"
"esbuild": "^0.18.3",
"typescript": "^5.1.3"
}
}
10 changes: 5 additions & 5 deletions packages/electron-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"@rino.app/common": "workspace:*",
"@rino.app/editor": "workspace:*",
"@rino.app/electron-types": "workspace:*",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"electron": "24.4.0",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react-swc": "^3.3.2",
"electron": "24.5.1",
"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",
"typescript": "^5.1.3",
"unstated-next": "^1.1.0",
"vite": "^4.3.9"
}
Expand Down
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.4.0"
"electron": "24.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"build:linux": "./setup.sh && electron-builder --linux"
},
"devDependencies": {
"@electron/notarize": "^1.2.3",
"@electron/notarize": "^1.2.4",
"@rino.app/electron-main": "workspace:*",
"@rino.app/electron-preload": "workspace:*",
"@rino.app/electron-renderer": "workspace:*",
"electron": "24.4.0",
"electron": "24.5.1",
"electron-builder": "^23.6.0",
"wait-on": "^7.0.1"
},
Expand Down
20 changes: 10 additions & 10 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.22.1",
"@babel/core": "^7.22.5",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@mui/system": "^5.13.2",
"@next/bundle-analyzer": "^13.4.4",
"@mui/material": "^5.13.5",
"@mui/system": "^5.13.5",
"@next/bundle-analyzer": "^13.4.6",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@vitest/coverage-c8": "^0.31.2",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitest/coverage-c8": "^0.32.0",
"happy-dom": "^9.20.3",
"lodash-es": "^4.17.21",
"next": "^13.4.4",
"next": "^13.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"responsive-loader": "^3.1.2",
"sharp": "^0.32.1",
"vitest": "^0.31.2"
"vitest": "^0.32.0"
},
"browserslist": [
"> 1%",
Expand Down
14 changes: 7 additions & 7 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.7",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"@vitest/coverage-c8": "^0.31.2",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-c8": "^0.32.0",
"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.3",
"playwright-chromium": "^1.35.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"v8-to-istanbul": "^9.1.0",
"vite": "^4.3.9",
"vitest": "^0.31.2"
"vitest": "^0.32.0"
},
"browserslist": [
"> 1%",
Expand Down
Loading