Skip to content

Commit

Permalink
front: bump import-meta-env
Browse files Browse the repository at this point in the history
Bump @import-meta-env/prepare and @import-meta-env/unplugin. Remove
the explicit dependency on dotenv since import-meta-env now has an
explicit dependency on this package.

Signed-off-by: Simon Ser <contact@emersion.fr>
  • Loading branch information
emersion committed Dec 17, 2024
1 parent 6d39b6b commit 5090fb4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 57 deletions.
78 changes: 24 additions & 54 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@import-meta-env/prepare": "^0.1.13",
"@import-meta-env/unplugin": "^0.5.1",
"@import-meta-env/prepare": "^0.2.1",
"@import-meta-env/unplugin": "^0.6.1",
"@playwright/test": "^1.41.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
Expand All @@ -124,7 +124,6 @@
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^2.1.8",
"dotenv": "^16.4.7",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit 5090fb4

Please sign in to comment.