Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 17, 2022
1 parent 4b83ab5 commit ccf36f5
Show file tree
Hide file tree
Showing 9 changed files with 10,990 additions and 11,763 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -74,7 +74,7 @@ const eslintConfig = {

settings: {
'import/resolver': {
typescript: {},
typescript: { project: 'tsconfig.base.json' },
},
react: {
version: 'detect',
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -5,8 +5,6 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
env:
MATCH_SNAPSHOT: true

steps:
- name: Checkout 🛎️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm run storybook-build

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: storybook-static
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/npm-release.yml
Expand Up @@ -12,7 +12,6 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
env:
NODE_ENV: 'production'
MATCH_SNAPSHOT: true

steps:
- name: Checkout 🛎️
Expand Down
1 change: 0 additions & 1 deletion .husky/pre-push
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

MATCH_SNAPSHOT=true npm run build
npm run test-coverage
21 changes: 0 additions & 21 deletions .size-snapshot.json

This file was deleted.

0 comments on commit ccf36f5

Please sign in to comment.