Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Nov 1, 2021
1 parent 5cdb76f commit f0820cc
Show file tree
Hide file tree
Showing 3 changed files with 18,161 additions and 16,716 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- run: npm i -g npm@latest
- run: npm i
- run: npm run lint
- run: npm run lint --workspace gatsby-image-gallery

commitlint:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion gatsby-image-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
},
"dependencies": {
"react-image-lightbox": "^5.1.4",
"styled-components": "^5.0"
"styled-components": ">= 5.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "6.0.4",
"@types/jest": "^27.0.2",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@types/react-test-renderer": "17.0.1",
Expand All @@ -48,6 +49,7 @@
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"size-limit": "6.0.4",
"ts-jest": "27.0.7",
"tslib": "2.3.1",
"typescript": "4.4.4",
"typescript-plugin-css-modules": "3.4.0"
Expand Down
Loading

0 comments on commit f0820cc

Please sign in to comment.