Skip to content

Commit f04f64d

Browse files
committed
chore: updates playground
1 parent 5e3acd5 commit f04f64d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bun.lockb

-16 Bytes
Binary file not shown.

playground/bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"typescript": "^5.0.0"
1414
},
1515
"dependencies": {
16-
"@intlify/utils": "npm:@intlify/utils-edge@0.5.0-28266797.0fa17f3"
16+
"@intlify/utils": "npm:@intlify/utils-edge@latest"
1717
}
1818
}

playground/deno/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @ts-ignore: this is example
2-
import { getHeaderLanguages } from 'https://esm.sh/@intlify/utils/web'
2+
import { getHeaderLanguages } from 'https://esm.sh/@intlify/utils'
33

44
const port = 8125
55
// @ts-ignore: this is example

playground/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dev": "npx tsx index.ts"
66
},
77
"dependencies": {
8-
"@intlify/utils": "npm:@intlify/utils-edge@0.5.0-28266797.0fa17f3"
8+
"@intlify/utils": "npm:@intlify/utils-edge@latest"
99
},
1010
"devDependencies": {
1111
"@types/node": "^20.6.0",

0 commit comments

Comments
 (0)