Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Aug 30, 2022
1 parent 389784b commit d276375
Show file tree
Hide file tree
Showing 5 changed files with 349 additions and 425 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint-staged": "^13.0.3",
"prettier": "2.7.1",
"simple-git-hooks": "^2.8.0",
"wrangler": "^2.0.27"
"wrangler": "^2.0.28"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
12 changes: 6 additions & 6 deletions packages/access-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@
"toucan-js": "^2.6.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.14.0",
"@cloudflare/workers-types": "^3.15.0",
"@sentry/cli": "^2.5.2",
"@sentry/webpack-plugin": "^1.16.0",
"@types/assert": "^1.5.6",
"@types/git-rev-sync": "^2.0.0",
"@types/node": "^18.7.13",
"@types/node": "^18.7.14",
"assert": "^2.0.0",
"ava": "^4.3.3",
"buffer": "^6.0.3",
"delay": "^5.0.0",
"dotenv": "^16.0.0",
"esbuild": "^0.15.5",
"esbuild": "^0.15.6",
"execa": "^6.1.0",
"git-rev-sync": "^3.0.1",
"hd-scripts": "^2.0.1",
"hd-scripts": "^2.1.0",
"miniflare": "^2.7.1",
"process": "^0.11.10",
"readable-stream": "^4.1.0",
"sade": "^1.7.4",
"typescript": "4.7.4",
"wrangler": "^2.0.27"
"typescript": "4.8.2",
"wrangler": "^2.0.28"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions packages/access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.13",
"@types/node": "^18.7.14",
"assert": "^2.0.0",
"hd-scripts": "^2.0.1",
"hd-scripts": "^2.1.0",
"mocha": "^10.0.0",
"sade": "^1.7.4",
"typescript": "4.7.4",
"typescript": "4.8.2",
"watch": "^1.0.2"
},
"eslintConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"eslint": "^8.22.0",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"eslint": "^8.23.0",
"eslint-config-next": "12.2.5",
"hd-scripts": "^2.0.1",
"typescript": "4.7.4",
"wrangler": "^2.0.27"
"hd-scripts": "^2.1.0",
"typescript": "4.8.2",
"wrangler": "^2.0.28"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit d276375

Please sign in to comment.