Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2024
1 parent 41dbc9f commit 17eed63
Show file tree
Hide file tree
Showing 8 changed files with 731 additions and 697 deletions.
2 changes: 1 addition & 1 deletion examples/with-collapsable-ordered-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prosemirror-model": "^1.19.4",
"prosemirror-schema-basic": "^1.2.2",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.32.7"
"prosemirror-view": "^1.33.3"
},
"devDependencies": {
"typescript": "^5.4.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prosemirror-model": "^1.19.4",
"prosemirror-schema-basic": "^1.2.2",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.32.7"
"prosemirror-view": "^1.33.3"
},
"devDependencies": {
"typescript": "^5.4.4",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"prosemirror-flat-list": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remirror": "^2.0.38",
"remirror": "^2.0.39",
"remirror-extension-flat-list": "*"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react-swc": "^3.6.0",
"typescript": "^5.4.4",
"vite": "^5.1.6"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].6",
"scripts": {
"build": "nr -r --stream --sequential build",
"dev": "nr -r --parallel dev",
Expand All @@ -19,10 +19,10 @@
"devDependencies": {
"@antfu/ni": "^0.21.12",
"@changesets/cli": "^2.27.1",
"@ocavue/eslint-config": "^1.4.1",
"eslint": "^8.56.0",
"@ocavue/eslint-config": "^1.4.3",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typedoc": "^0.25.12",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,35 +48,35 @@
"prosemirror-model": "^1.19.4",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.8.0",
"prosemirror-view": "^1.32.7"
"prosemirror-view": "^1.33.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.4",
"@microsoft/api-extractor": "^7.43.0",
"@remirror/core": "^2.0.19",
"@remirror/extension-blockquote": "^2.0.14",
"@remirror/extension-heading": "^2.0.14",
"@remirror/extension-horizontal-rule": "^2.0.13",
"@remirror/pm": "^2.0.8",
"@remirror/preset-core": "^2.0.16",
"@types/dedent": "^0.7.2",
"@types/node": "^20.11.14",
"@types/node": "^20.12.5",
"@vitest/coverage-v8": "^1.4.0",
"dedent": "^1.5.1",
"execa": "^8.0.1",
"jest-prosemirror": "^2.1.5",
"jest-remirror": "^2.1.5",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remirror": "^2.0.38",
"tsup": "^8.0.1",
"remirror": "^2.0.39",
"tsup": "^8.0.2",
"typescript": "^5.4.4",
"unified": "^11.0.4",
"vite": "^5.1.6",
Expand Down
16 changes: 8 additions & 8 deletions packages/remirror-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@antfu/ni": "^0.21.12",
"@microsoft/api-extractor": "^7.39.4",
"@microsoft/api-extractor": "^7.43.0",
"@remirror/extension-blockquote": "^2.0.14",
"@remirror/extension-hard-break": "^2.0.13",
"@remirror/extension-heading": "^2.0.14",
Expand All @@ -62,27 +62,27 @@
"@remirror/react": "^2.0.35",
"@remirror/styles": "^2.0.7",
"@types/dedent": "^0.7.2",
"@types/node": "^20.11.14",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitest/coverage-v8": "^1.4.0",
"dedent": "^1.5.1",
"execa": "^8.0.1",
"jest-prosemirror": "^2.1.5",
"jest-remirror": "^2.1.5",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.1",
"prosemirror-model": "^1.19.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remirror": "^2.0.38",
"tsup": "^8.0.1",
"remirror": "^2.0.39",
"tsup": "^8.0.2",
"typescript": "^5.4.4",
"unified": "^11.0.4",
"vite": "^5.1.6",
Expand Down
Loading

0 comments on commit 17eed63

Please sign in to comment.