diff --git a/package-lock.json b/package-lock.json index 7c53b2919..e354c5811 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@emotion/cache": "^11.14.0", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", - "@meshery/schemas": "1.2.22", + "@meshery/schemas": "1.3.1", "@mui/icons-material": "^9.0.0", "@mui/material": "^9.0.0", "@mui/system": "^9.0.0", @@ -3288,9 +3288,9 @@ } }, "node_modules/@meshery/schemas": { - "version": "1.2.22", - "resolved": "https://registry.npmjs.org/@meshery/schemas/-/schemas-1.2.22.tgz", - "integrity": "sha512-PHje1ucZ9d/bjBvqsdOomnUpYB9G3c6k/RtPJ7R9CpP0H46OD80B7yLMWtSq0BJxH/NGdakWvgHAbUQOOyvesg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@meshery/schemas/-/schemas-1.3.1.tgz", + "integrity": "sha512-AB1o5VjKG6Sh8qOgYQt5QiDhUBmumyAbYSZWMyTKq9WvI0fSdaEwq5h62yrQ00OLUQ31+6FxbjMSx1c6XQZT7g==", "dev": true, "license": "ISC", "peerDependencies": { diff --git a/package.json b/package.json index aa4518bdc..d2fa46c4b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@emotion/cache": "^11.14.0", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", - "@meshery/schemas": "1.2.22", + "@meshery/schemas": "1.3.1", "@mui/icons-material": "^9.0.0", "@mui/material": "^9.0.0", "@mui/system": "^9.0.0", @@ -55,6 +55,8 @@ "@rjsf/mui": "^6.5.2", "@rjsf/utils": "^6.5.2", "@rjsf/validator-ajv8": "^6.5.2", + "@swc/core": "^1.10.12", + "@swc/jest": "^0.2.37", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/jest": "^30.0.0", @@ -85,8 +87,6 @@ "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1", "rollup": "^4.60.2", - "@swc/core": "^1.10.12", - "@swc/jest": "^0.2.37", "tsup": "^8.5.1", "typescript": "^6.0.3", "xstate": "^5.31.0"