Skip to content

Commit

Permalink
Updates to package.json for Dark Theme (#42)
Browse files Browse the repository at this point in the history
* update package.json

* Change files

* beachball sync

* update package.json for dashboard
  • Loading branch information
kcamas15 authored Nov 8, 2023
1 parent f0fcd0a commit 1859b79
Show file tree
Hide file tree
Showing 4 changed files with 427 additions and 94 deletions.
14 changes: 7 additions & 7 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
"analyze-bundle": "gulp serve -l --analyze --nobrowser"
},
"dependencies": {
"@microsoft/sp-adaptive-card-extension-base": "1.18.1-rc.0",
"@microsoft/sp-core-library": "1.18.1-rc.0",
"@microsoft/sp-property-pane": "1.18.1-rc.0",
"@microsoft/sp-adaptive-card-extension-base": "^1.18.1-rc.0",
"@microsoft/sp-core-library": "^1.18.1-rc.0",
"@microsoft/sp-property-pane": "^1.18.1-rc.0",
"dayjs": "^1.11.0",
"ace-ux-components": "file:..//ux-components"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@microsoft/generator-sharepoint": "1.18.1-rc.0",
"@microsoft/generator-sharepoint": "^1.18.1-rc.0",
"@microsoft/rush-stack-compiler-4.5": "0.4.0",
"@microsoft/sp-build-web": "1.18.1-rc.0",
"@microsoft/sp-module-interfaces": "1.18.1-rc.0",
"@microsoft/sp-tslint-rules": "1.18.1-rc.0",
"@microsoft/sp-build-web": "^1.18.1-rc.0",
"@microsoft/sp-module-interfaces": "^1.18.1-rc.0",
"@microsoft/sp-tslint-rules": "^1.18.1-rc.0",
"@types/es6-promise": "^3.3.0",
"@types/node": "^17.0.21",
"@types/webpack-env": "1.13.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "update package.json",
"packageName": "@microsoft/ace-ux-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Loading

0 comments on commit 1859b79

Please sign in to comment.