Skip to content

Commit

Permalink
chore: udpate deps
Browse files Browse the repository at this point in the history
add patch for unjs/ofetch#238
  • Loading branch information
pajecawav committed May 20, 2023
1 parent cb68be3 commit 250aa6e
Show file tree
Hide file tree
Showing 12 changed files with 312 additions and 323 deletions.
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^1.0.6",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query": "^4.29.7",
"@vercel/og": "^0.5.4",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"js-cookie": "^3.0.5",
"next": "^13.1.6",
"next": "^13.4.3",
"nprogress": "^0.2.0",
"ohmyfetch": "^0.4.21",
"ofetch": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
Expand All @@ -38,8 +38,8 @@
"@types/react": "^18.2.6",
"autoprefixer": "^10.4.14",
"csstype": "^3.1.2",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.3",
"esno": "^0.16.3",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
Expand All @@ -50,6 +50,11 @@
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"webpack": "^5.82.0"
"webpack": "^5.83.1"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
16 changes: 16 additions & 0 deletions patches/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/package.json b/package.json
index a6c7dadf3e5c42c4b726feb51f1ee42cb5549d94..19bcffbf1833b189962b2e6b172972c9e2e81d0a 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,11 @@
"type": "module",
"exports": {
".": {
+ "edge-light": {
+ "types": "./dist/index.d.ts",
+ "import": "./dist/index.mjs",
+ "require": "./dist/index.cjs"
+ },
"node": {
"types": "./dist/node.d.ts",
"import": "./dist/node.mjs",
Loading

1 comment on commit 250aa6e

@vercel
Copy link

@vercel vercel bot commented on 250aa6e May 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ghloc – ./

ghloc-git-master-pajecawav.vercel.app
ghloc-pajecawav.vercel.app
ghloc.vercel.app

Please sign in to comment.