fastapi-rtk 0.0.57 → 0.0.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fastapi-rtk",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "private": false,
5
5
  "description": "A react component library for Flask Appbuilder",
6
6
  "license": "MIT",
@@ -18,56 +18,53 @@
18
18
  "./dist/style.css": "./dist/style.css"
19
19
  },
20
20
  "devDependencies": {
21
- "@babel/core": "^7.22.5",
22
- "@babel/preset-env": "^7.22.5",
23
- "@babel/preset-react": "^7.22.5",
24
- "@emotion/styled": "^11.11.0",
25
- "@hookform/resolvers": "^3.1.1",
26
- "@mantine/core": "^7.9.0",
27
- "@mantine/dates": "^7.9.0",
28
- "@mantine/form": "^7.9.0",
29
- "@mantine/hooks": "^7.9.0",
30
- "@mdx-js/react": "^2.3.0",
31
- "@rollup/plugin-commonjs": "^25.0.2",
32
- "@rollup/plugin-json": "^6.0.0",
33
- "@rollup/plugin-node-resolve": "^15.1.0",
34
- "@storybook/addon-a11y": "^7.0.24",
35
- "@storybook/addon-actions": "^7.0.24",
36
- "@storybook/addon-backgrounds": "^7.0.24",
37
- "@storybook/addon-controls": "^7.0.24",
38
- "@storybook/addon-docs": "^7.0.24",
39
- "@storybook/addon-links": "^7.0.24",
40
- "@storybook/addon-toolbars": "^7.0.24",
41
- "@storybook/addon-viewport": "^7.0.24",
42
- "@storybook/manager-api": "^7.0.24",
21
+ "@babel/core": "^7.25.2",
22
+ "@babel/preset-env": "^7.25.4",
23
+ "@babel/preset-react": "^7.24.7",
24
+ "@emotion/styled": "^11.13.0",
25
+ "@hookform/resolvers": "^3.9.0",
26
+ "@mantine/core": "^7.12.2",
27
+ "@mantine/dates": "^7.12.2",
28
+ "@mantine/form": "^7.12.2",
29
+ "@mantine/hooks": "^7.12.2",
30
+ "@mdx-js/react": "^3.0.1",
31
+ "@rollup/plugin-commonjs": "^26.0.1",
32
+ "@rollup/plugin-json": "^6.1.0",
33
+ "@rollup/plugin-node-resolve": "^15.2.3",
34
+ "@storybook/addon-a11y": "^8.2.9",
35
+ "@storybook/addon-actions": "^8.2.9",
36
+ "@storybook/addon-backgrounds": "^8.2.9",
37
+ "@storybook/addon-controls": "^8.2.9",
38
+ "@storybook/addon-docs": "^8.2.9",
39
+ "@storybook/addon-links": "^8.2.9",
40
+ "@storybook/addon-toolbars": "^8.2.9",
41
+ "@storybook/addon-viewport": "^8.2.9",
42
+ "@storybook/manager-api": "^8.2.9",
43
43
  "@storybook/mdx2-csf": "^1.1.0",
44
- "@storybook/react": "^7.0.24",
45
- "@storybook/react-webpack5": "^7.0.24",
46
- "@tabler/icons-react": "^2.34.0",
47
- "@vitejs/plugin-react": "^4.0.1",
48
- "babel-loader": "^9.1.2",
49
- "dayjs": "^1.11.8",
44
+ "@storybook/react": "^8.2.9",
45
+ "@storybook/react-webpack5": "^8.2.9",
46
+ "@tabler/icons-react": "^3.14.0",
47
+ "@vitejs/plugin-react": "^4.3.1",
48
+ "babel-loader": "^9.1.3",
49
+ "dayjs": "^1.11.13",
50
50
  "dayjs-plugin-utc": "^0.1.2",
51
- "dompurify": "^3.0.8",
52
- "eslint": "^8.43.0",
53
- "eslint-config-airbnb": "^19.0.4",
54
- "eslint-config-prettier": "^8.8.0",
55
- "eslint-plugin-react": "^7.32.2",
56
- "eslint-plugin-react-hooks": "^4.6.0",
57
- "eslint-plugin-react-refresh": "^0.4.1",
58
- "eslint-plugin-storybook": "^0.6.12",
59
- "html-react-parser": "^4.0.0",
60
- "is-html": "^3.0.0",
51
+ "dompurify": "^3.1.6",
52
+ "eslint": "^9.9.1",
53
+ "eslint-plugin-react": "^7.35.0",
54
+ "eslint-plugin-react-hooks": "^5.1.0-rc.0",
55
+ "eslint-plugin-react-refresh": "^0.4.11",
56
+ "globals": "^15.9.0",
57
+ "html-react-parser": "^5.1.15",
58
+ "is-html": "^3.1.0",
61
59
  "mantine-form-yup-resolver": "^2.0.0",
62
- "postcss": "^8.4.31",
63
- "postcss-preset-mantine": "^1.12.3",
60
+ "postcss": "^8.4.44",
61
+ "postcss-preset-mantine": "^1.17.0",
64
62
  "postcss-simple-vars": "^7.0.1",
65
- "react": ">=18.2.0",
66
- "storybook": "^7.0.24",
67
- "vite": "^4.3.9",
68
- "vite-plugin-linter": "^2.0.2",
63
+ "react": ">=18.3.1",
64
+ "storybook": "^8.2.9",
65
+ "vite": "^5.4.2",
69
66
  "yargs": "^17.7.2",
70
- "yup": "^1.2.0"
67
+ "yup": "^1.4.0"
71
68
  },
72
69
  "peerDependencies": {
73
70
  "@emotion/react": "^11.11.1",
@@ -82,13 +79,11 @@
82
79
  "react-router-dom": "^6.14.0"
83
80
  },
84
81
  "dependencies": {
85
- "@jsonforms/core": "^3.2.1",
86
- "@jsonforms/examples": "^3.2.1",
87
- "@jsonforms/react": "^3.2.1",
88
- "@mui/icons-material": "^5.15.14",
89
- "@mui/material": "^5.15.14",
90
- "@mui/x-date-pickers": "^6.19.8",
91
- "lodash": "^4.17.21"
82
+ "@jsonforms/core": "^3.3.0",
83
+ "@jsonforms/examples": "^3.3.0",
84
+ "@jsonforms/react": "^3.3.0",
85
+ "lodash": "^4.17.21",
86
+ "@mui/icons-material": "*"
92
87
  },
93
88
  "scripts": {
94
89
  "dev": "vite",