Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
#1 circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcog83 committed May 12, 2022
1 parent d851e7e commit db5acab
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 25 deletions.
2 changes: 0 additions & 2 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified .yarn/install-state.gz
Binary file not shown.
28 changes: 13 additions & 15 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.17.0",
"cors": "2.8.5",
"cross-spawn": "^7.0.3",
"express": "4.17.2",
"html-webpack-plugin": "5.5.0",
"multer": "1.4.4",
"nodemon": "2.0.15",
"pptx-renderer": "0.0.7",
"pptx-renderer": "0.0.8",
"pptxgenjs": "3.9.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "0.13.9",
"tmp": "0.2.1",
"webpack": "5.69.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4"
"react-dom": "^17.0.2"
},
"scripts": {
"start": "yarn run start:client & yarn run server",
Expand All @@ -41,13 +29,23 @@
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"cors": "2.8.5",
"cross-spawn": "^7.0.3",
"css-loader": "6.6.0",
"eslint": "8.6.0",
"eslint-plugin-jest": "25.3.4",
"eslint-plugin-react": "^7.28.0",
"express": "4.17.2",
"html-webpack-plugin": "5.5.0",
"jest": "27.4.7",
"jest-junit": "^13.0.0",
"multer": "1.4.4",
"nodemon": "2.0.15",
"pnp-webpack-plugin": "1.7.0",
"style-loader": "3.3.1"
"style-loader": "3.3.1",
"tmp": "0.2.1",
"webpack": "5.69.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4"
}
}
4 changes: 2 additions & 2 deletions packages/demo/src/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// import 'regenerator-runtime/runtime';
import ReactDOM from 'react-dom';
import './index.css';
import { PPTX, registerClassNames } from 'pptx-renderer';
import { App } from './app';
import { PPTComponent } from './ppt-component';
import { Style } from './class-names';

import './index.css';

async function main() {
registerClassNames(Style);
const pptx = await PPTX.render(<PPTComponent />);
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.17.0, @babel/runtime@npm:^7.8.4":
"@babel/runtime@npm:^7.8.4":
version: 7.17.2
resolution: "@babel/runtime@npm:7.17.2"
dependencies:
Expand Down Expand Up @@ -4324,7 +4324,6 @@ __metadata:
"@babel/plugin-transform-runtime": ^7.17.0
"@babel/preset-env": ^7.16.11
"@babel/preset-react": ^7.16.7
"@babel/runtime": ^7.17.0
babel-loader: ^8.2.3
cors: 2.8.5
cross-spawn: ^7.0.3
Expand All @@ -4339,11 +4338,10 @@ __metadata:
multer: 1.4.4
nodemon: 2.0.15
pnp-webpack-plugin: 1.7.0
pptx-renderer: 0.0.7
pptx-renderer: 0.0.8
pptxgenjs: 3.9.0
react: ^17.0.2
react-dom: ^17.0.2
regenerator-runtime: 0.13.9
style-loader: 3.3.1
tmp: 0.2.1
webpack: 5.69.0
Expand Down Expand Up @@ -8538,7 +8536,7 @@ __metadata:
languageName: node
linkType: hard

"[email protected].7, pptx-renderer@workspace:.":
"[email protected].8, pptx-renderer@workspace:.":
version: 0.0.0-use.local
resolution: "pptx-renderer@workspace:."
dependencies:
Expand Down Expand Up @@ -8946,7 +8944,7 @@ __metadata:
languageName: node
linkType: hard

"regenerator-runtime@npm:0.13.9, regenerator-runtime@npm:^0.13.4":
"regenerator-runtime@npm:^0.13.4":
version: 0.13.9
resolution: "regenerator-runtime@npm:0.13.9"
checksum: 65ed455fe5afd799e2897baf691ca21c2772e1a969d19bb0c4695757c2d96249eb74ee3553ea34a91062b2a676beedf630b4c1551cc6299afb937be1426ec55e
Expand Down

0 comments on commit db5acab

Please sign in to comment.