Skip to content

Commit

Permalink
chore: bump pnpm to 9.0.2 (#1515)
Browse files Browse the repository at this point in the history
* chore: bump pnpm to 9.0.2

Signed-off-by: Rui Chen <rui@chenrui.dev>

* fix(web): new lockfile version for pnpm 9

* fix(web): fix lockfile

---------

Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
  • Loading branch information
chenrui333 and martylukyy committed Apr 17, 2024
1 parent 3c3b47f commit 7b9993b
Show file tree
Hide file tree
Showing 2 changed files with 4,474 additions and 3,449 deletions.
36 changes: 18 additions & 18 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"private": true,
"homepage": ".",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@9.0.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down Expand Up @@ -33,21 +33,21 @@
}
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@hookform/error-message": "^2.0.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.8.4",
"@tanstack/react-router": "^1.26.3",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query-devtools": "^5.29.2",
"@tanstack/react-router": "^1.28.5",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react-portal": "^4.0.7",
"@types/react-table": "^7.7.20",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"buffer": "^6.0.3",
Expand All @@ -59,7 +59,7 @@
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.2",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-multi-select-component": "^4.3.4",
"react-popper-tooltip": "^4.4.2",
Expand All @@ -76,9 +76,9 @@
"zod-formik-adapter": "^1.3.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@rollup/wasm-node": "^4.13.2",
"@tanstack/router-devtools": "^1.26.3",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@rollup/wasm-node": "^4.14.3",
"@tanstack/router-devtools": "^1.28.5",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
Expand All @@ -93,10 +93,10 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-watch": "^8.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vite-plugin-pwa": "^0.19.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-svgr": "^4.2.0"
}
}

0 comments on commit 7b9993b

Please sign in to comment.