sp-dev-fx-webparts/samples/vue-js-org-chart/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2019-05-17 08:12:03 -04:00
{
"name": "vue-js-org-chart",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test",
"preversion": "node ./tools/pre-version.js",
"postversion": "gulp dist"
},
"dependencies": {
"@microsoft/sp-core-library": "1.8.1",
"@microsoft/sp-lodash-subset": "1.8.1",
"@microsoft/sp-office-ui-fabric-core": "1.8.1",
"@microsoft/sp-property-pane": "1.8.1",
"@microsoft/sp-webpart-base": "1.8.1",
"@pnp/common": "^1.3.2",
"@pnp/logging": "^1.3.2",
"@pnp/odata": "^1.3.2",
"@pnp/sp": "^1.3.2",
"@types/es6-promise": "0.0.33",
"@types/webpack-env": "1.13.1",
"office-ui-fabric-vue": "^1.2.0",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-2.7": "0.4.0",
Bump json5, @microsoft/sp-build-web, @microsoft/sp-webpart-workbench, sass-loader, ts-loader and vue-loader Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@microsoft/sp-build-web](http://aka.ms/spfx), [@microsoft/sp-webpart-workbench](http://aka.ms/spfx), [sass-loader](https://github.com/webpack-contrib/sass-loader), [ts-loader](https://github.com/TypeStrong/ts-loader) and [vue-loader](https://github.com/vuejs/vue-loader). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.3) Updates `@microsoft/sp-build-web` from 1.8.1 to 1.16.1 Updates `@microsoft/sp-webpart-workbench` from 1.8.1 to 1.12.1 Updates `sass-loader` from 7.1.0 to 13.2.0 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v13.2.0) Updates `ts-loader` from 5.4.5 to 9.4.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v5.4.5...v9.4.2) Updates `vue-loader` from 15.7.0 to 17.0.1 - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.7.0...v17.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@microsoft/sp-build-web" dependency-type: direct:development - dependency-name: "@microsoft/sp-webpart-workbench" dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: ts-loader dependency-type: direct:development - dependency-name: vue-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-31 12:16:35 -05:00
"@microsoft/sp-build-web": "1.16.1",
2019-05-17 08:12:03 -04:00
"@microsoft/sp-module-interfaces": "1.8.1",
"@microsoft/sp-tslint-rules": "1.8.1",
Bump json5, @microsoft/sp-build-web, @microsoft/sp-webpart-workbench, sass-loader, ts-loader and vue-loader Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@microsoft/sp-build-web](http://aka.ms/spfx), [@microsoft/sp-webpart-workbench](http://aka.ms/spfx), [sass-loader](https://github.com/webpack-contrib/sass-loader), [ts-loader](https://github.com/TypeStrong/ts-loader) and [vue-loader](https://github.com/vuejs/vue-loader). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.3) Updates `@microsoft/sp-build-web` from 1.8.1 to 1.16.1 Updates `@microsoft/sp-webpart-workbench` from 1.8.1 to 1.12.1 Updates `sass-loader` from 7.1.0 to 13.2.0 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v13.2.0) Updates `ts-loader` from 5.4.5 to 9.4.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v5.4.5...v9.4.2) Updates `vue-loader` from 15.7.0 to 17.0.1 - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.7.0...v17.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@microsoft/sp-build-web" dependency-type: direct:development - dependency-name: "@microsoft/sp-webpart-workbench" dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: ts-loader dependency-type: direct:development - dependency-name: vue-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-31 12:16:35 -05:00
"@microsoft/sp-webpart-workbench": "1.12.1",
2019-05-17 08:12:03 -04:00
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"ajv": "~6.12.3",
2019-05-17 08:12:03 -04:00
"fork-ts-checker-webpack-plugin": "^1.0.3",
"gulp": "~4.0.2",
2019-05-17 08:12:03 -04:00
"gulp-sequence": "1.0.0",
"karma-junit-reporter": "^1.2.0",
Bump json5, @microsoft/sp-build-web, @microsoft/sp-webpart-workbench, sass-loader, ts-loader and vue-loader Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@microsoft/sp-build-web](http://aka.ms/spfx), [@microsoft/sp-webpart-workbench](http://aka.ms/spfx), [sass-loader](https://github.com/webpack-contrib/sass-loader), [ts-loader](https://github.com/TypeStrong/ts-loader) and [vue-loader](https://github.com/vuejs/vue-loader). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.3) Updates `@microsoft/sp-build-web` from 1.8.1 to 1.16.1 Updates `@microsoft/sp-webpart-workbench` from 1.8.1 to 1.12.1 Updates `sass-loader` from 7.1.0 to 13.2.0 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.1.0...v13.2.0) Updates `ts-loader` from 5.4.5 to 9.4.2 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v5.4.5...v9.4.2) Updates `vue-loader` from 15.7.0 to 17.0.1 - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.7.0...v17.0.1) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@microsoft/sp-build-web" dependency-type: direct:development - dependency-name: "@microsoft/sp-webpart-workbench" dependency-type: direct:development - dependency-name: sass-loader dependency-type: direct:development - dependency-name: ts-loader dependency-type: direct:development - dependency-name: vue-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-31 12:16:35 -05:00
"sass-loader": "^13.2.0",
"ts-loader": "^9.4.2",
"vue-loader": "^17.0.1",
2019-05-17 08:12:03 -04:00
"vue-template-compiler": "^2.6.10"
}
}