diff --git a/package.json b/package.json index 3e7168b62..7e427cba3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,8 @@ }, "dependencies": { "postcss": "^8.4.14", - "qs": "6.9.7" + "qs": "6.9.7", + "path-to-regexp": "^6.2.0" }, "devDependencies": { "@babel/generator": "^7.22.9", diff --git a/packages/amis-core/package.json b/packages/amis-core/package.json index 178d137ac..4b9f6f6e0 100644 --- a/packages/amis-core/package.json +++ b/packages/amis-core/package.json @@ -13,7 +13,7 @@ "@rollup/plugin-node-resolve": "^14.1.0", "@rollup/plugin-replace": "^5.0.1", "@rollup/plugin-typescript": "^8.3.4", - "@testing-library/jest-dom": "^5.16.4", + "@testing-library/jest-dom": "^5.17.0", "@types/file-saver": "^2.0.1", "@types/hoist-non-react-statics": "^3.3.1", "@types/jest": "^28.1.0", diff --git a/packages/amis-ui/package.json b/packages/amis-ui/package.json index d230a9ba1..d441a6b44 100644 --- a/packages/amis-ui/package.json +++ b/packages/amis-ui/package.json @@ -79,7 +79,7 @@ "@rollup/plugin-node-resolve": "^14.1.0", "@rollup/plugin-typescript": "^8.3.4", "@svgr/rollup": "^6.2.1", - "@testing-library/jest-dom": "^5.16.4", + "@testing-library/jest-dom": "^5.17.0", "@types/babel__core": "^7.1.19", "@types/jest": "^28.1.0", "@types/react": "^18.0.24", diff --git a/packages/amis/package.json b/packages/amis/package.json index 4dfc9fe3f..6a753cf65 100644 --- a/packages/amis/package.json +++ b/packages/amis/package.json @@ -83,7 +83,7 @@ "@rollup/plugin-node-resolve": "^14.1.0", "@rollup/plugin-typescript": "^8.3.4", "@svgr/rollup": "^6.2.1", - "@testing-library/jest-dom": "^5.16.4", + "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/dom": "8.20.1", "regexp.prototype.flags": "1.5.0", @@ -107,7 +107,7 @@ "@types/react-dom": "^18.0.8", "@types/react-onclickoutside": "^6.0.2", "@types/react-router-dom": "^5.3.3", - "@types/react-test-renderer": "^17.0.1", + "@types/react-test-renderer": "^18.0.0", "@types/react-transition-group": "4.4.3", "@types/sortablejs": "^1.3.32", "@types/tinymce": "^4.5.24", @@ -128,7 +128,6 @@ "marked": ">=4.0.12", "mkdirp": "^1.0.4", "moment-timezone": "^0.5.34", - "path-to-regexp": "^6.2.0", "postcss": "^8.4.6", "postcss-cli": "^9.1.0", "postcss-custom-properties": "^12.1.5", diff --git a/packages/office-viewer/package.json b/packages/office-viewer/package.json index c8e98eba9..d0f5fd83b 100644 --- a/packages/office-viewer/package.json +++ b/packages/office-viewer/package.json @@ -51,7 +51,7 @@ "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^14.1.0", "@rollup/plugin-typescript": "^8.3.4", - "@testing-library/jest-dom": "^5.16.4", + "@testing-library/jest-dom": "^5.17.0", "@types/jest": "^28.1.0", "@types/prettier": "^2.7.3", "amis-formula": "^2.7.2", @@ -101,4 +101,4 @@ "printBasicPrototype": false } } -} \ No newline at end of file +}