Skip to content

Commit f83a225

Browse files
authored
chore: update package.json (#558)
1 parent e66bf71 commit f83a225

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

components/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematichq/schematic-components",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"main": "dist/schematic-components.cjs.js",
55
"module": "dist/schematic-components.esm.js",
66
"types": "dist/schematic-components.d.ts",
@@ -33,43 +33,43 @@
3333
},
3434
"dependencies": {
3535
"@schematichq/schematic-icons": "^0.5.2",
36-
"@stripe/stripe-js": "^7.8.0",
37-
"i18next": "^25.4.0",
36+
"@stripe/stripe-js": "^7.9.0",
37+
"i18next": "^25.4.2",
3838
"lodash": "^4.17.21",
3939
"pako": "^2.1.0",
40-
"react-i18next": "^15.7.1",
40+
"react-i18next": "^15.7.3",
4141
"styled-components": "^6.1.19",
4242
"uuid": "^11.1.0"
4343
},
4444
"devDependencies": {
45-
"@eslint/js": "^9.33.0",
46-
"@eslint/json": "^0.13.0",
45+
"@eslint/js": "^9.34.0",
46+
"@eslint/json": "^0.13.2",
4747
"@eslint/markdown": "^7.2.0",
4848
"@microsoft/api-extractor": "^7.52.11",
49-
"@openapitools/openapi-generator-cli": "^2.23.0",
50-
"@stripe/react-stripe-js": "^3.9.1",
49+
"@openapitools/openapi-generator-cli": "^2.23.1",
50+
"@stripe/react-stripe-js": "^3.9.2",
5151
"@types/jest": "^30.0.0",
5252
"@types/lodash": "^4.17.20",
5353
"@types/pako": "^2.0.4",
54-
"@types/react": "^19.1.11",
55-
"@types/react-dom": "^19.1.7",
54+
"@types/react": "^19.1.12",
55+
"@types/react-dom": "^19.1.9",
5656
"esbuild": "^0.25.9",
57-
"eslint": "^9.33.0",
57+
"eslint": "^9.34.0",
5858
"eslint-import-resolver-typescript": "^4.4.4",
5959
"eslint-plugin-import": "^2.32.0",
6060
"eslint-plugin-react": "^7.37.5",
6161
"eslint-plugin-react-hooks": "^5.2.0",
6262
"globals": "^16.3.0",
63-
"jest": "^30.0.4",
64-
"jest-environment-jsdom": "^30.0.4",
63+
"jest": "^30.1.1",
64+
"jest-environment-jsdom": "^30.1.1",
6565
"jest-esbuild": "^0.4.0",
6666
"jest-fetch-mock": "^3.0.3",
6767
"prettier": "^3.6.2",
6868
"react": "^19.1.1",
6969
"react-dom": "^19.1.1",
7070
"ts-jest": "^29.4.1",
7171
"typescript": "^5.9.2",
72-
"typescript-eslint": "^8.40.0"
72+
"typescript-eslint": "^8.41.0"
7373
},
7474
"peerDependencies": {
7575
"@stripe/react-stripe-js": ">=3",

0 commit comments

Comments
 (0)