Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2021
1 parent 284e982 commit f3d3975
Show file tree
Hide file tree
Showing 4 changed files with 750 additions and 444 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@types/jest": "^26.0.23",
"@types/jest-image-snapshot": "^4.3.0",
"@types/node": "^14.17.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.3.6",
Expand All @@ -26,13 +26,13 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^6.0.0",
"jest": "^27.0.5",
"jest": "^27.0.6",
"jest-image-snapshot": "^4.5.1",
"jest-playwright-preset": "^1.6.1",
"jest-transform-stub": "^2.0.0",
"js-yaml": "^4.1.0",
"playwright": "^1.12.2",
"prettier": "^2.3.1",
"playwright": "^1.12.3",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"typescript": "^4.3.4",
"ultra-runner": "^3.10.5"
Expand Down
9 changes: 3 additions & 6 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"@types/markdown-it": "^12.0.2",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@vitejs/plugin-react-refresh": "^1.3.3",
"commonmark-spec": "^0.29.0",
"jest": "^27.0.5",
"@vitejs/plugin-react-refresh": "^1.3.4",
"commonmark-spec": "^0.30.0",
"jest": "^27.0.6",
"jest-extended": "^0.11.5",
"jest-remirror": "0.0.0-pr706.35",
"lodash": "^4.17.21",
Expand All @@ -83,9 +83,6 @@
"not dead",
"not op_mini all"
],
"engines": {
"node": ">= 14"
},
"publishConfig": {
"access": "public"
}
Expand Down
7 changes: 2 additions & 5 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@rino.app/editor": "workspace:0.0.0",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@vitejs/plugin-react-refresh": "^1.3.3",
"@vitejs/plugin-react-refresh": "^1.3.4",
"cross-env": "^7.0.3",
"electron": "13.1.2",
"electron": "13.1.4",
"electron-builder": "^22.11.7",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
Expand All @@ -42,9 +42,6 @@
"electron-log": "^4.3.5",
"electron-updater": "^4.3.9"
},
"engines": {
"node": ">= 14"
},
"files": [
"this_file_dose_not_exist"
],
Expand Down
Loading

0 comments on commit f3d3975

Please sign in to comment.