Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2022
1 parent 85ca242 commit f3e9e6f
Show file tree
Hide file tree
Showing 7 changed files with 418 additions and 421 deletions.
7 changes: 2 additions & 5 deletions codecov.yml
Expand Up @@ -7,11 +7,8 @@ codecov:
# Should Codecov wait for all other statues to pass before sending it's status.
# Type: Boolean
# Default: yes
require_ci_to_pass: no
require_ci_to_pass: false

coverage:
status:
project:
default:
threshold: 5% # allow for X% reduction of coverage without failing
patch: off
patch: false
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -17,9 +17,9 @@
"@lhci/cli": "^0.9.0",
"@rino.app/cli": "workspace:*",
"@svgr/cli": "^6.2.1",
"@types/node": "^16.11.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@types/node": "^16.11.37",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/editor/package.json
Expand Up @@ -15,7 +15,7 @@
"test:vitest:coverage": "vitest run --coverage"
},
"dependencies": {
"@codemirror/autocomplete": "^0.20.2",
"@codemirror/autocomplete": "^0.20.3",
"@codemirror/commands": "^0.20.0",
"@codemirror/lang-markdown": "^0.20.1",
"@codemirror/language": "^0.20.2",
Expand All @@ -24,13 +24,13 @@
"@codemirror/search": "^0.20.1",
"@codemirror/state": "^0.20.0",
"@codemirror/theme-one-dark": "^0.20.0",
"@codemirror/view": "^0.20.6",
"@codemirror/view": "^0.20.7",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@floating-ui/dom": "^0.5.2",
"@floating-ui/react-dom": "^0.7.1",
"@floating-ui/react-dom-interactions": "^0.6.3",
"@mui/material": "^5.8.1",
"@mui/material": "^5.8.2",
"@remirror/core": "^2.0.0-beta.0",
"@remirror/dev": "^2.0.0-beta.0",
"@remirror/extension-blockquote": "^2.0.0-beta.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@types/lodash-es": "^4.17.6",
"@types/markdown-it": "^12.2.3",
"@types/orderedmap": "^1.0.0",
"@types/react": "^18.0.9",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"c8": "^7.11.3",
"commonmark-spec": "^0.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-renderer/package.json
Expand Up @@ -10,7 +10,7 @@
"@rino.app/common": "workspace:0.0.0",
"@rino.app/editor": "workspace:0.0.0",
"@rino.app/electron-types": "workspace:0.0.0",
"@types/react": "^18.0.9",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"electron": "19.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/home/package.json
Expand Up @@ -20,20 +20,20 @@
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@mui/system": "^5.8.1",
"@mui/icons-material": "^5.8.2",
"@mui/material": "^5.8.2",
"@mui/system": "^5.8.2",
"@next/bundle-analyzer": "^12.1.6",
"@testing-library/react": "^13.3.0",
"@types/react": "^18.0.9",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"happy-dom": "^4.1.0",
"lodash-es": "^4.17.21",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"responsive-loader": "^2.3.0",
"sharp": "^0.30.5",
"sharp": "^0.30.6",
"vitest": "^0.13.0"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion packages/home2/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "visite preview"
},
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"react": "^18.1.0",
Expand Down

0 comments on commit f3e9e6f

Please sign in to comment.