|
22 | 22 | }, |
23 | 23 | "homepage": "https://canonical.github.io/store-components", |
24 | 24 | "devDependencies": { |
25 | | - "@babel/cli": "7.24.1", |
26 | | - "@babel/eslint-parser": "7.24.1", |
| 25 | + "@babel/cli": "7.25.7", |
| 26 | + "@babel/eslint-parser": "7.25.8", |
27 | 27 | "@babel/plugin-proposal-private-property-in-object": "7.21.11", |
28 | | - "@babel/preset-typescript": "7.24.1", |
29 | | - "@storybook/addon-a11y": "7.6.17", |
30 | | - "@storybook/addon-controls": "7.6.17", |
31 | | - "@storybook/addon-docs": "7.6.17", |
32 | | - "@storybook/addon-mdx-gfm": "7.6.17", |
| 28 | + "@babel/preset-typescript": "7.25.7", |
| 29 | + "@storybook/addon-a11y": "7.6.20", |
| 30 | + "@storybook/addon-controls": "7.6.20", |
| 31 | + "@storybook/addon-docs": "7.6.20", |
| 32 | + "@storybook/addon-mdx-gfm": "7.6.20", |
33 | 33 | "@storybook/addons": "7.6.17", |
34 | | - "@storybook/react": "7.6.17", |
35 | | - "@storybook/react-webpack5": "7.6.17", |
36 | | - "@storybook/theming": "7.6.17", |
| 34 | + "@storybook/react": "7.6.20", |
| 35 | + "@storybook/react-webpack5": "7.6.20", |
| 36 | + "@storybook/theming": "7.6.20", |
37 | 37 | "@testing-library/dom": "9.3.4", |
38 | | - "@testing-library/jest-dom": "6.4.2", |
| 38 | + "@testing-library/jest-dom": "6.5.0", |
39 | 39 | "@testing-library/react": "14.3.1", |
40 | 40 | "@testing-library/react-hooks": "8.0.1", |
41 | 41 | "@testing-library/user-event": "14.5.2", |
42 | 42 | "@typescript-eslint/eslint-plugin": "5.62.0", |
43 | 43 | "@typescript-eslint/parser": "5.62.0", |
44 | 44 | "babel-jest": "27.5.1", |
45 | | - "babel-loader": "9.1.3", |
46 | | - "babel-plugin-module-resolver": "5.0.0", |
| 45 | + "babel-loader": "9.2.1", |
| 46 | + "babel-plugin-module-resolver": "5.0.2", |
47 | 47 | "babel-plugin-typescript-to-proptypes": "2.1.0", |
48 | 48 | "concurrently": "8.2.2", |
49 | 49 | "css-loader": "6.11.0", |
50 | 50 | "deepmerge": "4.3.1", |
51 | | - "eslint": "8.57.0", |
| 51 | + "eslint": "8.57.1", |
52 | 52 | "eslint-config-prettier": "9.1.0", |
53 | 53 | "eslint-config-react-app": "7.0.1", |
54 | 54 | "eslint-plugin-flowtype": "8.0.3", |
55 | | - "eslint-plugin-import": "2.29.1", |
56 | | - "eslint-plugin-jsx-a11y": "6.8.0", |
| 55 | + "eslint-plugin-import": "2.31.0", |
| 56 | + "eslint-plugin-jsx-a11y": "6.10.0", |
57 | 57 | "eslint-plugin-prettier": "5.2.1", |
58 | | - "eslint-plugin-react": "7.34.1", |
59 | | - "eslint-plugin-react-hooks": "4.6.0", |
60 | | - "eslint-plugin-storybook": "0.8.0", |
| 58 | + "eslint-plugin-react": "7.37.1", |
| 59 | + "eslint-plugin-react-hooks": "4.6.2", |
| 60 | + "eslint-plugin-storybook": "0.9.0", |
61 | 61 | "eslint-plugin-testing-library": "6.3.0", |
62 | 62 | "jest": "27.5.1", |
63 | 63 | "npm-package-json-lint": "5.4.2", |
64 | 64 | "prettier": "3.3.3", |
65 | | - "react": "18.2.0", |
| 65 | + "react": "18.3.1", |
66 | 66 | "react-docgen-typescript-loader": "3.7.2", |
67 | | - "react-dom": "18.2.0", |
68 | | - "sass": "1.75.0", |
| 67 | + "react-dom": "18.3.1", |
| 68 | + "sass": "1.79.5", |
69 | 69 | "sass-loader": "13.3.3", |
70 | | - "storybook": "7.6.17", |
| 70 | + "storybook": "7.6.20", |
71 | 71 | "style-loader": "3.3.4", |
72 | 72 | "stylelint": "14.16.1", |
73 | 73 | "stylelint-config-prettier": "9.0.5", |
74 | 74 | "stylelint-config-recommended-scss": "5.0.2", |
75 | 75 | "stylelint-order": "5.0.0", |
76 | 76 | "stylelint-prettier": "2.0.0", |
77 | 77 | "ts-jest": "27.1.5", |
78 | | - "tsc-alias": "1.8.8", |
| 78 | + "tsc-alias": "1.8.10", |
79 | 79 | "typescript": "4.9.5", |
80 | 80 | "vanilla-framework": "4.10.0", |
81 | 81 | "wait-on": "5.3.0", |
82 | | - "webpack": "5.91.0" |
| 82 | + "webpack": "5.95.0" |
83 | 83 | }, |
84 | 84 | "dependencies": { |
85 | 85 | "@canonical/react-components": "1.7.0", |
86 | 86 | "@types/jest": "27.5.2", |
87 | | - "@types/node": "18.19.31", |
88 | | - "@types/react": "17.0.80", |
| 87 | + "@types/node": "18.19.55", |
| 88 | + "@types/react": "17.0.83", |
89 | 89 | "@types/react-dom": "17.0.25", |
90 | 90 | "@types/react-table": "7.7.20", |
91 | 91 | "classnames": "2.5.1", |
92 | | - "formik": "2.4.5", |
| 92 | + "formik": "2.4.6", |
93 | 93 | "nanoid": "3.3.7", |
94 | 94 | "prop-types": "15.8.1", |
95 | 95 | "react-table": "7.8.0", |
96 | 96 | "react-useportal": "1.0.19" |
97 | 97 | }, |
98 | 98 | "resolutions": { |
99 | | - "@types/react": "17.0.80", |
| 99 | + "@types/react": "17.0.83", |
100 | 100 | "@types/react-dom": "17.0.25", |
101 | 101 | "postcss": "^8.3.11", |
102 | 102 | "jackspeak": "2.3.6" |
|
0 commit comments