Skip to content

Commit

Permalink
DN8RC1 redux 1 (#1089)
Browse files Browse the repository at this point in the history
* Dependabot

* GHA Release
  • Loading branch information
MarkStega authored Sep 16, 2023
1 parent 403285e commit aee070f
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 153 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GithubActionsRelease.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GithubActionsRelease
name: GithubActionsRelease

############################################################################################################
# All of thes jobs runs commands only on a tag push in the Material-Blazor\Material.Blazor repository
Expand Down Expand Up @@ -26,7 +26,7 @@ env:
outputDocFxMD3: ${{github.workspace}}\siteDocFxMD3
outputMBMD3: ${{github.workspace}}\siteMBMD3
outputWebMD3: ${{github.workspace}}\siteWebMD3
projectMBMD3: 'Material.Blazor/Material.Blazor.MD3.csproj'
projectMBMD3: 'Material.Blazor.MD3/Material.Blazor.MD3.csproj'
projectWebMD3: 'Material.Blazor.Website.WebAssembly.MD3/Material.Blazor.Website.WebAssembly.MD3.csproj'

jobs:
Expand Down
150 changes: 75 additions & 75 deletions Material.Blazor.MD3/package-lock.json

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

4 changes: 2 additions & 2 deletions Material.Blazor.MD3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/core": "^7.22.20",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-object-rest-spread": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.22.15",
"@material/web": "1.0.0-pre.17",
"babel-loader": "^9.1.3",
Expand Down
Loading

0 comments on commit aee070f

Please sign in to comment.