Skip to content

Commit

Permalink
Update pnpm and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yumauri committed Nov 4, 2023
1 parent 1b7273f commit 45a4d79
Show file tree
Hide file tree
Showing 7 changed files with 366 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 📦 Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.9.2
version: 8.10.2

- name: 🐧 Setup Node 20.9.0
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 📦 Use PNPM
uses: pnpm/action-setup@v2
with:
version: 8.9.2
version: 8.10.2

- name: 🐧 Use Node 20.9.0
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: 📦 Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.9.2
version: 8.10.2

- name: 🐧 Setup Node 20.9.0
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: 📦 Use PNPM
uses: pnpm/action-setup@v2
with:
version: 8.9.2
version: 8.10.2

- name: 🐧 Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.9.0
pnpm 8.9.2
pnpm 8.10.2
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@
"@babel/plugin-transform-block-scoping": "^7.23.0",
"@babel/preset-typescript": "^7.23.2",
"@esbuild-kit/esm-loader": "^2.6.5",
"@farfetched/core": "^0.10.4",
"@farfetched/runtypes": "^0.10.4",
"@farfetched/core": "^0.10.5",
"@farfetched/runtypes": "^0.10.5",
"@playwright/test": "^1.39.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@sinonjs/fake-timers": "^11.2.2",
"@size-limit/preset-small-lib": "^10.0.1",
"@types/node": "^20.8.9",
"@size-limit/preset-small-lib": "^10.0.2",
"@types/node": "^20.8.10",
"@types/sinonjs__fake-timers": "^8.1.4",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"c8": "^8.0.1",
"effector": "^22.8.7",
"esbuild-register": "^3.5.0",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -75,20 +75,20 @@
"patronum": "^1.20.0",
"prettier": "^3.0.3",
"publint": "^0.2.5",
"rollup": "^4.1.4",
"rollup": "^4.3.0",
"rollup-plugin-command": "^1.1.3",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"runtypes": "^6.7.0",
"size-limit": "^10.0.1",
"size-limit": "^10.0.2",
"snoop": "^1.0.4",
"ts-node": "^10.9.1",
"tsd": "^0.29.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"uvu": "0.5.6",
"vite": "^4.5.0",
"yaspeller": "^8.0.1"
"yaspeller": "^9.1.0"
},
"packageManager": "pnpm@8.9.2"
"packageManager": "pnpm@8.10.2"
}
Loading

0 comments on commit 45a4d79

Please sign in to comment.