Skip to content

Commit

Permalink
update mc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvl01 committed Apr 18, 2023
1 parent 2a9b9a1 commit 305432d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion clip/clip.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ import {
loadPlugin,
CSSEffect,
AudioPlayback,
setCSSCore,
} from "@donkeyclip/motorcortex";
import SVGDDef from "@donkeyclip/motorcortex-svgdraw";
import MapsDef from "@donkeyclip/motorcortex-ol";
import AnimePluginDefinition from "@donkeyclip/motorcortex-anime";
setCSSCore(AnimePluginDefinition.CSSEffect);

import html from "./clip.html";
import css from "!!raw-loader!./clip.css";
Expand Down Expand Up @@ -111,7 +114,6 @@ const fillLogo = new CSSEffect(
}
);


const mapClip = new Maps.Clip(
{
parameters: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@donkeyclip/motorcortex": "^9.5.4",
"@donkeyclip/motorcortex-anime": "^3.1.1",
"@donkeyclip/motorcortex-ol": "^3.0.1",
"@donkeyclip/motorcortex-svgdraw": "^1.0.0",
"@donkeyclip/video-renderer": "^1.4.2",
"html-loader": "3.1.0",
"raw-loader": "4.0.2"
},
Expand All @@ -43,7 +43,7 @@
"@babel/plugin-syntax-jsx": "7.16.7",
"@babel/plugin-transform-react-jsx": "7.16.7",
"@babel/preset-env": "7.16.8",
"@donkeyclip/motorcortex-player": "2.6.1",
"@donkeyclip/motorcortex-player": "2.10.8",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-json": "4.1.0",
Expand Down

0 comments on commit 305432d

Please sign in to comment.