Skip to content

Commit

Permalink
v3.3.46
Browse files Browse the repository at this point in the history
Former-commit-id: bbde3bb
  • Loading branch information
JonnyBurger committed Feb 22, 2023
1 parent a65762a commit e00defb
Show file tree
Hide file tree
Showing 35 changed files with 118 additions and 118 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.3.45",
"version": "3.3.46",
"command": {
"publish": {
"exact": true
Expand Down
8 changes: 4 additions & 4 deletions packages/astro-example/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@remotion/astro-example",
"private": true,
"type": "module",
"version": "0.0.1",
"version": "3.3.46",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -12,12 +12,12 @@
},
"dependencies": {
"@astrojs/react": "^2.0.2",
"@remotion/player": "3.3.45",
"remotion": "3.3.45",
"@remotion/player": "3.3.46",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"astro": "^2.0.14",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react-dom": "^18.1.0",
"remotion": "3.3.46"
}
}
6 changes: 3 additions & 3 deletions packages/babel-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@remotion/babel-loader",
"version": "3.3.45",
"version": "3.3.46",
"description": "babel-loader polyfill for Remotion",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -32,12 +32,12 @@
},
"devDependencies": {
"@jonny/eslint-config": "3.0.266",
"@remotion/bundler": "3.3.45",
"@remotion/bundler": "3.3.46",
"@types/node": "^16.7.5",
"eslint": "8.25.0",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2.3.4",
"remotion": "3.3.45",
"remotion": "3.3.46",
"typescript": "^4.7.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/package.json
@@ -1,6 +1,6 @@
{
"name": "@remotion/bundler",
"version": "3.3.45",
"version": "3.3.46",
"description": "Bundler for Remotion",
"main": "dist/index.js",
"sideEffects": false,
Expand All @@ -26,7 +26,7 @@
"css-loader": "5.2.7",
"esbuild": "0.16.12",
"react-refresh": "0.9.0",
"remotion": "3.3.45",
"remotion": "3.3.46",
"style-loader": "2.0.0",
"webpack": "5.74.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@remotion/cli",
"version": "3.3.45",
"version": "3.3.46",
"description": "CLI for Remotion",
"main": "dist/index.js",
"sideEffects": false,
Expand All @@ -22,16 +22,16 @@
"author": "Jonny Burger <jonny@remotion.dev>",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@remotion/bundler": "3.3.45",
"@remotion/media-utils": "3.3.45",
"@remotion/player": "3.3.45",
"@remotion/renderer": "3.3.45",
"@remotion/bundler": "3.3.46",
"@remotion/media-utils": "3.3.46",
"@remotion/player": "3.3.46",
"@remotion/renderer": "3.3.46",
"better-opn": "2.1.1",
"dotenv": "9.0.2",
"memfs": "3.4.3",
"minimist": "1.2.6",
"prompts": "2.4.1",
"remotion": "3.3.45",
"remotion": "3.3.46",
"semver": "7.3.5",
"source-map": "0.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-darwin-arm64/package.json
@@ -1,5 +1,5 @@
{
"version": "3.3.45",
"version": "3.3.46",
"name": "@remotion/compositor-darwin-arm64",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-darwin-x64/package.json
@@ -1,5 +1,5 @@
{
"version": "3.3.45",
"version": "3.3.46",
"name": "@remotion/compositor-darwin-x64",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-linux-arm64-gnu/package.json
@@ -1,5 +1,5 @@
{
"version": "3.3.45",
"version": "3.3.46",
"name": "@remotion/compositor-linux-arm64-gnu",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-linux-arm64-musl/package.json
@@ -1,5 +1,5 @@
{
"version": "3.3.45",
"version": "3.3.46",
"name": "@remotion/compositor-linux-arm64-musl",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-linux-x64-gnu/package.json
@@ -1,5 +1,5 @@
{
"version": "3.3.45",
"version": "3.3.46",
"name": "@remotion/compositor-linux-x64-gnu",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-linux-x64-musl/package.json
@@ -1,5 +1,5 @@
{
"version": "3.3.45",
"version": "3.3.46",
"name": "@remotion/compositor-linux-x64-musl",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion packages/compositor-win32-x64-msvc/package.json
@@ -1,5 +1,5 @@
{
"version": "3.3.45",
"version": "3.3.46",
"name": "@remotion/compositor-win32-x64-msvc",
"os": [
"win32"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "remotion",
"version": "3.3.45",
"version": "3.3.46",
"description": "Render videos in React",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-video/package.json
@@ -1,6 +1,6 @@
{
"name": "create-video",
"version": "3.3.45",
"version": "3.3.46",
"description": "",
"main": "dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-poster/package.json
@@ -1,6 +1,6 @@
{
"name": "@remotion/discord-poster",
"version": "3.3.45",
"version": "3.3.46",
"license": "SEE LICENSE IN LICENSE.md",
"type": "module",
"scripts": {
Expand Down
40 changes: 20 additions & 20 deletions packages/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "3.3.45",
"version": "3.3.46",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -26,23 +26,23 @@
"@docusaurus/types": "2.2.0",
"@jonny/eslint-config": "3.0.266",
"@mdx-js/react": "^1.6.21",
"@remotion/babel-loader": "3.3.45",
"@remotion/bundler": "3.3.45",
"@remotion/cli": "3.3.45",
"@remotion/gif": "3.3.45",
"@remotion/google-fonts": "3.3.45",
"@remotion/lambda": "3.3.45",
"@remotion/lottie": "3.3.45",
"@remotion/media-utils": "3.3.45",
"@remotion/motion-blur": "3.3.45",
"@remotion/noise": "3.3.45",
"@remotion/paths": "3.3.45",
"@remotion/player": "3.3.45",
"@remotion/preload": "3.3.45",
"@remotion/renderer": "3.3.45",
"@remotion/shapes": "3.3.45",
"@remotion/skia": "3.3.45",
"@remotion/three": "3.3.45",
"@remotion/babel-loader": "3.3.46",
"@remotion/bundler": "3.3.46",
"@remotion/cli": "3.3.46",
"@remotion/gif": "3.3.46",
"@remotion/google-fonts": "3.3.46",
"@remotion/lambda": "3.3.46",
"@remotion/lottie": "3.3.46",
"@remotion/media-utils": "3.3.46",
"@remotion/motion-blur": "3.3.46",
"@remotion/noise": "3.3.46",
"@remotion/paths": "3.3.46",
"@remotion/player": "3.3.46",
"@remotion/preload": "3.3.46",
"@remotion/renderer": "3.3.46",
"@remotion/shapes": "3.3.46",
"@remotion/skia": "3.3.46",
"@remotion/three": "3.3.46",
"@shopify/react-native-skia": "^0.1.139",
"@splitbee/web": "^0.2.4",
"@swc/core": "^1.3.27",
Expand All @@ -52,7 +52,7 @@
"clsx": "^1.1.1",
"color-namer": "1.4.0",
"copy-text-to-clipboard": "^2",
"create-video": "3.3.45",
"create-video": "3.3.46",
"got": "^11",
"hls.js": "^0.14.17",
"lottie-web": "^5.9.6",
Expand All @@ -62,7 +62,7 @@
"react": "18.0.0",
"react-dom": "18.0.0",
"remark-shiki-twoslash": "^3.1.0",
"remotion": "3.3.45",
"remotion": "3.3.46",
"swc-loader": "^0.2.3",
"three": "0.145.0",
"uuid": "^8.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@remotion/eslint-config",
"version": "3.3.45",
"version": "3.3.46",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"author": "Jonny Burger <jonny@remotion.dev>",
"license": "ISC",
"dependencies": {
"@remotion/eslint-plugin": "3.3.45",
"@remotion/eslint-plugin": "3.3.46",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"eslint-plugin-10x": "1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@remotion/eslint-plugin",
"version": "3.3.45",
"version": "3.3.46",
"description": "A set of rules helping you avoid common pitfalls in Remotion.",
"scripts": {
"build": "tsc -d",
Expand Down
32 changes: 16 additions & 16 deletions packages/example/package.json
@@ -1,7 +1,7 @@
{
"name": "@remotion/example",
"private": true,
"version": "3.3.45",
"version": "3.3.46",
"description": "",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Jonny Burger",
Expand All @@ -27,20 +27,20 @@
"@babel/preset-react": "7.12.13",
"@mdx-js/react": "^1.6.21",
"@react-three/drei": "^9.37.0",
"@remotion/babel-loader": "3.3.45",
"@remotion/bundler": "3.3.45",
"@remotion/cli": "3.3.45",
"@remotion/eslint-config": "3.3.45",
"@remotion/eslint-plugin": "3.3.45",
"@remotion/gif": "3.3.45",
"@remotion/google-fonts": "3.3.45",
"@remotion/lambda": "3.3.45",
"@remotion/lottie": "3.3.45",
"@remotion/media-utils": "3.3.45",
"@remotion/paths": "3.3.45",
"@remotion/renderer": "3.3.45",
"@remotion/shapes": "3.3.45",
"@remotion/three": "3.3.45",
"@remotion/babel-loader": "3.3.46",
"@remotion/bundler": "3.3.46",
"@remotion/cli": "3.3.46",
"@remotion/eslint-config": "3.3.46",
"@remotion/eslint-plugin": "3.3.46",
"@remotion/gif": "3.3.46",
"@remotion/google-fonts": "3.3.46",
"@remotion/lambda": "3.3.46",
"@remotion/lottie": "3.3.46",
"@remotion/media-utils": "3.3.46",
"@remotion/paths": "3.3.46",
"@remotion/renderer": "3.3.46",
"@remotion/shapes": "3.3.46",
"@remotion/three": "3.3.46",
"@types/express": "^4.17.11",
"@types/node": "^16.7.5",
"@types/opentype.js": "^1.3.4",
Expand All @@ -53,7 +53,7 @@
"opentype.js": "^1.3.4",
"polished": "^4.0.5",
"prettier": "^2.7.1",
"remotion": "3.3.45",
"remotion": "3.3.46",
"styled-components": "^5.1.1",
"ts-unused-exports": "^7.0.1",
"typescript": "^4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gif/package.json
@@ -1,6 +1,6 @@
{
"name": "@remotion/gif",
"version": "3.3.45",
"version": "3.3.46",
"description": "Gif component for remotion",
"sideEffects": false,
"repository": {
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"js-binary-schema-parser": "^2.0.3",
"lru_map": "0.4.1",
"remotion": "3.3.45"
"remotion": "3.3.46"
},
"devDependencies": {
"@jonny/eslint-config": "3.0.266",
Expand Down
4 changes: 2 additions & 2 deletions packages/google-fonts/package.json
@@ -1,6 +1,6 @@
{
"name": "@remotion/google-fonts",
"version": "3.3.45",
"version": "3.3.46",
"description": "Load Google Fonts in Remotion",
"scripts": {
"build": "pnpm run generate && tsc -d",
Expand All @@ -10,7 +10,7 @@
},
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"remotion": "3.3.45"
"remotion": "3.3.46"
},
"devDependencies": {
"@types/css-font-loading-module": "^0.0.7",
Expand Down
14 changes: 7 additions & 7 deletions packages/it-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "@remotion/it-tests",
"version": "3.3.45",
"version": "3.3.46",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"test": "vitest src/rendering --run",
Expand All @@ -9,14 +9,14 @@
},
"private": true,
"devDependencies": {
"@remotion/bundler": "3.3.45",
"@remotion/cli": "3.3.45",
"@remotion/lambda": "3.3.45",
"@remotion/renderer": "3.3.45",
"@remotion/bundler": "3.3.46",
"@remotion/cli": "3.3.46",
"@remotion/lambda": "3.3.46",
"@remotion/renderer": "3.3.46",
"@types/sharp": "^0.28.5",
"create-video": "3.3.45",
"create-video": "3.3.46",
"execa": "5.1.1",
"remotion": "3.3.45",
"remotion": "3.3.46",
"sharp": "0.30.6",
"typescript": "^4.7.0",
"vite": "^4.0.4",
Expand Down

0 comments on commit e00defb

Please sign in to comment.