Skip to content

Commit 0e46a71

Browse files
chore(deps): update dependencies (non-major) (#1214)
1 parent 87b88fa commit 0e46a71

File tree

11 files changed

+1083
-1102
lines changed

11 files changed

+1083
-1102
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rino",
33
"version": "0.0.0",
44
"private": true,
5-
"packageManager": "pnpm@8.4.0",
5+
"packageManager": "pnpm@8.5.1",
66
"scripts": {
77
"dev": "rino-cli dev",
88
"build": "rino-cli build",
@@ -20,10 +20,10 @@
2020
"@changesets/cli": "^2.26.1",
2121
"@ocavue/eslint-config-react": "^0.4.9",
2222
"@rino.app/cli": "workspace:*",
23-
"@types/node": "^18.16.5",
24-
"eslint": "^8.40.0",
23+
"@types/node": "^18.16.14",
24+
"eslint": "^8.41.0",
2525
"prettier": "^2.8.8",
26-
"turbo": "^1.9.3",
26+
"turbo": "^1.9.8",
2727
"typescript": "^5.0.4"
2828
},
2929
"renovate": {

packages/common/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"build:api-extractor": "api-extractor run --local --verbose"
2020
},
2121
"devDependencies": {
22-
"@microsoft/api-extractor": "^7.34.8",
23-
"@vitest/coverage-c8": "^0.31.0",
24-
"esbuild": "^0.17.18",
22+
"@microsoft/api-extractor": "^7.35.0",
23+
"@vitest/coverage-c8": "^0.31.1",
24+
"esbuild": "^0.17.19",
2525
"typescript": "^5.0.4",
26-
"vitest": "^0.31.0"
26+
"vitest": "^0.31.1"
2727
},
2828
"publishConfig": {
2929
"types": "dist/rino-common.d.ts",

packages/editor/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"build:api-extractor": "api-extractor run --local --verbose"
2020
},
2121
"dependencies": {
22-
"@codemirror/autocomplete": "^6.6.1",
22+
"@codemirror/autocomplete": "^6.7.1",
2323
"@codemirror/commands": "^6.2.4",
2424
"@codemirror/lang-markdown": "^6.1.1",
25-
"@codemirror/language": "^6.6.0",
25+
"@codemirror/language": "^6.7.0",
2626
"@codemirror/language-data": "^6.3.1",
2727
"@codemirror/lint": "^6.2.1",
2828
"@codemirror/search": "^6.4.0",
2929
"@codemirror/state": "^6.2.0",
3030
"@codemirror/theme-one-dark": "^6.1.2",
31-
"@codemirror/view": "^6.11.0",
31+
"@codemirror/view": "^6.12.0",
3232
"@emotion/css": "^11.11.0",
3333
"@emotion/react": "^11.11.0",
34-
"@floating-ui/react": "^0.24.0",
35-
"@mui/material": "^5.12.3",
34+
"@floating-ui/react": "^0.24.1",
35+
"@mui/material": "^5.13.2",
3636
"@remirror/core": "^2.0.16",
3737
"@remirror/dev": "^2.0.17",
3838
"@remirror/extension-blockquote": "^2.0.14",
@@ -65,10 +65,10 @@
6565
"mdast-util-gfm-strikethrough": "^1.0.3",
6666
"micromark-extension-gfm-autolink-literal": "^1.0.4",
6767
"micromark-extension-gfm-strikethrough": "^1.0.5",
68-
"prosemirror-flat-list": "^0.3.11",
68+
"prosemirror-flat-list": "^0.3.12",
6969
"prosemirror-tables": "^1.3.2",
70-
"prosemirror-view": "^1.31.1",
71-
"remirror": "^2.0.31",
70+
"prosemirror-view": "^1.31.3",
71+
"remirror": "^2.0.32",
7272
"remirror-extension-flat-list": "^0.1.3",
7373
"unstated-next": "^1.1.0"
7474
},
@@ -78,7 +78,7 @@
7878
},
7979
"devDependencies": {
8080
"@babel/core": "^7.21.8",
81-
"@microsoft/api-extractor": "^7.34.8",
81+
"@microsoft/api-extractor": "^7.35.0",
8282
"@types/jest": "^29.5.1",
8383
"@types/lodash-es": "^4.17.7",
8484
"@types/markdown-it": "^12.2.3",
@@ -87,10 +87,10 @@
8787
"@types/prettier": "^2.7.2",
8888
"@types/react": "^18.2.6",
8989
"@types/react-dom": "^18.2.4",
90-
"@vitest/coverage-c8": "^0.31.0",
90+
"@vitest/coverage-c8": "^0.31.1",
9191
"c8": "^7.13.0",
9292
"commonmark-spec": "^0.30.0",
93-
"esbuild": "^0.17.18",
93+
"esbuild": "^0.17.19",
9494
"esbuild-node-externals": "^1.7.0",
9595
"jest-remirror": "^2.1.5",
9696
"jsdom": "^21.1.2",
@@ -99,8 +99,8 @@
9999
"react": "^18.2.0",
100100
"react-dom": "^18.2.0",
101101
"typescript": "^5.0.4",
102-
"vite": "^4.3.5",
103-
"vitest": "^0.31.0"
102+
"vite": "^4.3.8",
103+
"vitest": "^0.31.1"
104104
},
105105
"publishConfig": {
106106
"types": "dist/rino-editor.d.ts",

packages/electron-main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"@rino.app/common": "workspace:*",
1111
"@rino.app/electron-types": "workspace:*",
1212
"@types/lodash-es": "^4.17.7",
13-
"electron": "24.2.0",
13+
"electron": "24.3.1",
1414
"electron-context-menu": "^3.6.1",
1515
"electron-log": "^4.4.8",
1616
"electron-store": "^8.1.0",
1717
"electron-updater": "^5.3.0",
18-
"esbuild": "^0.17.18",
18+
"esbuild": "^0.17.19",
1919
"lodash-es": "^4.17.21",
2020
"node-fetch": "^3.3.1",
2121
"typescript": "^5.0.4"

packages/electron-preload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"devDependencies": {
1010
"@rino.app/electron-types": "workspace:*",
11-
"electron": "24.2.0",
11+
"electron": "24.3.1",
1212
"electron-log": "^4.4.8",
13-
"esbuild": "^0.17.18",
13+
"esbuild": "^0.17.19",
1414
"typescript": "^5.0.4"
1515
}
1616
}

packages/electron-renderer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"@rino.app/electron-types": "workspace:*",
1313
"@types/react": "^18.2.6",
1414
"@types/react-dom": "^18.2.4",
15-
"@vitejs/plugin-react-swc": "^3.3.0",
16-
"electron": "24.2.0",
15+
"@vitejs/plugin-react-swc": "^3.3.1",
16+
"electron": "24.3.1",
1717
"electron-log": "^4.4.8",
18-
"immer": "^10.0.1",
18+
"immer": "^10.0.2",
1919
"is-promise": "^4.0.0",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
2222
"typescript": "^5.0.4",
2323
"unstated-next": "^1.1.0",
24-
"vite": "^4.3.5"
24+
"vite": "^4.3.8"
2525
}
2626
}

packages/electron-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"types": "./types/index.d.ts",
66
"devDependencies": {
77
"@rino.app/editor": "workspace:*",
8-
"electron": "24.2.0"
8+
"electron": "24.3.1"
99
}
1010
}

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@rino.app/electron-main": "workspace:*",
2121
"@rino.app/electron-preload": "workspace:*",
2222
"@rino.app/electron-renderer": "workspace:*",
23-
"electron": "24.2.0",
23+
"electron": "24.3.1",
2424
"electron-builder": "^23.6.0",
2525
"wait-on": "^7.0.1"
2626
},

packages/home/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
"@emotion/server": "^11.11.0",
3030
"@emotion/styled": "^11.11.0",
3131
"@mui/icons-material": "^5.11.16",
32-
"@mui/material": "^5.12.3",
33-
"@mui/system": "^5.12.3",
34-
"@next/bundle-analyzer": "^13.4.1",
32+
"@mui/material": "^5.13.2",
33+
"@mui/system": "^5.13.2",
34+
"@next/bundle-analyzer": "^13.4.3",
3535
"@testing-library/react": "^14.0.0",
3636
"@types/react": "^18.2.6",
3737
"@types/react-dom": "^18.2.4",
38-
"@vitest/coverage-c8": "^0.31.0",
39-
"happy-dom": "^9.10.9",
38+
"@vitest/coverage-c8": "^0.31.1",
39+
"happy-dom": "^9.20.1",
4040
"lodash-es": "^4.17.21",
41-
"next": "^13.4.1",
41+
"next": "^13.4.3",
4242
"react": "^18.2.0",
4343
"react-dom": "^18.2.0",
4444
"responsive-loader": "^3.1.2",
4545
"sharp": "^0.32.1",
46-
"vitest": "^0.31.0"
46+
"vitest": "^0.31.1"
4747
},
4848
"browserslist": [
4949
"> 1%",

packages/playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"@rino.app/editor": "workspace:*",
2020
"@types/react": "^18.2.6",
2121
"@types/react-dom": "^18.2.4",
22-
"@vitejs/plugin-react-swc": "^3.3.0",
23-
"@vitest/coverage-c8": "^0.31.0",
22+
"@vitejs/plugin-react-swc": "^3.3.1",
23+
"@vitest/coverage-c8": "^0.31.1",
2424
"c8": "^7.13.0",
2525
"jest-image-snapshot": "^6.1.0",
2626
"jest-remirror": "^2.1.5",
2727
"jsdom": "^21.1.2",
2828
"lodash-es": "^4.17.21",
2929
"npm-run-all": "^4.1.5",
30-
"playwright-chromium": "^1.33.0",
30+
"playwright-chromium": "^1.34.1",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",
3333
"rollup-plugin-sourcemaps": "^0.6.3",
3434
"typescript": "^5.0.4",
3535
"v8-to-istanbul": "^9.1.0",
36-
"vite": "^4.3.5",
37-
"vitest": "^0.31.0"
36+
"vite": "^4.3.8",
37+
"vitest": "^0.31.1"
3838
},
3939
"browserslist": [
4040
"> 1%",

0 commit comments

Comments
 (0)