Skip to content

Commit

Permalink
specify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Sep 25, 2024
1 parent 9c03a61 commit b905fdb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@
},
"homepage": "https://hono.dev",
"dependencies": {
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"@babel/types": "^7.23.6",
"@hono/vite-dev-server": "^0.16.0",
"jsonc-parser": "^3.2.1",
"precinct": "^12.0.2"
"@babel/generator": "7.25.6",
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@hono/vite-dev-server": "0.16.0",
"jsonc-parser": "^3.3.1",
"precinct": "^12.1.2"
},
"peerDependencies": {
"hono": ">=4.*"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
picocolors "^1.0.0"
"@babel/highlight" "^7.24.7"

"@babel/generator@^7.23.6", "@babel/generator@^7.25.6":
"@babel/generator@7.25.6", "@babel/generator@^7.25.6":
version "7.25.6"
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz"
integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==
Expand Down Expand Up @@ -41,7 +41,7 @@
picocolors "^1.0.0"
"@babel/helper-validator-identifier" "^7.24.7"

"@babel/parser@^7.23.6", "@babel/parser@^7.24.4", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.25.6":
"@babel/parser@7.25.6", "@babel/parser@^7.24.4", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.25.6":
version "7.25.6"
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz"
integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==
Expand All @@ -57,7 +57,7 @@
"@babel/parser" "^7.25.0"
"@babel/code-frame" "^7.24.7"

"@babel/traverse@^7.23.6":
"@babel/traverse@7.25.6":
version "7.25.6"
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz"
integrity sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==
Expand All @@ -70,7 +70,7 @@
debug "^4.3.1"
globals "^11.1.0"

"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.23.6", "@babel/types@^7.25.0", "@babel/types@^7.25.6":
"@babel/types@7.25.6", "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.0", "@babel/types@^7.25.6":
version "7.25.6"
resolved "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz"
integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==
Expand Down Expand Up @@ -400,7 +400,7 @@
resolved "https://registry.npmjs.org/@hono/node-server/-/node-server-1.13.1.tgz"
integrity sha512-TSxE6cT5RHnawbjnveexVN7H2Dpn1YaLxQrCOLCUwD+hFbqbFsnJBgdWcYtASqtWVjA+Qgi8uqFug39GsHjo5A==

"@hono/vite-dev-server@^0.16.0":
"@hono/[email protected]":
version "0.16.0"
resolved "https://registry.npmjs.org/@hono/vite-dev-server/-/vite-dev-server-0.16.0.tgz"
integrity sha512-zGPaYY7DyDr33id677fUuaPiV2qQJoPrxv+nrcLc7g8M9PkcvlV8kO2XRkrwZT64rUSBxyWOuGN3vEIFiH9l0w==
Expand Down Expand Up @@ -3071,7 +3071,7 @@ json-stable-stringify-without-jsonify@^1.0.1:
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==

jsonc-parser@^3.2.1:
jsonc-parser@^3.3.1:
version "3.3.1"
resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz"
integrity sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==
Expand Down Expand Up @@ -4422,7 +4422,7 @@ postcss-values-parser@^6.0.2:
is-url-superb "^4.0.0"
quote-unquote "^1.0.0"

precinct@^12.0.2:
precinct@^12.1.2:
version "12.1.2"
resolved "https://registry.npmjs.org/precinct/-/precinct-12.1.2.tgz"
integrity sha512-x2qVN3oSOp3D05ihCd8XdkIPuEQsyte7PSxzLqiRgktu79S5Dr1I75/S+zAup8/0cwjoiJTQztE9h0/sWp9bJQ==
Expand Down

0 comments on commit b905fdb

Please sign in to comment.