@canonical/maas-react-components 1.18.0 → 1.18.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@canonical/maas-react-components",
3
3
  "description": "React components for use in MAAS UI projects.",
4
- "version": "1.18.0",
4
+ "version": "1.18.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/canonical/maas-react-components.git"
@@ -64,7 +64,7 @@
64
64
  "@testing-library/jest-dom": "^6.1.3",
65
65
  "@testing-library/react": "^14.0.0",
66
66
  "@testing-library/user-event": "^14.5.1",
67
- "@types/react-dom": "18.2.14",
67
+ "@types/react-dom": "18.2.18",
68
68
  "@typescript-eslint/eslint-plugin": "^6.7.3",
69
69
  "@typescript-eslint/parser": "^6.7.3",
70
70
  "@vitejs/plugin-react": "^4.1.0",
@@ -98,8 +98,8 @@
98
98
  "vitest": "^0.34.5"
99
99
  },
100
100
  "resolutions": {
101
- "@types/react": "18.2.21",
102
- "@types/react-dom": "18.2.14"
101
+ "@types/react": "18.2.48",
102
+ "@types/react-dom": "18.2.18"
103
103
  },
104
104
  "peerDependencies": {
105
105
  "@canonical/react-components": "0.47.4",
@@ -110,6 +110,6 @@
110
110
  "react-dom": "18.2.0",
111
111
  "react-dropzone": "14.2.3",
112
112
  "react-router-dom": "^6.0.0",
113
- "vanilla-framework": "^4.3.0"
113
+ "vanilla-framework": "^4.6.0"
114
114
  }
115
115
  }
@@ -1,7 +0,0 @@
1
- import { Meta } from "@storybook/react";
2
- import { FadeInDown } from '../../../lib/components/FadeInDown';
3
- declare const meta: Meta<typeof FadeInDown>;
4
- export default meta;
5
- export declare const Example: {
6
- args: {};
7
- };