Skip to content

Commit

Permalink
Merge pull request #1051 from o1-labs/chore/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies of examples
  • Loading branch information
boray authored Oct 15, 2024
2 parents 0282795 + 68be850 commit 8c574cf
Show file tree
Hide file tree
Showing 21 changed files with 26,300 additions and 65,969 deletions.
12,679 changes: 3,262 additions & 9,417 deletions examples/zkapps/01-hello-world/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions examples/zkapps/01-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
]
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.7.0",
"@babel/preset-env": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"eslint-plugin-o1js": "^0.4.0",
"husky": "^7.0.1",
"jest": "^28.1.3",
"lint-staged": "^11.0.1",
"prettier": "^2.3.2",
"ts-jest": "^28.0.8",
"typescript": "^5.1"
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.6"
},
"peerDependencies": {
"o1js": "1.*"
Expand Down
13,250 changes: 3,422 additions & 9,828 deletions examples/zkapps/02-private-inputs-and-hash-functions/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions examples/zkapps/02-private-inputs-and-hash-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
]
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.7.0",
"@babel/preset-env": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"eslint-plugin-o1js": "^0.4.0",
"husky": "^7.0.1",
"jest": "^27.3.1",
"lint-staged": "^11.0.1",
"prettier": "^2.3.2",
"ts-jest": "^27.0.7",
"typescript": "^4.7.2"
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
},
"peerDependencies": {
"o1js": "1.*"
Expand Down
Loading

0 comments on commit 8c574cf

Please sign in to comment.