Skip to content

Commit

Permalink
update deps (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 authored Nov 27, 2023
1 parent 01a6666 commit aaadd07
Show file tree
Hide file tree
Showing 14 changed files with 568 additions and 643 deletions.
8 changes: 4 additions & 4 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@graphprotocol/graph-cli": "0.61.0",
"@graphprotocol/graph-ts": "^0.31.0",
"@ponder/core": "workspace:*",
"@types/node": "^20.9.0",
"@types/node": "^20.10.0",
"execa": "^8.0.1",
"parse-prometheus-text-format": "^1.1.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"viem": "1.19.1"
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"viem": "1.19.9"
}
}
8 changes: 4 additions & 4 deletions examples/feature-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@ponder/core": "workspace:*",
"abitype": "^0.10.2",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
"@types/node": "^20.10.0",
"eslint": "^8.54.0",
"eslint-config-ponder": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"better-sqlite3"
Expand Down
8 changes: 4 additions & 4 deletions examples/feature-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@ponder/core": "workspace:*",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
"@types/node": "^20.10.0",
"eslint": "^8.54.0",
"eslint-config-ponder": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"better-sqlite3"
Expand Down
8 changes: 4 additions & 4 deletions examples/feature-multichain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@ponder/core": "workspace:*",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
"@types/node": "^20.10.0",
"eslint": "^8.54.0",
"eslint-config-ponder": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"better-sqlite3"
Expand Down
8 changes: 4 additions & 4 deletions examples/feature-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@ponder/core": "workspace:*",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
"@types/node": "^20.10.0",
"eslint": "^8.54.0",
"eslint-config-ponder": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"better-sqlite3"
Expand Down
8 changes: 4 additions & 4 deletions examples/feature-read-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@ponder/core": "workspace:*",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
"@types/node": "^20.10.0",
"eslint": "^8.54.0",
"eslint-config-ponder": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"better-sqlite3"
Expand Down
8 changes: 4 additions & 4 deletions examples/project-friendtech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@ponder/core": "workspace:*",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
"@types/node": "^20.10.0",
"eslint": "^8.54.0",
"eslint-config-ponder": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"better-sqlite3"
Expand Down
8 changes: 4 additions & 4 deletions examples/project-uniswap-v3-flash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@ponder/core": "workspace:*",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@types/node": "^20.9.0",
"eslint": "^8.53.0",
"@types/node": "^20.10.0",
"eslint": "^8.54.0",
"eslint-config-ponder": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"better-sqlite3"
Expand Down
8 changes: 4 additions & 4 deletions examples/reference-erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@ponder/core": "workspace:*",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/node": "^20.10.0",
"@wagmi/core": "^1.4.7",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-ponder": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"better-sqlite3"
Expand Down
10 changes: 5 additions & 5 deletions examples/reference-erc721/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@ponder/core": "workspace:*",
"viem": "^1.19.3"
"viem": "^1.19.9"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@wagmi/core": "^1.4.6",
"eslint": "^8.53.0",
"@types/node": "^20.10.0",
"@wagmi/core": "^1.4.7",
"eslint": "^8.54.0",
"eslint-config-ponder": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"better-sqlite3"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"lint-staged": {
"*.ts": [
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"viem": ">=1"
},
"dependencies": {
"@babel/code-frame": "^7.22.13",
"@babel/code-frame": "^7.23.4",
"@jridgewell/trace-mapping": "^0.3.20",
"abitype": "^0.10.2",
"async-mutex": "^0.4.0",
Expand All @@ -60,7 +60,7 @@
"p-queue": "^7.4.1",
"pg": "^8.11.3",
"picocolors": "^1.0.0",
"pino": "^8.16.1",
"pino": "^8.16.2",
"prom-client": "^15.0.0",
"react": "^18.2.0",
"retry": "^0.13.1",
Expand All @@ -70,19 +70,19 @@
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"@types/better-sqlite3": "^7.6.7",
"@types/cors": "^2.8.16",
"@types/better-sqlite3": "^7.6.8",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/glob": "^8.1.0",
"@types/node": "^20.9.0",
"@types/node": "^20.10.0",
"@types/pg": "^8.10.9",
"@types/react": "^18.2.37",
"@types/react": "^18.2.38",
"@types/retry": "^0.12.5",
"@types/supertest": "^2.0.16",
"@viem/anvil": "^0.0.6",
"supertest": "^6.3.3",
"tsup": "^7.3.0",
"typescript": "^5.2.2",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"viem": "^1.0.0",
"vitest": "^0.34.6"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/create-ponder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.9.0",
"@types/prompts": "^2.4.8",
"@types/node": "^20.10.0",
"@types/prompts": "^2.4.9",
"@types/validate-npm-package-name": "^4.0.2",
"abitype": "^0.10.2",
"dotenv": "^16.3.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"engines": {
Expand Down
Loading

1 comment on commit aaadd07

@vercel
Copy link

@vercel vercel bot commented on aaadd07 Nov 27, 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.