@remotion/shapes 3.3.73 → 3.3.75

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.
Files changed (1) hide show
  1. package/package.json +49 -50
package/package.json CHANGED
@@ -1,51 +1,50 @@
1
1
  {
2
- "name": "@remotion/shapes",
3
- "version": "3.3.73",
4
- "description": "Utility functions and components for SVG shapes",
5
- "main": "dist/index.js",
6
- "sideEffects": false,
7
- "scripts": {
8
- "lint": "eslint src --ext ts,tsx",
9
- "watch": "tsc -w",
10
- "build": "tsc -d",
11
- "test": "vitest --run"
12
- },
13
- "author": "Alex Fernandez, Jonny Burger <jonny@remotion.dev>",
14
- "license": "MIT",
15
- "repository": {
16
- "url": "https://github.com/remotion-dev/remotion"
17
- },
18
- "bugs": {
19
- "url": "https://github.com/remotion-dev/remotion/issues"
20
- },
21
- "devDependencies": {
22
- "@jonny/eslint-config": "3.0.266",
23
- "@testing-library/react": "^13.4.0",
24
- "@types/node": "^16.7.5",
25
- "@types/react": "18.0.26",
26
- "@vitejs/plugin-react": "^2.0.0",
27
- "eslint": "8.25.0",
28
- "prettier": "^2.7.1",
29
- "prettier-plugin-organize-imports": "^2.3.4",
30
- "react": "18.0.0",
31
- "react-dom": "18.0.0",
32
- "typescript": "^4.7.0",
33
- "vitest": "0.24.3"
34
- },
35
- "keywords": [
36
- "svg",
37
- "path",
38
- "utilities"
39
- ],
40
- "publishConfig": {
41
- "access": "public"
42
- },
43
- "peerDependencies": {
44
- "react": ">=16.8.0",
45
- "react-dom": ">=16.8.0"
46
- },
47
- "dependencies": {
48
- "@remotion/paths": "3.3.73"
49
- },
50
- "gitHead": "085cd0f3fbcdca8c5d9f5e7ae44641befe7f389d"
51
- }
2
+ "name": "@remotion/shapes",
3
+ "version": "3.3.75",
4
+ "description": "Utility functions and components for SVG shapes",
5
+ "main": "dist/index.js",
6
+ "sideEffects": false,
7
+ "author": "Alex Fernandez, Jonny Burger <jonny@remotion.dev>",
8
+ "license": "MIT",
9
+ "repository": {
10
+ "url": "https://github.com/remotion-dev/remotion"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/remotion-dev/remotion/issues"
14
+ },
15
+ "devDependencies": {
16
+ "@jonny/eslint-config": "3.0.266",
17
+ "@testing-library/react": "^13.4.0",
18
+ "@types/node": "^16.7.5",
19
+ "@types/react": "18.0.26",
20
+ "@vitejs/plugin-react": "^2.0.0",
21
+ "eslint": "8.25.0",
22
+ "prettier": "^2.7.1",
23
+ "prettier-plugin-organize-imports": "^2.3.4",
24
+ "react": "18.0.0",
25
+ "react-dom": "18.0.0",
26
+ "typescript": "^4.7.0",
27
+ "vitest": "0.24.3"
28
+ },
29
+ "keywords": [
30
+ "svg",
31
+ "path",
32
+ "utilities"
33
+ ],
34
+ "publishConfig": {
35
+ "access": "public"
36
+ },
37
+ "peerDependencies": {
38
+ "react": ">=16.8.0",
39
+ "react-dom": ">=16.8.0"
40
+ },
41
+ "dependencies": {
42
+ "@remotion/paths": "3.3.75"
43
+ },
44
+ "scripts": {
45
+ "lint": "eslint src --ext ts,tsx",
46
+ "watch": "tsc -w",
47
+ "build": "tsc -d",
48
+ "test": "vitest --run"
49
+ }
50
+ }