Skip to content

Commit

Permalink
all dependabot js
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Feb 20, 2024
1 parent 34434f7 commit 6524017
Show file tree
Hide file tree
Showing 5 changed files with 1,353 additions and 1,132 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.23.0",
"private": true,
"devDependencies": {
"lefthook": "^1.5.2",
"prettier": "^3.0.3"
"lefthook": "^1.6.1",
"prettier": "^3.2.5"
}
}
14 changes: 7 additions & 7 deletions packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@playwright/test": "^1.39.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.4",
"@sveltejs/kit": "^1.28.0",
"@types/debug": "^4.1.12",
"@types/object-hash": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^6.13.2",
Expand All @@ -37,23 +37,23 @@
"daisyui": "^4.5.0",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-svelte": "^2.35.0",
"ethereum-address": "^0.0.4",
"jsdom": "^24.0.0",
"lokijs": "^1.5.12",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.0",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"svelte-check": "^3.6.4",
"tailwindcss": "^3.3.5",
"ts-morph": "^19.0.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1",
"vite": "^4.5.2",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^0.32.4",
"vitest-fetch-mock": "^0.2.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/guardian-prover-health-check-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/kit": "^2.4.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand All @@ -31,16 +31,16 @@
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-check": "^3.6.4",
"tailwindcss": "^3.4.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3",
"vite": "^5.0.12",
"vitest": "^0.32.4",
"vite-tsconfig-paths": "^4.2.2"
"vite-tsconfig-paths": "^4.3.1"
},
"type": "module",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"chalk": "5.3.0",
"dotenv": "^16.3.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -52,12 +52,12 @@
"ethers": "^5.7.2",
"glob": "^10.3.10",
"merkle-patricia-tree": "^4.2.4",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"rlp": "^3.0.0",
"solhint": "^3.6.2",
"solhint": "^4.1.1",
"solidity-coverage": "github:taikoxyz/solidity-coverage",
"solidity-docgen": "0.6.0-beta.36",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 6524017

Please sign in to comment.