Skip to content

Commit

Permalink
Update frontend and website lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jun 4, 2024
1 parent 007b4a8 commit dd62722
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 385 deletions.
Binary file modified frontend/.yarn/install-state.gz
Binary file not shown.
11 changes: 9 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "unleash-frontend-local",
"version": "0.0.0",
"private": true,
"files": ["index.js", "build"],
"files": [
"index.js",
"build"
],
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -146,7 +149,11 @@
}
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down
Loading

0 comments on commit dd62722

Please sign in to comment.