Skip to content

Commit

Permalink
Bump vite from 4.5.0 to 4.5.1 in /spec/__fixtures__/app
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent cea7444 commit ee7c39d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion spec/__fixtures__/app/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "3.2.0",
"typescript": "4.5.5",
"vite": "^4.4.9"
"vite": "^4.5.1"
}
}
22 changes: 14 additions & 8 deletions spec/__fixtures__/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@
fastify-plugin "^3.0.0"

"@gadget-client-development/test@link:.gadget/client":
version "0.0.0"
uid ""
version "1.4.0"
dependencies:
"@gadgetinc/api-client-core" "0.15.11"

"@gadgetinc/api-client-core@0.15.11", "@gadgetinc/api-client-core@^0.15.11":
version "0.15.11"
Expand Down Expand Up @@ -568,8 +569,13 @@ fsevents@~2.3.2:
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

"gadget-server@link:.gadget/server":
version "0.0.0"
uid ""
version "1.4.0"
dependencies:
"@fastify/request-context" "^3.0.0"
"@gadget-client-development/test" "link:.gadget/client"
"@gadgetinc/api-client-core" "0.15.11"
"@types/node" "^18.11.9"
fastify "^3.29.0"

graphql-ws@^5.13.1:
version "5.14.2"
Expand Down Expand Up @@ -893,10 +899,10 @@ urql@^4.0.4:
"@urql/core" "^4.1.0"
wonka "^6.3.2"

vite@^4.4.9:
version "4.5.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
vite@^4.5.1:
version "4.5.1"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"
Expand Down

0 comments on commit ee7c39d

Please sign in to comment.