Skip to content

Commit

Permalink
Update node, pnpm and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yumauri committed Sep 8, 2024
1 parent da851ad commit e44581e
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 🐧 Setup node
uses: actions/setup-node@v4
with:
node-version: 20.16.0
node-version: 20.17.0
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 🐧 Setup node
uses: actions/setup-node@v4
with:
node-version: 20.16.0
node-version: 20.17.0
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: 🐧 Setup node
uses: actions/setup-node@v4
with:
node-version: 20.16.0
node-version: 20.17.0
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.16.0
pnpm 9.7.1
nodejs 20.17.0
pnpm 9.9.0
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,41 +47,41 @@
"@babel/core": "^7.25.2",
"@babel/plugin-transform-block-scoping": "^7.25.0",
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.9.0",
"@farfetched/core": "^0.12.5",
"@farfetched/runtypes": "^0.12.5",
"@playwright/test": "^1.46.1",
"@eslint/js": "^9.10.0",
"@farfetched/core": "^0.12.8",
"@farfetched/runtypes": "^0.12.8",
"@playwright/test": "^1.47.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",
"@sinonjs/fake-timers": "^13.0.1",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.15.0",
"@types/node": "^20.16.5",
"@types/sinonjs__fake-timers": "^8.1.5",
"c8": "^10.1.2",
"effector": "^23.2.2",
"esbuild-register": "^3.6.0",
"eslint": "^9.9.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"patronum": "^2.2.0",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"rollup": "^4.20.0",
"rollup": "^4.21.2",
"rollup-plugin-command": "^1.1.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-generate-package-json": "^3.2.0",
"runtypes": "^6.7.0",
"size-limit": "^11.1.4",
"snoop": "^1.0.4",
"ts-node": "^10.9.2",
"tsd": "^0.31.1",
"tsd": "^0.31.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"typescript-eslint": "^8.4.0",
"uvu": "^0.5.6",
"vite": "^5.4.1"
"vite": "^5.4.3"
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"pnpm": {
"overrides": {
"is-core-module": "npm:@nolyfill/is-core-module@^1"
Expand Down
Loading

0 comments on commit e44581e

Please sign in to comment.