|
1 | 1 | { |
2 | 2 | "name": "@linn-it/linn-form-components-library", |
3 | | - "version": "31.2.1", |
| 3 | + "version": "31.2.2", |
4 | 4 | "private": false, |
5 | 5 | "main": "dist/index.cjs.js", |
6 | 6 | "module": "dist/index.esm.js", |
|
34 | 34 | "peerDependencies": { |
35 | 35 | "@emotion/react": "11.14.0", |
36 | 36 | "@emotion/styled": "11.14.1", |
37 | | - "@mui/icons-material": "7.3.1", |
38 | | - "@mui/material": "7.3.1", |
| 37 | + "@mui/icons-material": "7.3.2", |
| 38 | + "@mui/material": "7.3.2", |
39 | 39 | "@mui/styles": "6.4.8", |
40 | | - "@mui/x-data-grid": "8.10.2", |
41 | | - "@mui/x-date-pickers": "8.10.2", |
| 40 | + "@mui/x-data-grid": "8.11.3", |
| 41 | + "@mui/x-date-pickers": "8.11.3", |
42 | 42 | "notistack": "3.0.2", |
43 | 43 | "oidc-client": "1.11.5", |
44 | 44 | "react": "19.1.1", |
45 | 45 | "react-dom": "19.1.1", |
46 | 46 | "react-oidc-context": "3.3.0", |
47 | | - "react-router": "7.8.2", |
48 | | - "react-router-dom": "7.8.2" |
| 47 | + "react-router": "7.9.1", |
| 48 | + "react-router-dom": "7.9.1" |
49 | 49 | }, |
50 | 50 | "browserslist": [ |
51 | 51 | ">0.2%", |
|
54 | 54 | "not op_mini all" |
55 | 55 | ], |
56 | 56 | "devDependencies": { |
57 | | - "@babel/core": "7.28.3", |
| 57 | + "@babel/core": "7.28.4", |
58 | 58 | "@babel/plugin-proposal-class-properties": "7.18.6", |
59 | 59 | "@babel/plugin-proposal-optional-chaining": "7.21.0", |
60 | 60 | "@babel/plugin-transform-runtime": "7.28.3", |
61 | 61 | "@babel/preset-env": "7.28.3", |
62 | 62 | "@babel/preset-react": "7.27.1", |
63 | 63 | "@emotion/react": "11.14.0", |
64 | 64 | "@emotion/styled": "11.14.1", |
65 | | - "@mdx-js/react": "3.1.0", |
66 | | - "@mui/icons-material": "7.3.1", |
67 | | - "@mui/material": "7.3.1", |
| 65 | + "@mdx-js/react": "3.1.1", |
| 66 | + "@mui/icons-material": "7.3.2", |
| 67 | + "@mui/material": "7.3.2", |
68 | 68 | "@mui/styles": "6.4.8", |
69 | | - "@mui/x-data-grid": "8.10.2", |
70 | | - "@mui/x-date-pickers": "8.10.2", |
| 69 | + "@mui/x-data-grid": "8.11.3", |
| 70 | + "@mui/x-date-pickers": "8.11.3", |
71 | 71 | "@rollup/plugin-babel": "6.0.4", |
72 | 72 | "@rollup/plugin-commonjs": "28.0.6", |
73 | 73 | "@rollup/plugin-json": "6.1.0", |
74 | 74 | "@rollup/plugin-node-resolve": "16.0.1", |
75 | 75 | "@rollup/plugin-terser": "0.4.4", |
76 | 76 | "@rollup/plugin-typescript": "12.1.4", |
77 | | - "@storybook/addon-docs": "9.1.3", |
78 | | - "@storybook/addon-webpack5-compiler-swc": "3.0.0", |
79 | | - "@storybook/react-webpack5": "9.1.3", |
| 77 | + "@storybook/addon-docs": "9.1.6", |
| 78 | + "@storybook/addon-webpack5-compiler-swc": "4.0.1", |
| 79 | + "@storybook/react-webpack5": "9.1.6", |
80 | 80 | "@testing-library/jest-dom": "6.8.0", |
81 | 81 | "@testing-library/react": "16.3.0", |
82 | 82 | "@testing-library/user-event": "14.6.1", |
83 | | - "babel-jest": "30.0.5", |
| 83 | + "babel-jest": "30.1.2", |
84 | 84 | "babel-loader": "10.0.0", |
85 | 85 | "babel-preset-react": "6.24.1", |
86 | 86 | "css-loader": "7.1.2", |
87 | 87 | "deep-freeze": "0.0.1", |
88 | | - "eslint": "9.34.0", |
| 88 | + "eslint": "9.35.0", |
89 | 89 | "eslint-config-prettier": "10.1.8", |
90 | 90 | "eslint-plugin-prettier": "5.5.4", |
91 | 91 | "eslint-plugin-react": "7.37.5", |
92 | 92 | "eslint-plugin-react-hooks": "5.2.0", |
93 | | - "eslint-plugin-storybook": "9.1.3", |
| 93 | + "eslint-plugin-storybook": "9.1.6", |
94 | 94 | "eslint-plugin-unused-imports": "4.2.0", |
95 | | - "globals": "16.3.0", |
96 | | - "jest": "30.0.5", |
97 | | - "jest-environment-jsdom": "30.0.5", |
| 95 | + "globals": "16.4.0", |
| 96 | + "jest": "30.1.3", |
| 97 | + "jest-environment-jsdom": "30.1.2", |
98 | 98 | "jscodeshift": "17.3.0", |
99 | 99 | "moment": "2.30.1", |
100 | 100 | "notistack": "3.0.2", |
|
103 | 103 | "prettier": "3.6.2", |
104 | 104 | "react": "19.1.1", |
105 | 105 | "react-dom": "19.1.1", |
106 | | - "react-router-dom": "7.8.2", |
107 | | - "rollup": "4.48.1", |
| 106 | + "react-router-dom": "7.9.1", |
| 107 | + "rollup": "4.50.2", |
108 | 108 | "rollup-plugin-dts": "6.2.3", |
109 | 109 | "rollup-plugin-peer-deps-external": "2.2.4", |
110 | 110 | "rollup-plugin-postcss": "4.0.2", |
111 | | - "storybook": "9.1.3", |
| 111 | + "storybook": "9.1.6", |
112 | 112 | "style-loader": "4.0.0", |
113 | 113 | "terser-webpack-plugin": "5.3.14", |
114 | 114 | "webpack": "5.101.3", |
|
0 commit comments