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] committed Jun 22, 2024
1 parent 1c3da95 commit f5a7abe
Show file tree
Hide file tree
Showing 104 changed files with 351 additions and 351 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pnpm storybook:build
- name: deploy storybook for pull request
uses: amondnet/vercel-action@v25.1.1
uses: amondnet/vercel-action@v25.2.0
if: github.ref != 'refs/heads/main' && github.event.pull_request.head.repo.full_name == github.repository # don't run this job from a fork repository
with:
working-directory: ./packages/storybook-react/storybook-static
Expand All @@ -51,7 +51,7 @@ jobs:
pr{{PR_NUMBER}}-remirror-ocavue.vercel.app
- name: deploy storybook for production
uses: amondnet/vercel-action@v25.1.1
uses: amondnet/vercel-action@v25.2.0
if: github.ref == 'refs/heads/main'
with:
working-directory: ./packages/storybook-react/storybook-static
Expand Down
120 changes: 60 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,56 +95,56 @@
"since 2017"
],
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/parser": "^7.22.3",
"@babel/core": "^7.24.7",
"@babel/parser": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.3",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.22.2",
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/plugin-transform-typescript": "^7.22.3",
"@babel/preset-env": "^7.22.2",
"@babel/preset-react": "^7.22.3",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.22.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@jest/globals": "^29.5.0",
"@jest/types": "^29.5.0",
"@linaria/babel-preset": "4.4.5",
"@linaria/cli": "4.1.17",
"@linaria/shaker": "4.2.11",
"@linaria/webpack-loader": "4.1.17",
"@lingui/cli": "^4.2.0",
"@lingui/macro": "^4.2.0",
"@lingui/react": "^4.2.0",
"@manypkg/cli": "^0.20.0",
"@microsoft/api-extractor": "^7.35.0",
"@preconstruct/cli": "^2.7.0",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/plugin-transform-template-literals": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/register": "^7.24.6",
"@babel/runtime": "^7.24.7",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@linaria/babel-preset": "4.5.4",
"@linaria/cli": "4.5.4",
"@linaria/shaker": "4.5.3",
"@linaria/webpack-loader": "4.5.4",
"@lingui/cli": "^4.11.1",
"@lingui/macro": "^4.11.1",
"@lingui/react": "^4.11.1",
"@manypkg/cli": "^0.21.4",
"@microsoft/api-extractor": "^7.47.0",
"@preconstruct/cli": "^2.8.4",
"@remirror/cli": "1.0.1",
"@size-limit/preset-small-lib": "^11.0.1",
"@size-limit/time": "^11.0.1",
"@swc/core": "^1.3.60",
"@swc/jest": "^0.2.26",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@size-limit/preset-small-lib": "^11.1.4",
"@size-limit/time": "^11.1.4",
"@swc/core": "^1.6.5",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/eslint": "^8.40.2",
"@types/jest": "^29.5.1",
"@types/jest-axe": "^3.5.5",
"@types/node": "^16.18.34",
"@types/requestidlecallback": "^0.3.5",
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"babel-jest": "^29.5.0",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^16.18.101",
"@types/requestidlecallback": "^0.3.7",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "^29.7.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-inline-svg": "^1.2.0",
Expand All @@ -153,36 +153,36 @@
"babel-plugin-template-html-minifier": "^4.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"case-anything": "^2.1.13",
"core-js": "^3.30.2",
"core-js": "^3.37.1",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"delay": "^5.0.0",
"doc-plugin-remirror": "^0.2.1",
"downlevel-dts": "^0.11.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-formatter-github": "^1.1.4",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-lit": "^1.8.3",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-lit": "^1.14.0",
"eslint-plugin-lit-a11y": "^2.4.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^37.0.1",
"esm": "^3.2.25",
"expect-playwright": "^0.8.0",
"if-env": "^1.0.4",
"jest": "^29.5.0",
"jest": "^29.7.0",
"jest-axe": "^7.0.1",
"jest-circus": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-circus": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^3.2.4",
"jest-github-reporter": "^1.1.1",
"jest-playwright-preset": "^3.0.1",
Expand All @@ -191,20 +191,20 @@
"jest-watch-typeahead": "^2.2.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"playwright": "^1.34.3",
"playwright": "^1.44.1",
"playwright-testing-library": "^4.5.0",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-packagejson": "^2.5.0",
"remirror": "2.0.39",
"rimraf": "^4.4.1",
"size-limit": "^11.0.1",
"size-limit": "^11.1.4",
"snapshot-diff": "^0.10.0",
"testing": "^0.0.4",
"ts-documenter": "^0.1.3",
"tsx": "^4.6.2",
"typescript": "~5.0.4"
"tsx": "^4.15.7",
"typescript": "~5.5.2"
},
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.15.8",
"engines": {
"node": ">=v14.21.3"
},
Expand All @@ -213,7 +213,7 @@
},
"pnpm": {
"overrides": {
"postcss": ">= 8.0.0"
"postcss": ">= 8.4.38"
},
"patchedDependencies": {
"y-prosemirror@1.2.1": "patches/y-prosemirror@1.2.1.patch",
Expand Down
2 changes: 1 addition & 1 deletion packages/a11y-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dist-types"
],
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.24.7",
"@types/throttle-debounce": "^2.1.0",
"throttle-debounce": "^3.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-context-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"dist-types"
],
"dependencies": {
"@babel/runtime": "^7.22.3"
"@babel/runtime": "^7.24.7"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.3.1",
"@types/react": "^18.2.0",
"react": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@
"serializer"
],
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.24.7",
"@remirror/core-constants": "^2.0.2",
"@remirror/core-helpers": "^3.0.0",
"@remirror/core-types": "^2.0.5",
"@remirror/core-utils": "^2.0.13",
"@remirror/pm": "^2.0.8",
"@testing-library/dom": "^9.3.0",
"@testing-library/dom": "^9.3.4",
"@types/stringify-object": "^3.3.1",
"chalk": "^4.1.0",
"jest-matcher-utils": "^29.5.0",
"jest-matcher-utils": "^29.7.0",
"prosemirror-schema-basic": "^1.2.2",
"prosemirror-tables": "^1.3.4",
"prosemirror-tables": "^1.3.7",
"prosemirror-test-builder": "^1.1.1",
"stringify-object": "^3.3.0",
"test-keyboard": "2.0.6"
},
"devDependencies": {
"jest": "^29.5.0"
"jest": "^29.7.0"
},
"peerDependencies": {
"jest": ">= 24.9.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"environment"
],
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.24.7",
"@remirror/core": "^2.0.19",
"@remirror/dom": "^2.0.16",
"@remirror/pm": "^2.0.8",
"@remirror/preset-core": "^2.0.16",
"@testing-library/dom": "^9.3.0",
"@types/sanitize-html": "^2.9.0",
"@testing-library/dom": "^9.3.4",
"@types/sanitize-html": "^2.11.0",
"jest-prosemirror": "^2.1.5",
"sanitize-html": "^2.10.0",
"tiny-warning": "^1.0.3"
},
"devDependencies": {
"@types/node": "^16.18.34",
"jest": "^29.5.0"
"@types/node": "^16.18.101",
"jest": "^29.7.0"
},
"peerDependencies": {
"@types/node": "*",
Expand Down
6 changes: 3 additions & 3 deletions packages/multishift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"dist-types"
],
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.24.7",
"@remirror/core-helpers": "^3.0.0",
"@remirror/core-types": "^2.0.5",
"@seznam/compose-react-refs": "^1.0.6",
"a11y-status": "^2.0.1",
"compute-scroll-into-view": "^1.0.20",
"tiny-warning": "^1.0.3",
"w3c-keyname": "^2.2.7"
"w3c-keyname": "^2.2.8"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.3.1",
"@types/react": "^18.2.0",
"react": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/prosemirror-paste-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"dist-types"
],
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.24.7",
"@remirror/core-constants": "^2.0.2",
"@remirror/core-helpers": "^3.0.0",
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
"prosemirror-model": "^1.19.3",
"prosemirror-model": "^1.21.1",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.31.7"
"prosemirror-view": "^1.33.8"
},
"peerDependencies": {
"prosemirror-model": "^1.19.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/prosemirror-resizable-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"dist-types"
],
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.24.7",
"@remirror/core-helpers": "^3.0.0",
"@remirror/core-utils": "^2.0.13",
"prosemirror-model": "^1.19.3",
"prosemirror-view": "^1.31.7"
"prosemirror-model": "^1.21.1",
"prosemirror-view": "^1.33.8"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/prosemirror-suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"dist-types"
],
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.24.7",
"@remirror/core-constants": "^2.0.2",
"@remirror/core-helpers": "^3.0.0",
"@remirror/types": "^1.0.1",
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
"prosemirror-model": "^1.19.3",
"prosemirror-model": "^1.21.1",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.31.7"
"prosemirror-view": "^1.33.8"
},
"peerDependencies": {
"prosemirror-model": "^1.19.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/prosemirror-trailing-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
"prosemirror-model": "^1.19.3",
"prosemirror-model": "^1.21.1",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.31.7"
"prosemirror-view": "^1.33.8"
},
"peerDependencies": {
"prosemirror-model": "^1.19.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"styles"
],
"dependencies": {
"@babel/runtime": "^7.22.3",
"@babel/runtime": "^7.24.7",
"@remirror/core": "^2.0.19",
"@remirror/core-constants": "^2.0.2",
"@remirror/core-helpers": "^3.0.0",
Expand Down Expand Up @@ -121,15 +121,15 @@
"@remirror/preset-formatting": "^2.0.14",
"@remirror/preset-wysiwyg": "^2.0.19",
"@remirror/theme": "^2.0.9",
"@types/codemirror": "^5.60.7",
"@types/refractor": "^3.0.2",
"codemirror": "^5.65.13",
"@types/codemirror": "^5.60.15",
"@types/refractor": "^3.4.1",
"codemirror": "^5.65.16",
"refractor": "^3.6.0",
"yjs": "^13.6.1"
"yjs": "^13.6.18"
},
"devDependencies": {
"@remirror/pm": "^2.0.8",
"@types/prettier": "^2.7.2",
"@types/prettier": "^2.7.3",
"prettier": "^2.8.8"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f5a7abe

Please sign in to comment.