Skip to content

Commit

Permalink
bump deps (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour authored Apr 15, 2023
1 parent dcfc652 commit dea996b
Show file tree
Hide file tree
Showing 8 changed files with 1,026 additions and 1,156 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.1.6",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ui": "workspace:*"
},
"devDependencies": {
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"eslint": "8.34.0",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"eslint": "8.38.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"dependencies": {
"@types/lodash.throttle": "4.1.7",
"lodash.throttle": "4.1.1",
"next": "13.1.6",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ui": "workspace:*",
"zundo": "workspace:*",
"zustand": "4.3.3"
"zustand": "4.3.7"
},
"devDependencies": {
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"eslint": "8.34.0",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"eslint": "8.38.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
"prettier": "2.8.4",
"turbo": "1.7.4"
"prettier": "2.8.7",
"turbo": "1.9.1"
},
"engines": {
"npm": ">=7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "8.6.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.32.2",
"typescript": "4.9.5"
"typescript": "5.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"lint": "eslint *.ts*"
},
"devDependencies": {
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"eslint": "8.34.0",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"eslint": "8.38.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"tsconfig": "workspace:*",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}
10 changes: 5 additions & 5 deletions packages/zundo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"devDependencies": {
"@size-limit/preset-small-lib": "8.2.4",
"@types/lodash.throttle": "4.1.7",
"@types/react-dom": "18.0.10",
"@types/react-dom": "18.0.11",
"lodash.throttle": "4.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"size-limit": "8.2.4",
"tsconfig": "workspace:*",
"tsup": "6.6.2",
"typescript": "4.9.5",
"vitest": "0.28.5",
"zustand": "4.3.3"
"tsup": "6.7.0",
"typescript": "5.0.4",
"vitest": "0.30.1",
"zustand": "4.3.7"
},
"peerDependencies": {
"zustand": "^4.3.0"
Expand Down
Loading

0 comments on commit dea996b

Please sign in to comment.