@cutting/svg 4.54.4 → 4.54.6

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @cutting/svg@4.54.4 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
2
+ > @cutting/svg@4.54.6 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
3
3
  > NODE_ENV=production devtools rollup
4
4
 
5
5
  DEBUG using tsconfig.dist.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @cutting/svg
2
2
 
3
+ ## 4.54.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f0d92534]
8
+ - @cutting/use-get-parent-size@2.1.1
9
+
10
+ ## 4.54.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [406f9e7e]
15
+ - @cutting/use-get-parent-size@2.1.0
16
+
3
17
  ## 4.54.4
4
18
 
5
19
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import type { ComponentType } from 'react';
1
+ import type { FunctionComponent } from 'react';
2
2
  import { createRoot } from 'react-dom/client';
3
3
  import { App } from './App';
4
4
  import { assert } from 'assert-ts';
@@ -10,7 +10,7 @@ assert(!!container, `no container found for #root`);
10
10
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
11
11
  const root = createRoot(container);
12
12
 
13
- const render = (Component: ComponentType) => {
13
+ const render = (Component: FunctionComponent) => {
14
14
  root.render(<Component />);
15
15
  };
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cutting/svg",
3
- "version": "4.54.4",
3
+ "version": "4.54.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dagda1/cuttingedge.git"
@@ -14,24 +14,24 @@
14
14
  "classnames": "^2.3.2",
15
15
  "resize-observer-polyfill": "^1.5.1",
16
16
  "@cutting/react-abortable-fetch": "0.36.2",
17
- "@cutting/use-get-parent-size": "2.0.2",
17
+ "@cutting/use-get-parent-size": "2.1.1",
18
18
  "@cutting/util": "4.58.2"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@testing-library/dom": "^9.3.0",
22
- "@testing-library/react": "^14.0.0",
22
+ "@testing-library/react": "14.0.0",
23
23
  "@testing-library/user-event": "14.4.3",
24
- "@types/react": "18.2.7",
24
+ "@types/react": "18.2.8",
25
25
  "@types/react-dom": "18.2.4",
26
26
  "@vanilla-extract/css": "^1.11.0",
27
27
  "@vanilla-extract/sprinkles": "1.6.0",
28
28
  "@visx/scale": "^3.0.0",
29
29
  "d3-scale": "4.0.2",
30
30
  "assert-ts": "0.3.4",
31
- "eslint": "8.41.0",
31
+ "eslint": "8.42.0",
32
32
  "react": "18.2.0",
33
33
  "react-dom": "18.2.0",
34
- "typescript": "5.0.4",
34
+ "typescript": "5.1.3",
35
35
  "@cutting/component-library": "5.39.2",
36
36
  "@cutting/devtools": "4.63.1",
37
37
  "@cutting/eslint-config": "4.44.1",