Skip to content

Commit

Permalink
chore: updates playground
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 19, 2023
1 parent 5e3acd5 commit f04f64d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion playground/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion playground/deno/main.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion playground/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f04f64d

Please sign in to comment.