Skip to content

Commit 03e3089

Browse files
authored
chore: bump schematic-components version (#591)
1 parent de73efd commit 03e3089

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematichq/schematic-components",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"main": "dist/schematic-components.cjs.js",
55
"module": "dist/schematic-components.esm.js",
66
"types": "dist/schematic-components.d.ts",
@@ -39,15 +39,15 @@
3939
"pako": "^2.1.0",
4040
"react-i18next": "^15.7.3",
4141
"styled-components": "^6.1.19",
42-
"uuid": "^12.0.0"
42+
"uuid": "^13.0.0"
4343
},
4444
"devDependencies": {
4545
"@eslint/js": "^9.35.0",
4646
"@eslint/json": "^0.13.2",
4747
"@eslint/markdown": "^7.2.0",
48-
"@microsoft/api-extractor": "^7.52.11",
48+
"@microsoft/api-extractor": "^7.52.12",
4949
"@openapitools/openapi-generator-cli": "^2.23.1",
50-
"@stripe/react-stripe-js": "^4.0.0",
50+
"@stripe/react-stripe-js": "^4.0.2",
5151
"@types/jest": "^30.0.0",
5252
"@types/lodash": "^4.17.20",
5353
"@types/pako": "^2.0.4",
@@ -59,7 +59,7 @@
5959
"eslint-plugin-import": "^2.32.0",
6060
"eslint-plugin-react": "^7.37.5",
6161
"eslint-plugin-react-hooks": "^5.2.0",
62-
"globals": "^16.3.0",
62+
"globals": "^16.4.0",
6363
"jest": "^30.1.3",
6464
"jest-environment-jsdom": "^30.1.2",
6565
"jest-esbuild": "^0.4.0",
@@ -69,7 +69,7 @@
6969
"react-dom": "^19.1.1",
7070
"ts-jest": "^29.4.1",
7171
"typescript": "^5.9.2",
72-
"typescript-eslint": "^8.42.0"
72+
"typescript-eslint": "^8.43.0"
7373
},
7474
"peerDependencies": {
7575
"@stripe/react-stripe-js": ">=3",

0 commit comments

Comments
 (0)