diff --git a/docs/package.json b/docs/package.json index 53b1c4d..9391eb5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -5,14 +5,14 @@ "build": "build-storybook" }, "dependencies": { - "@babel/core": "^7.18.13", - "@storybook/addon-actions": "^6.5.10", - "@storybook/addon-essentials": "^6.5.10", - "@storybook/addon-interactions": "^6.5.10", - "@storybook/addon-links": "^6.5.10", - "@storybook/builder-vite": "^0.2.2", - "@storybook/react": "^6.5.10", - "@storybook/testing-library": "^0.0.13", - "babel-loader": "^8.2.5" + "@babel/core": "7.18.13", + "@storybook/addon-actions": "6.5.10", + "@storybook/addon-essentials": "6.5.10", + "@storybook/addon-interactions": "6.5.10", + "@storybook/addon-links": "6.5.10", + "@storybook/builder-vite": "0.2.2", + "@storybook/react": "6.5.10", + "@storybook/testing-library": "0.0.13", + "babel-loader": "8.2.5" } } diff --git a/package-lock.json b/package-lock.json index 4ae30b7..6090064 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,24 +18,24 @@ "schummar-state": "0.2.1-experimental-13" }, "devDependencies": { - "@emotion/styled": "^11.10.4", - "@material-ui/core": "^4.12.4", - "@mui/material": "^5.10.3", - "@schummar/runp": "^1.5.3", - "@types/react": "17", - "@types/react-dom": "^17.0.13", - "@typescript-eslint/eslint-plugin": "^5.36.1", - "@typescript-eslint/parser": "^5.36.1", - "@vitejs/plugin-react": "^2.0.1", - "eslint": "^8.23.0", - "eslint-plugin-storybook": "^0.6.4", - "prettier": "^2.7.1", - "react": "17", - "react-dom": "17", - "rimraf": "^3.0.2", - "semantic-release": "^19.0.5", - "typescript": "^4.8.2", - "vite": "^3.0.9" + "@emotion/styled": "11.10.4", + "@material-ui/core": "4.12.4", + "@mui/material": "5.10.3", + "@schummar/runp": "1.5.3", + "@types/react": "17.0.49", + "@types/react-dom": "17.0.17", + "@typescript-eslint/eslint-plugin": "5.36.1", + "@typescript-eslint/parser": "5.36.1", + "@vitejs/plugin-react": "2.0.1", + "eslint": "8.23.0", + "eslint-plugin-storybook": "0.6.4", + "prettier": "2.7.1", + "react": "17.0.2", + "react-dom": "17.0.2", + "rimraf": "3.0.2", + "semantic-release": "19.0.5", + "typescript": "4.8.2", + "vite": "3.0.9" }, "peerDependencies": { "@material-ui/core": "^4.12.3", @@ -59,15 +59,15 @@ }, "docs": { "dependencies": { - "@babel/core": "^7.18.13", - "@storybook/addon-actions": "^6.5.10", - "@storybook/addon-essentials": "^6.5.10", - "@storybook/addon-interactions": "^6.5.10", - "@storybook/addon-links": "^6.5.10", - "@storybook/builder-vite": "^0.2.2", - "@storybook/react": "^6.5.10", - "@storybook/testing-library": "^0.0.13", - "babel-loader": "^8.2.5" + "@babel/core": "7.18.13", + "@storybook/addon-actions": "6.5.10", + "@storybook/addon-essentials": "6.5.10", + "@storybook/addon-interactions": "6.5.10", + "@storybook/addon-links": "6.5.10", + "@storybook/builder-vite": "0.2.2", + "@storybook/react": "6.5.10", + "@storybook/testing-library": "0.0.13", + "babel-loader": "8.2.5" } }, "node_modules/@ampproject/remapping": { @@ -32973,15 +32973,15 @@ "docs": { "version": "file:docs", "requires": { - "@babel/core": "^7.18.13", - "@storybook/addon-actions": "^6.5.10", - "@storybook/addon-essentials": "^6.5.10", - "@storybook/addon-interactions": "^6.5.10", - "@storybook/addon-links": "^6.5.10", - "@storybook/builder-vite": "^0.2.2", - "@storybook/react": "^6.5.10", - "@storybook/testing-library": "^0.0.13", - "babel-loader": "^8.2.5" + "@babel/core": "7.18.13", + "@storybook/addon-actions": "6.5.10", + "@storybook/addon-essentials": "6.5.10", + "@storybook/addon-interactions": "6.5.10", + "@storybook/addon-links": "6.5.10", + "@storybook/builder-vite": "0.2.2", + "@storybook/react": "6.5.10", + "@storybook/testing-library": "0.0.13", + "babel-loader": "8.2.5" } }, "doctrine": { diff --git a/package.json b/package.json index 6344e85..b994875 100644 --- a/package.json +++ b/package.json @@ -82,24 +82,24 @@ } }, "devDependencies": { - "@emotion/styled": "^11.10.4", - "@material-ui/core": "^4.12.4", - "@mui/material": "^5.10.3", - "@schummar/runp": "^1.5.3", - "@types/react": "17", - "@types/react-dom": "^17.0.13", - "@typescript-eslint/eslint-plugin": "^5.36.1", - "@typescript-eslint/parser": "^5.36.1", - "@vitejs/plugin-react": "^2.0.1", - "eslint": "^8.23.0", - "eslint-plugin-storybook": "^0.6.4", - "prettier": "^2.7.1", - "react": "17", - "react-dom": "17", - "rimraf": "^3.0.2", - "semantic-release": "^19.0.5", - "typescript": "^4.8.2", - "vite": "^3.0.9" + "@emotion/styled": "11.10.4", + "@material-ui/core": "4.12.4", + "@mui/material": "5.10.3", + "@schummar/runp": "1.5.3", + "@types/react": "17.0.49", + "@types/react-dom": "17.0.17", + "@typescript-eslint/eslint-plugin": "5.36.1", + "@typescript-eslint/parser": "5.36.1", + "@vitejs/plugin-react": "2.0.1", + "eslint": "8.23.0", + "eslint-plugin-storybook": "0.6.4", + "prettier": "2.7.1", + "react": "17.0.2", + "react-dom": "17.0.2", + "rimraf": "3.0.2", + "semantic-release": "19.0.5", + "typescript": "4.8.2", + "vite": "3.0.9" }, "files": [ "dist"