Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.2.0 #102

Merged
merged 4 commits into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Loading