Skip to content

Commit 2ac9fa7

Browse files
committed
Revert: DotEnv
1 parent c2007e0 commit 2ac9fa7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"dependencies": {
2828
"@babel/runtime-corejs3": "^7.9.6",
2929
"@nuxtjs/axios": "^5.10.3",
30+
"@nuxtjs/dotenv": "^1.4.1",
3031
"@nuxtjs/pwa": "^3.0.0-0",
3132
"cookieparser": "^0.1.0",
3233
"core-js": "3.6.5",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,14 @@
14051405
consola "^2.11.3"
14061406
defu "^2.0.2"
14071407

1408+
"@nuxtjs/dotenv@^1.4.1":
1409+
version "1.4.1"
1410+
resolved "https://registry.yarnpkg.com/@nuxtjs/dotenv/-/dotenv-1.4.1.tgz#dd5abb98e22cc7ae27139d3aa606151034293128"
1411+
integrity sha512-DpdObsvRwC8d89I9mzz6pBg6e/PEXHazDM57DOI1mmML2ZjHfQ/DvkjlSzUL7T+TnW3b/a4Ks5wQx08DqFBmeQ==
1412+
dependencies:
1413+
consola "^2.10.1"
1414+
dotenv "^8.1.0"
1415+
14081416
"@nuxtjs/eslint-config@^2.0.2":
14091417
version "2.0.2"
14101418
resolved "https://registry.yarnpkg.com/@nuxtjs/eslint-config/-/eslint-config-2.0.2.tgz#ff521ee1c0b875ac340f17ed656db213b6af854e"
@@ -3764,6 +3772,11 @@ dot-prop@^5.2.0:
37643772
dependencies:
37653773
is-obj "^2.0.0"
37663774

3775+
dotenv@^8.1.0:
3776+
version "8.2.0"
3777+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
3778+
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
3779+
37673780
duplexer3@^0.1.4:
37683781
version "0.1.4"
37693782
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"

0 commit comments

Comments
 (0)