Skip to content

Commit

Permalink
Merge pull request #20 from zolplay-cn/cali
Browse files Browse the repository at this point in the history
update react and next versions
  • Loading branch information
CaliCastle committed Oct 26, 2022
2 parents 813f98a + 16ff9e4 commit 57ee935
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 24 deletions.
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zolplay/config

## 0.2.0

### Minor Changes

- Bump react and next versions

## 0.1.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zolplay/config",
"version": "0.1.2",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"files": [
Expand All @@ -13,7 +13,7 @@
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-next": "^12.2.4",
"eslint-config-next": "^13",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-simple-import-sort": "^8.0.0",
Expand All @@ -22,8 +22,8 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"next": "^12.0.0",
"react": "^17.0.2||^18.0.0",
"react-dom": "^17.0.2||^18.0.0"
"next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
11 changes: 11 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zolplay/query

## 0.3.0

### Minor Changes

- Bump react and next versions

### Patch Changes

- Updated dependencies
- @zolplay/config@0.2.0

## 0.2.0

### Minor Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zolplay/query",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
Expand All @@ -14,9 +14,11 @@
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@zolplay/config": "workspace:*",
"@tanstack/react-query": "^4.12.0",
"@tanstack/react-query-devtools": "^4.12.0"
"@tanstack/react-query-devtools": "^4.12.0",
"@zolplay/config": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@zolplay/tsconfig": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zolplay/react

## 0.4.1

### Patch Changes

- Updated dependencies
- @zolplay/config@0.2.0
- @zolplay/utils@1.3.4

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zolplay/react",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
Expand Down
40 changes: 25 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57ee935

Please sign in to comment.