Skip to content

Commit

Permalink
fix : update dependencies and change renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisavetAmpatzidou committed Apr 23, 2022
1 parent c8c37d4 commit 1c9566c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@donkeyclip/motorcortex-clip-starter",
"version": "1.0.0",
"description": "Starter repo for creating Donkey Clips",
"author": "",
"author": "DonkeyClip",
"repository": {
"type": "git",
"url": "https://github.com/donkeyclip/motorcortex-clip-starter"
Expand All @@ -17,7 +17,7 @@
"start": "npm run build & webpack serve --mode=development --config ./demo/webpack.config.js",
"test": "HERE GOES YOUR TEST TASK",
"test:prod": "npm run lint",
"render": "node node_modules/dclip-video-renderer"
"render": "node node_modules/@donkeyclip/video-renderer"
},
"keywords": [
"motorcortex",
Expand All @@ -34,8 +34,8 @@
"@babel/plugin-syntax-jsx": "7.16.7",
"@babel/plugin-transform-react-jsx": "7.17.3",
"@babel/preset-env": "7.16.11",
"@donkeyclip/motorcortex": "^7.9.3",
"@donkeyclip/motorcortex-player": "2.5.0",
"@donkeyclip/motorcortex": "^9.1.1",
"@donkeyclip/motorcortex-player": "2.9.5",
"@donkeyclip/video-renderer": "0.0.1",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "21.0.1",
Expand Down Expand Up @@ -65,7 +65,7 @@
"webpack-dev-server": "4.7.4"
},
"dependencies": {
"@donkeyclip/motorcortex-animetitles": "^1.0.5",
"@kissmybutton/motorcortex-video": "^1.2.1"
"@donkeyclip/motorcortex-animetitles": "^1.2.1",
"@kissmybutton/motorcortex-video": "^2.1.0"
}
}

0 comments on commit 1c9566c

Please sign in to comment.