Skip to content

Commit 7861550

Browse files
authored
chore: bump version and deps (#793)
1 parent 95a22ad commit 7861550

File tree

4 files changed

+360
-361
lines changed

4 files changed

+360
-361
lines changed

components/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Please do NOT modify this file.
88
*/
99

10-
const PACKAGE_VERSION = '2.12.3'
10+
const PACKAGE_VERSION = '2.12.4'
1111
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()

components/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematichq/schematic-components",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"main": "dist/schematic-components.cjs.js",
55
"module": "dist/schematic-components.esm.js",
66
"types": "dist/schematic-components.d.ts",
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@schematichq/schematic-icons": "^0.5.2",
3737
"@stripe/stripe-js": "^8.5.3",
38-
"i18next": "^25.7.1",
38+
"i18next": "^25.7.2",
3939
"lodash": "^4.17.21",
4040
"pako": "^2.1.0",
4141
"react-i18next": "16.1.6",
@@ -46,7 +46,7 @@
4646
"@eslint/js": "^9.39.1",
4747
"@eslint/json": "^0.14.0",
4848
"@eslint/markdown": "^7.5.1",
49-
"@microsoft/api-extractor": "^7.55.1",
49+
"@microsoft/api-extractor": "^7.55.2",
5050
"@openapitools/openapi-generator-cli": "^2.25.2",
5151
"@stripe/react-stripe-js": "^5.4.1",
5252
"@swc/core": "^1.15.3",
@@ -57,23 +57,23 @@
5757
"@types/pako": "^2.0.4",
5858
"@types/react": "^19.2.7",
5959
"@types/react-dom": "^19.2.3",
60-
"@vitest/browser": "^4.0.14",
61-
"esbuild": "^0.27.0",
60+
"@vitest/browser": "^4.0.15",
61+
"esbuild": "^0.27.1",
6262
"eslint": "^9.39.1",
6363
"eslint-import-resolver-typescript": "^4.4.4",
6464
"eslint-plugin-import": "^2.32.0",
6565
"eslint-plugin-react": "^7.37.5",
6666
"eslint-plugin-react-hooks": "^7.0.1",
6767
"globals": "^16.5.0",
6868
"happy-dom": "^20.0.11",
69-
"jsdom": "^27.2.0",
70-
"msw": "^2.12.3",
71-
"prettier": "^3.7.3",
72-
"react": "^19.2.0",
73-
"react-dom": "^19.2.0",
69+
"jsdom": "^27.3.0",
70+
"msw": "^2.12.4",
71+
"prettier": "^3.7.4",
72+
"react": "^19.2.3",
73+
"react-dom": "^19.2.3",
7474
"typescript": "^5.9.3",
75-
"typescript-eslint": "^8.48.0",
76-
"vitest": "^4.0.14"
75+
"typescript-eslint": "^8.49.0",
76+
"vitest": "^4.0.15"
7777
},
7878
"peerDependencies": {
7979
"@stripe/react-stripe-js": ">=3",

components/src/test/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Please do NOT modify this file.
88
*/
99

10-
const PACKAGE_VERSION = '2.12.3'
10+
const PACKAGE_VERSION = '2.12.4'
1111
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()

0 commit comments

Comments
 (0)