Skip to content

Commit

Permalink
chore(deps): update pnpm to v7 (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2022
1 parent f3e9e6f commit 5384d59
Show file tree
Hide file tree
Showing 10 changed files with 358 additions and 617 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -211,7 +211,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} # Install this GitHub App and get the token: https://github.com/apps/lighthouse-ci
run: |
pnpx lhci autorun --config .lighthouserc.home.json
export PATH="$PATH:$PWD/packages/rig/node_modules/.bin"
lhci autorun --config .lighthouserc.home.json
if: steps.step_vercel_home.outcome == 'success'

release:
Expand Down
2 changes: 0 additions & 2 deletions .husky/pre-commit

This file was deleted.

7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -8,15 +8,13 @@
"test": "rino-cli test",
"lint": "eslint --ignore-path .gitignore --ext '.js,.jsx,.ts,.tsx,.mjs'",
"fix": "eslint --ignore-path .gitignore --ext '.js,.jsx,.ts,.tsx,.mjs' --fix .",
"postinstall": "./scripts/post-install.sh && husky install",
"postinstall": "./scripts/post-install.sh",
"test:coverage": "./scripts/test-coverage.sh",
"clean": "rino-cli clean",
"typecheck": "tsc -b tsconfig.json"
},
"devDependencies": {
"@lhci/cli": "^0.9.0",
"@rino.app/cli": "workspace:*",
"@svgr/cli": "^6.2.1",
"@types/node": "^16.11.37",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
Expand All @@ -26,7 +24,6 @@
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"turbo": "^1.2.14",
"typescript": "^4.7.2"
Expand Down Expand Up @@ -55,7 +52,7 @@
"rangeStrategy": "bump",
"dependencyDashboard": true
},
"packageManager": "pnpm@6.32.19",
"packageManager": "pnpm@7.1.7",
"pnpm": {
"overrides": {},
"peerDependencyRules": {
Expand Down
1 change: 1 addition & 0 deletions packages/editor/package.json
Expand Up @@ -68,6 +68,7 @@
"@types/jest": "^27.5.1",
"@types/lodash-es": "^4.17.6",
"@types/markdown-it": "^12.2.3",
"@types/mdast": "^3.0.10",
"@types/orderedmap": "^1.0.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
Expand Down
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */

import mdast from "mdast"
import type mdast from "mdast"
import type { Options as FromMarkdownOptions } from "mdast-util-from-markdown"
import { fromMarkdown } from "mdast-util-from-markdown"
import { gfmStrikethroughFromMarkdown } from "mdast-util-gfm-strikethrough"
Expand Down
1 change: 1 addition & 0 deletions packages/electron-main/package.json
Expand Up @@ -9,6 +9,7 @@
"devDependencies": {
"@rino.app/common": "workspace:0.0.0",
"@rino.app/electron-types": "workspace:0.0.0",
"@types/lodash-es": "^4.17.6",
"electron": "19.0.1",
"electron-context-menu": "^3.1.2",
"electron-log": "^4.4.7",
Expand Down
2 changes: 2 additions & 0 deletions packages/playground/package.json
Expand Up @@ -17,6 +17,8 @@
},
"devDependencies": {
"@rino.app/editor": "workspace:*",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"c8": "^7.11.3",
"jest-remirror": "^2.0.0-beta.0",
Expand Down
1 change: 1 addition & 0 deletions packages/rig/package.json
Expand Up @@ -7,6 +7,7 @@
"output-licenses": "monorepo-license-checker --markdown --exclude-private-packages > dependency-licenses.md"
},
"devDependencies": {
"@lhci/cli": "^0.9.0",
"merge-istanbul": "^1.1.4",
"monorepo-license-checker": "^0.3.0",
"nyc": "^15.1.0"
Expand Down

0 comments on commit 5384d59

Please sign in to comment.