Skip to content

Commit

Permalink
Merge pull request #7 from dword-design/renovate/linaria-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency linaria to v2
  • Loading branch information
dword-design committed Dec 10, 2020
2 parents 91cec3e + c00e503 commit b3ccea2
Show file tree
Hide file tree
Showing 3 changed files with 1,713 additions and 1,809 deletions.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM gitpod/workspace-full

RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
},
"dependencies": {
"@dword-design/functions": "^2.7.2",
"core-js": "^2.0.0",
"linaria": "^1.3.3"
"linaria": "^2.0.0"
},
"devDependencies": {
"@dword-design/base": "^6.0.15",
Expand All @@ -34,12 +33,5 @@
},
"publishConfig": {
"access": "public"
},
"baseConfig": {
"depcheckConfig": {
"ignoreMatches": [
"core-js"
]
}
}
}
Loading

0 comments on commit b3ccea2

Please sign in to comment.