|
1 | 1 | { |
2 | 2 | "name": "@squonk/mui-theme", |
3 | | - "version": "5.0.0", |
| 3 | + "version": "6.0.0-dev.1", |
4 | 4 | "type": "module", |
5 | 5 | "description": "MUI theme used on Squonk products", |
6 | 6 | "sideEffects": false, |
7 | | - "repositoryUrl": "https://github.com/InformaticsMatters/squonk-react-mui-theme.git", |
| 7 | + "repository": "https://github.com/InformaticsMatters/squonk-react-mui-theme", |
8 | 8 | "license": "Apache-2.0", |
9 | 9 | "private": false, |
10 | | - "homepage": "https://github.com/InformaticsMatters/squonk-react-mui-theme/", |
| 10 | + "homepage": "https://github.com/InformaticsMatters/squonk-react-mui-theme", |
11 | 11 | "main": "./dist/index.cjs", |
12 | 12 | "module": "./dist/index.js", |
13 | 13 | "types": "./dist/index.d.cts", |
|
22 | 22 | "import": "./dist/index.js" |
23 | 23 | }, |
24 | 24 | "./package.json": "./package.json" |
25 | | - } |
| 25 | + }, |
| 26 | + "provenance": true |
26 | 27 | }, |
27 | 28 | "scripts": { |
28 | 29 | "prepare": "husky install", |
|
33 | 34 | "format": "eslint --fix --cache --max-warnings=0" |
34 | 35 | }, |
35 | 36 | "peerDependencies": { |
36 | | - "@mui/material": ">5" |
| 37 | + "@mui/material": ">=7.3", |
| 38 | + "@emotion/react": ">=11", |
| 39 | + "@emotion/styled": ">=11" |
37 | 40 | }, |
38 | 41 | "devDependencies": { |
39 | | - "@mui/material": "7.0.1", |
| 42 | + "@mui/material": "7.3.6", |
40 | 43 | "@semantic-release/changelog": "6.0.3", |
41 | 44 | "@semantic-release/exec": "7.1.0", |
42 | 45 | "@semantic-release/git": "10.0.1", |
43 | | - "@semantic-release/github": "11.0.1", |
44 | | - "@semantic-release/npm": "12.0.1", |
45 | 46 | "@squonk/eslint-config": "3.0.0", |
46 | 47 | "eslint": "9.25.1", |
47 | 48 | "husky": "8.0.1", |
48 | 49 | "lint-staged": "15.5.0", |
49 | | - "semantic-release": "24.2.3", |
| 50 | + "semantic-release": "25.0.2", |
50 | 51 | "tsdown": "0.18.3", |
51 | 52 | "tslib": "2.8.1", |
52 | 53 | "typescript": "5.8.2" |
|
0 commit comments