Skip to content

Commit

Permalink
fix: yarn lock (#2923)
Browse files Browse the repository at this point in the history
Co-authored-by: ludamad <adam@aztecprotocol.com>
ludamad and ludamad0 authored Oct 18, 2023
1 parent 0e927e9 commit 7042bc6
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yarn-project/boxes/blank-react/package.json
Original file line number Diff line number Diff line change
@@ -50,9 +50,9 @@
"yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/jest": "^29.5.0",
"@types/mocha": "^10.0.3",
"@types/node": "^20.5.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
4 changes: 2 additions & 2 deletions yarn-project/boxes/blank/package.json
Original file line number Diff line number Diff line change
@@ -42,10 +42,10 @@
"serve": "^14.2.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@types/jest": "^29.5.0",
"@types/mocha": "^10.0.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "^3.5.5",
13 changes: 13 additions & 0 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
@@ -4816,6 +4816,13 @@ __metadata:
languageName: node
linkType: hard

"@types/mocha@npm:^10.0.3":
version: 10.0.3
resolution: "@types/mocha@npm:10.0.3"
checksum: 52481d72c0f2eb6afcf9a43f851f81d78211880f765b5922a1aa322ed6d557bddc60786a3ae7b6c5e388e2f0cddc09d9ead3c9b80e66102eb41b58acae1e4894
languageName: node
linkType: hard

"@types/ms@npm:*":
version: 0.7.31
resolution: "@types/ms@npm:0.7.31"
@@ -7034,6 +7041,8 @@ __metadata:
"@aztec/circuits.js": "workspace:^"
"@aztec/foundation": "workspace:^"
"@aztec/types": "workspace:^"
"@types/jest": ^29.5.0
"@types/mocha": ^10.0.3
"@types/node": ^20.5.9
"@types/react": ^18.2.15
"@types/react-dom": ^18.2.7
@@ -7082,6 +7091,8 @@ __metadata:
"@aztec/aztec.js": "workspace:^"
"@aztec/circuits.js": "workspace:^"
"@aztec/foundation": "workspace:^"
"@types/jest": ^29.5.0
"@types/mocha": ^10.0.3
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^6.0.0
copy-webpack-plugin: ^11.0.0
@@ -17956,6 +17967,8 @@ __metadata:
"@aztec/foundation": "workspace:^"
"@aztec/types": "workspace:^"
"@jest/globals": ^29.6.4
"@types/jest": ^29.5.0
"@types/mocha": ^10.0.3
"@types/node": ^20.5.9
"@types/react": ^18.2.15
"@types/react-dom": ^18.2.7

0 comments on commit 7042bc6

Please sign in to comment.