Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yumauri/effector-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6687ea4b3f44c97e2ff460d627d842cb9897cc52
Choose a base ref
..
head repository: yumauri/effector-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a49968d90ebda8d439e41082db3d22a3d6fd5f6
Choose a head ref
Showing with 195 additions and 195 deletions.
  1. +5 −5 package.json
  2. +190 −190 pnpm-lock.yaml
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -45,22 +45,22 @@
"size": "size-limit --highlight-less"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-block-scoping": "^7.23.4",
"@babel/preset-typescript": "^7.23.3",
"@esbuild-kit/esm-loader": "^2.6.5",
"@farfetched/core": "^0.11.4",
"@farfetched/runtypes": "^0.11.4",
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.42.1",
"@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": "^11.0.2",
"@types/node": "^20.11.20",
"@types/node": "^20.11.24",
"@types/sinonjs__fake-timers": "^8.1.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"c8": "^9.1.0",
"effector": "^23.2.0",
"esbuild-register": "^3.5.0",
Loading