diff --git a/example/package-lock.json b/example/package-lock.json index 7b34307..56016c6 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -15,10 +15,10 @@ "@mui/icons-material": "^5.13.7", "@mui/material": "^5.13.7", "@shaes-farm/mui-mas": "file:..", - "@types/node": "20.2.5", - "@types/react": "^18.2.15", + "@types/node": "20.4.3", + "@types/react": "18.2.15", "@types/react-dom": "18.2.4", - "eslint": "^8.45.0", + "eslint": "8.45.0", "eslint-config-next": "13.4.4", "next": "13.2.4", "react": "18.2.0", @@ -27,28 +27,29 @@ } }, "..": { - "name": "@shaes/mui-mas", - "version": "0.0.1", + "name": "@shaes-farm/mui-mas", + "version": "0.0.2", "license": "GPL-3.0-or-later", "dependencies": { - "@emotion/react": "11.10.5", - "@emotion/styled": "11.10.5", + "@emotion/react": "11.11.1", + "@emotion/styled": "11.11.0", "@fontsource/material-icons": "5.0.5", "@fontsource/roboto": "5.0.5", - "@mui/icons-material": "5.10.9", + "@mui/icons-material": "5.14.1", "@mui/lab": "5.0.0-alpha.135", - "@mui/material": "5.10.12", + "@mui/material": "5.14.1", "@supabase/auth-helpers-react": "0.4.0", "@supabase/supabase-js": "2.26.0", "clsx": "1.2.1", - "next": "13.2.4", - "react": "18.2.0", - "react-dom": "18.2.0" + "next": "^13.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/preset-env": "7.22.2", "@babel/preset-react": "7.22.3", "@babel/preset-typescript": "7.21.5", + "@faker-js/faker": "^8.0.2", "@storybook/addon-essentials": "7.2.0", "@storybook/addon-interactions": "7.2.0", "@storybook/addon-links": "7.2.0", @@ -60,14 +61,12 @@ "@storybook/testing-library": "0.2.0", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", - "@types/chance": "1.1.3", "@types/jest": "29.5.1", "@types/react": "18.0.25", "@types/react-dom": "18.0.8", "@typescript-eslint/eslint-plugin": "5.61.0", "@typescript-eslint/parser": "5.61.0", "babel-jest": "29.5.0", - "chance": "1.1.11", "eslint": "8.44.0", "eslint-config-standard-with-typescript": "36.0.0", "eslint-plugin-import": "2.27.5", @@ -85,7 +84,13 @@ "typescript": "4.9.5" }, "engines": { - "node": "16 || 18" + "node": "^16 || ^18" + }, + "peerDependencies": { + "@mui/material": "^5.14.1", + "next": "^13.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1017,9 +1022,9 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" }, "node_modules/@types/node": { - "version": "20.2.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz", - "integrity": "sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==" + "version": "20.4.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.3.tgz", + "integrity": "sha512-Yu3+r4Mn/iY6Mf0aihncZQ1qOjOUrCiodbHHY1hds5O+7BbKp9t+Li7zLO13zO8j9L2C6euz8xsYQP0rjGvVXw==" }, "node_modules/@types/parse-json": { "version": "4.0.0", diff --git a/example/package.json b/example/package.json index b380fd5..05a81dd 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "@mui/icons-material": "^5.13.7", "@mui/material": "^5.13.7", "@shaes-farm/mui-mas": "file:..", - "@types/node": "20.2.5", + "@types/node": "20.4.3", "@types/react": "18.2.15", "@types/react-dom": "18.2.4", "eslint": "8.45.0",