Skip to content

Commit

Permalink
Merge pull request #15 from tonytino/update-deps
Browse files Browse the repository at this point in the history
Update all deps
  • Loading branch information
tonytino committed Feb 5, 2021
2 parents 1549374 + 3c48980 commit 3adc4b8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 75 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/on-push-pull-main-test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
steps:
# Pulls in your repository so your job can access your code
- uses: actions/checkout@v2
# Perform a clean install
- run: npm ci
# Runs the test script
- run: npm run test:code
2 changes: 2 additions & 0 deletions .github/workflows/on-push-pull-main-test-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
steps:
# Pulls in your repository so your job can access your code
- uses: actions/checkout@v2
# Perform a clean install
- run: npm ci
# Runs the test script
- run: npm run test:eslint
2 changes: 2 additions & 0 deletions .github/workflows/on-push-pull-main-test-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
steps:
# Pulls in your repository so your job can access your code
- uses: actions/checkout@v2
# Perform a clean install
- run: npm ci
# Runs the test script
- run: npm run test:prettier
2 changes: 2 additions & 0 deletions .github/workflows/on-push-pull-main-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
steps:
# Pulls in your repository so your job can access your code
- uses: actions/checkout@v2
# Perform a clean install
- run: npm ci
# Runs the test script
- run: npm run test:types
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-typescript": "^8.1.1",
"@storybook/addon-a11y": "^6.1.16",
"@storybook/addon-actions": "^6.1.16",
"@storybook/addon-essentials": "^6.1.16",
"@storybook/addon-links": "^6.1.16",
"@storybook/react": "^6.1.16",
"@storybook/theming": "^6.1.16",
"@storybook/addon-a11y": "^6.1.17",
"@storybook/addon-actions": "^6.1.17",
"@storybook/addon-essentials": "^6.1.17",
"@storybook/addon-links": "^6.1.17",
"@storybook/react": "^6.1.17",
"@storybook/theming": "^6.1.17",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
Expand Down Expand Up @@ -87,7 +87,7 @@
"prettier": "2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.38.4",
"rollup": "^2.38.5",
"typescript": "^4.1.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 3adc4b8

Please sign in to comment.