Skip to content

Commit

Permalink
Merge pull request #732 from Samfundet/731-upgrade-frontend-dependencies
Browse files Browse the repository at this point in the history
Upgrade @babel/core.
  • Loading branch information
emilte authored Oct 12, 2023
2 parents 8087ead + 03431e9 commit 8c053fe
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 110 deletions.
17 changes: 5 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"build": "vite build",
"ci": "yarn install --frozen-lockfile",
"preview": "vite preview",
"upgrade": "yarn run upgrade",
"outdated": "yarn run outdated",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006 -s public --quiet",
"storybook-dev": "start-storybook -p 6006 -s public",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider build-storybook -s public",
Expand Down Expand Up @@ -101,18 +103,9 @@
"vite": "^3.2.0",
"webpack": "^5.76.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"browserslist": [
"defaults"
],
"main": "src/index.tsx",
"license": "MIT",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.container {
width: 100%;
height: 100%;
margin: $sulten-navbar-height/4 0 $sulten-navbar-height/4 0; //this looked the best
margin: calc($sulten-navbar-height/4) 0 calc($sulten-navbar-height/4) 0; //this looked the best
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
Loading

0 comments on commit 8c053fe

Please sign in to comment.