Skip to content

Commit

Permalink
chore(deps-dev): bump the development group across 1 directory with 2…
Browse files Browse the repository at this point in the history
…9 updates (#1746)
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent 7ed4af8 commit 9429ac0
Show file tree
Hide file tree
Showing 8 changed files with 749 additions and 750 deletions.
12 changes: 6 additions & 6 deletions idea/gear/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"zod": "3.22.4"
},
"devDependencies": {
"@types/lodash.isequal": "4.5.6",
"@types/lodash.isplainobject": "4.0.7",
"@types/lodash.isstring": "4.0.7",
"@types/react-gtm-module": "2.0.3",
"sails-js-types": "0.0.1",
"vite-plugin-checker": "0.6.2"
"@types/lodash.isequal": "4.5.8",
"@types/lodash.isplainobject": "4.0.9",
"@types/lodash.isstring": "4.0.9",
"@types/react-gtm-module": "2.0.4",
"sails-js-types": "0.3.1",
"vite-plugin-checker": "0.8.0"
}
}
4 changes: 2 additions & 2 deletions idea/gear/squid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"typeorm": "0.3.20"
},
"devDependencies": {
"@subsquid/substrate-metadata-explorer": "3.1.2",
"@subsquid/substrate-metadata-explorer": "3.2.0",
"@subsquid/substrate-typegen": "8.1.0",
"@subsquid/typeorm-codegen": "2.0.0",
"@subsquid/typeorm-codegen": "2.0.2",
"@types/redis": "^4.0.11"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-svgr": "^4.1.0"
}
}
10 changes: 5 additions & 5 deletions tools/txwrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"author": "Gear Technologies",
"devDependencies": {
"@polkadot/api": "15.4.1",
"@substrate/txwrapper-dev": "7.4.0",
"@types/jest": "29.5.12",
"@substrate/txwrapper-dev": "7.5.3",
"@types/jest": "29.5.14",
"@types/node-fetch": "2.6.11",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"node-fetch": "2.7.0",
"ts-jest": "29.1.3",
"node-fetch": "3.3.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.7.3"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion utils/gear-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@gear-js/api": "0.41.0",
"@polkadot/api": "15.4.1",
"@polkadot/types": "15.4.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-node-resolve": "16.0.0",
"@tanstack/react-query": "5.56.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions utils/gear-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"sass": "^1.69.1"
},
"devDependencies": {
"@babel/preset-react": "7.18.6",
"@svgr/rollup": "6.5.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@babel/preset-react": "7.26.3",
"@svgr/rollup": "8.1.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"clsx": "1.2.1",
"identity-obj-proxy": "3.0.0",
"jest-environment-jsdom": "29.0.1"
"jest-environment-jsdom": "29.7.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions utils/vara-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"non.geist": "1.0.4"
},
"devDependencies": {
"@storybook/addon-essentials": "8.4.3",
"@storybook/addon-interactions": "8.4.3",
"@storybook/addon-links": "8.4.3",
"@storybook/addon-onboarding": "8.4.3",
"@storybook/blocks": "8.4.3",
"@storybook/react": "8.4.3",
"@storybook/react-vite": "8.4.3",
"@storybook/addon-essentials": "8.5.1",
"@storybook/addon-interactions": "8.5.1",
"@storybook/addon-links": "8.5.1",
"@storybook/addon-onboarding": "8.5.1",
"@storybook/blocks": "8.5.1",
"@storybook/react": "8.5.1",
"@storybook/react-vite": "8.5.1",
"@storybook/testing-library": "0.2.2",
"clsx": "2.1.1",
"storybook": "8.4.3",
"storybook": "8.5.1",
"storybook-dark-mode": "4.0.2"
},
"files": [
Expand Down
Loading

0 comments on commit 9429ac0

Please sign in to comment.