Skip to content

Commit

Permalink
Merge pull request #4 from pnp/dev
Browse files Browse the repository at this point in the history
new feature: SP Shooter, version update, ready to ship
  • Loading branch information
tavikukko authored Oct 31, 2020
2 parents 22d1ecf + 7f8152d commit ffd007a
Show file tree
Hide file tree
Showing 187 changed files with 34,141 additions and 34,548 deletions.
24 changes: 12 additions & 12 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gulp.task('clean', (done) => {
'public/@pnp/odata/**/*',
'public/@pnp/pnpjs/**/*',
'public/@pnp/sp/**/*',
'app/@pnp/adaljsclient/**/*',
// 'app/@pnp/adaljsclient/**/*',
'public/vs/**/*',
'public/@pnp/sp-addinhelpers/**/*',
'public/@pnp/sp-clientsvc/**/*',
Expand All @@ -32,7 +32,7 @@ gulp.task('clean', (done) => {
'public/bundles/sp-clientsvc.es5.umd.bundle.js',
'public/bundles/sp-taxonomy.es5.umd.bundle.js',
'public/bundles/sp.es5.umd.bundle.js',
'public/bundles/adaljsclient.es5.umd.bundle.js',
// 'public/bundles/adaljsclient.es5.umd.bundle.js',
], done);
});

Expand Down Expand Up @@ -119,15 +119,15 @@ gulp.task('copy:sp-addinhelpers', (done) => {
done();
});

gulp.task('copy:adaljsclient', (done) => {
console.log("Copy @pnp/adaljsclient");
gulp.src('./node_modules/@pnp/adaljsclient/**/*.d.ts')
.pipe(gulp.dest('./public/@pnp/adaljsclient/'))
gulp.src('./dist/adaljsclient.es5.umd.bundle.js')
.pipe(replace(/(\/\/.*?sourceMappingURL\s*=.*\.js\.map)/g, ''))
.pipe(gulp.dest('./public/bundles/'))
done();
});
// gulp.task('copy:adaljsclient', (done) => {
// console.log("Copy @pnp/adaljsclient");
// gulp.src('./node_modules/@pnp/adaljsclient/**/*.d.ts')
// .pipe(gulp.dest('./public/@pnp/adaljsclient/'))
// gulp.src('./dist/adaljsclient.es5.umd.bundle.js')
// .pipe(replace(/(\/\/.*?sourceMappingURL\s*=.*\.js\.map)/g, ''))
// .pipe(gulp.dest('./public/bundles/'))
// done();
// });

gulp.task('copy:sp-clientsvc', (done) => {
console.log("Copy @pnp/sp-clientsvc");
Expand Down Expand Up @@ -177,7 +177,7 @@ gulp.task('default',
'copy:odata',
'copy:pnpjs',
'copy:sp',
'copy:adaljsclient',
// 'copy:adaljsclient',
'copy:sp-addinhelpers',
'copy:sp-clientsvc',
'copy:sp-taxonomy',
Expand Down
16,368 changes: 8,370 additions & 7,998 deletions package-lock.json

Large diffs are not rendered by default.

71 changes: 36 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"name": "sp-editor",
"version": "6.0.5",
"version": "6.1.0",
"private": true,
"dependencies": {
"@ionic/react": "^5.1.1",
"@ionic/react-router": "^5.1.1",
"@uifabric/theme-samples": "^7.0.77",
"gsap": "^3.2.6",
"ionicons": "^5.0.1",
"monaco-editor": "^0.20.0",
"office-ui-fabric-react": "^7.114.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"@ionic/react": "^5.4.1",
"@ionic/react-router": "^5.4.1",
"@uifabric/theme-samples": "^7.1.33",
"cra-build-watch": "^3.3.0",
"gsap": "^3.5.1",
"ionicons": "^5.2.3",
"monaco-editor": "^0.21.2",
"office-ui-fabric-react": "^7.147.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-scripts": "^4.0.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"textarea-caret": "^3.1.0",
"typesafe-actions": "^5.1.0",
"typescript": "^3.9.2"
"typescript": "^4.0.3"
},
"scripts": {
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
Expand All @@ -41,37 +43,36 @@
]
},
"devDependencies": {
"@pnp/common": "^2.0.5",
"@pnp/config-store": "^2.0.5",
"@pnp/graph": "^2.0.5",
"@pnp/logging": "^2.0.5",
"@pnp/nodejs": "^2.0.5",
"@pnp/odata": "^2.0.5",
"@pnp/pnpjs": "^2.0.5",
"@pnp/sp": "^2.0.5",
"@pnp/sp-addinhelpers": "^2.0.5",
"@pnp/common": "^2.0.11",
"@pnp/config-store": "^2.0.11",
"@pnp/graph": "^2.0.11",
"@pnp/logging": "^2.0.11",
"@pnp/nodejs": "^2.0.11",
"@pnp/odata": "^2.0.11",
"@pnp/pnpjs": "^2.0.11",
"@pnp/sp": "^2.0.11",
"@pnp/sp-addinhelpers": "^2.0.11",
"@pnp/sp-clientsvc": "^1.3.11",
"@pnp/sp-taxonomy": "^1.3.11",
"@types/chrome": "0.0.112",
"@types/jest": "25.2.2",
"@types/node": "14.0.1",
"@types/react": "^16.9.35",
"@types/chrome": "0.0.125",
"@types/jest": "26.0.15",
"@types/node": "14.14.2",
"@types/react": "^16.9.53",
"@types/react-dom": "16.9.8",
"@types/react-redux": "^7.1.8",
"@types/react-resize-detector": "^4.2.0",
"@types/react-router-dom": "^5.1.5",
"cra-build-watch": "^3.2.0",
"del": "^5.1.0",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.6",
"@types/textarea-caret": "^3.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"redux-devtools-extension": "^2.13.8",
"ts-loader": "^7.0.4",
"tslint": "^6.1.2",
"ts-loader": "^8.0.7",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^5.0.0",
"tslint-react-recommended": "^1.0.15",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack": "^4.20.2",
"webpack-cli": "4.1.0"
}
}
2 changes: 1 addition & 1 deletion pnpjs-sources/index-adaljsclient.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from '../node_modules/@pnp/adaljsclient'
// export * from '../node_modules/@pnp/adaljsclient'
2 changes: 1 addition & 1 deletion pnpjs-sources/index-pnpjs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from '../node_modules/@pnp/pnpjs'
export * from '../node_modules/@pnp/adaljsclient'
// export * from '../node_modules/@pnp/adaljsclient'

export * from '../node_modules/@pnp/logging'
export * from '../node_modules/@pnp/common'
Expand Down
3 changes: 2 additions & 1 deletion pnpjs-sources/tsconfig.pnpjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"declaration": false,
"strict": false,
"baseUrl": "./",
"jsx": "react",
"noFallthroughCasesInSwitch": true,
},
"exclude": [
"build",
Expand All @@ -14,4 +16,3 @@
"node_modules"
]
}

Loading

0 comments on commit ffd007a

Please sign in to comment.