Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
CHORE(NPM) - bump vite-plugin-env-compatible from 1.1.1 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [vite-plugin-env-compatible](https://github.com/IndexXuan/vite-plugin-env-compatible) from 1.1.1 to 2.0.1.
- [Release notes](https://github.com/IndexXuan/vite-plugin-env-compatible/releases)
- [Commits](https://github.com/IndexXuan/vite-plugin-env-compatible/commits)

---
updated-dependencies:
- dependency-name: vite-plugin-env-compatible
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent de2fac7 commit db03b56
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"typescript": "5.0.3",
"vite": "4.5.2",
"vite-plugin-checker": "0.6.2",
"vite-plugin-env-compatible": "1.1.1",
"vite-plugin-env-compatible": "2.0.1",
"vite-plugin-imp": "2.4.0",
"vite-tsconfig-paths": "4.2.0"
},
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8361,11 +8361,21 @@ dot-case@^3.0.4:
no-case "^3.0.4"
tslib "^2.0.3"

[email protected]:
version "5.1.0"
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==

dotenv-expand@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==

[email protected]:
version "8.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==

dotenv@^16.0.0, dotenv@^16.3.1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e"
Expand Down Expand Up @@ -15721,10 +15731,13 @@ [email protected]:
vscode-languageserver-textdocument "^1.0.1"
vscode-uri "^3.0.2"

[email protected]:
version "1.1.1"
resolved "https://registry.yarnpkg.com/vite-plugin-env-compatible/-/vite-plugin-env-compatible-1.1.1.tgz#2e11b059a5f3e8fc609d6a4bba84ca497081ee20"
integrity sha512-4lqhBWhOzP+SaCPoCVdmpM5cXzjKQV5jgFauxea488oOeElXo/kw6bXkMIooZhrh9q7gclTl8en6N9NmnqUwRQ==
[email protected]:
version "2.0.1"
resolved "https://registry.yarnpkg.com/vite-plugin-env-compatible/-/vite-plugin-env-compatible-2.0.1.tgz#9f9f3bc973d6d49b5ad41c14f9b66a691f96eac3"
integrity sha512-DRrOZTg/W44ojVQQfGSMPEgYQGzp5TeIpt9cpaK35hTOC/b2D7Ffl8/RIgK8vQ0mlnDIUgETcA173bnMEkyzdw==
dependencies:
dotenv "8.2.0"
dotenv-expand "5.1.0"

[email protected]:
version "2.4.0"
Expand Down

0 comments on commit db03b56

Please sign in to comment.