Skip to content

Commit

Permalink
Merge pull request #102 from gadingnst/v2.2.0
Browse files Browse the repository at this point in the history
V2.2.0
  • Loading branch information
gadingnst committed Jul 28, 2023
2 parents 67a9fce + 300effe commit 9cc9a37
Show file tree
Hide file tree
Showing 8 changed files with 1,107 additions and 1,069 deletions.
19 changes: 0 additions & 19 deletions .github/dependabot.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,6 @@ jobs:
run: |
npm install
lint:
name: Lint
if: github.event_name == 'pull_request'
needs: install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Load node_modules
uses: actions/cache@v1
with:
path: node_modules
key: node_modules-${{ github.event.pull_request.head.sha }}
- name: Start Linting
run: |
npm run lint
test:
name: Unit Test
if: github.event_name == 'pull_request'
Expand Down
5 changes: 2 additions & 3 deletions apps/swr-global-state-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"swr-global-state": "*",
"next": "13.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"swr-global-state": "*"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"eslint": "8.32.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "^4.5.3"
Expand Down

1 comment on commit 9cc9a37

@vercel
Copy link

@vercel vercel bot commented on 9cc9a37 Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.