From f04f64dc4aa551ca8ce0c9890ee72c648baf278f Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Fri, 20 Oct 2023 00:33:58 +0900 Subject: [PATCH] chore: updates playground --- bun.lockb | Bin 282304 -> 282288 bytes playground/bun/package.json | 2 +- playground/deno/main.ts | 2 +- playground/node/package.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lockb b/bun.lockb index 659ada25573e7d2f0c17cd970a81ac208b202457..ca944ef707b4cfa139758efc85518f2e206f2bcb 100755 GIT binary patch delta 403 zcmX>wS8&5z!3lbbOXc|P#RwG&J$`*BeYGxI(Zu@~_g>a#`}eEcdvS0{wvoa{e@=16 zrp=M!=g(>^z0AN6#=y|P00f*M0t%)A#RY)kH_Z3_`_m-@OeBbvu{mQ17DQE44X1-9__PyAu-DY(lyCVye-|Dw&Zzu2lQQ&PC&z|XbNhTsH zA^lNS@`f|Iwv*ap`I)xI@-thdvoWOrZIPQkw~X0?6T$}CIDG*lv*>o_a^|UwjJvnb ztYBVzSu-cGB(=E2Av3QeCo`>5zqBMXr&u>NB|X*1!pPFp$iz@D)zT<2DaCSnAPvNG7{&neD0 zX>+9b`Lh~ZFEcQNF)%bR00AqAfP$q!aRHz>=VyzECiMc9=76W$1D-OT)pX#?wLL$< z=E{;n5x(ns-hWOe$ef;*rRdI5s#X_x`C3fnf!y}xrq2)VpX!`AGV@AuGSe#cOG`3yigi;{(o@luOb_H? zk)7V;!=h-2%>=!Y^eUK-%l(VIivtp!Ieb~bLITqpeOXk5=XYg9ZvAQ376BFR@MW3) o@hX$>bcb?g_UWp=EWw;Rpi&n=I_$Y6{2&Gx_#vx&>dSH(02Q=@UjP6A diff --git a/playground/bun/package.json b/playground/bun/package.json index e308591..2806fdb 100644 --- a/playground/bun/package.json +++ b/playground/bun/package.json @@ -13,6 +13,6 @@ "typescript": "^5.0.0" }, "dependencies": { - "@intlify/utils": "npm:@intlify/utils-edge@0.5.0-28266797.0fa17f3" + "@intlify/utils": "npm:@intlify/utils-edge@latest" } } diff --git a/playground/deno/main.ts b/playground/deno/main.ts index c987ab0..a3b3c24 100644 --- a/playground/deno/main.ts +++ b/playground/deno/main.ts @@ -1,5 +1,5 @@ // @ts-ignore: this is example -import { getHeaderLanguages } from 'https://esm.sh/@intlify/utils/web' +import { getHeaderLanguages } from 'https://esm.sh/@intlify/utils' const port = 8125 // @ts-ignore: this is example diff --git a/playground/node/package.json b/playground/node/package.json index 07be27c..a45c225 100644 --- a/playground/node/package.json +++ b/playground/node/package.json @@ -5,7 +5,7 @@ "dev": "npx tsx index.ts" }, "dependencies": { - "@intlify/utils": "npm:@intlify/utils-edge@0.5.0-28266797.0fa17f3" + "@intlify/utils": "npm:@intlify/utils-edge@latest" }, "devDependencies": { "@types/node": "^20.6.0",