Skip to content

Commit

Permalink
💚 Upgraded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed May 12, 2022
1 parent f3f8440 commit db0d549
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tools-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
node-version: [12.x, 14.x, 15.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-tools-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
working-directory: packages/yoteams-build-core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tools-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
node-version: [12.x, 14.x, 15.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tools-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
working-directory: packages/yoteams-deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
node-version: [12.x, 14.x, 15.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 600
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
node-version: [14.x, 15.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
working-directory: packages/generator-teams
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-teams/src/app/GeneratorTeamsApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ export class GeneratorTeamsApp extends Generator {
// if we have added any react based components
if (this.options.reactComponents) {
Yotilities.addAdditionalDeps([
["msteams-react-base-component", "^4.0.0-preview5"]
["msteams-react-base-component", "^4.0.0-preview.6"]
], this.fs);
}

Expand Down
4 changes: 2 additions & 2 deletions packages/generator-teams/src/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"vinyl": "2.2.1",
"webpack": "~5.72.0",
"yargs": "^17.4.1",
"yoteams-build-core": "^1.7.0-preview.1",
"yoteams-deploy": "^1.2.0-preview.1",
"yoteams-build-core": "^1.7.0-preview.2",
"yoteams-deploy": "^1.2.0-preview.2",
"webpack-node-externals": "^3.0.0"
},
"browserslist": [
Expand Down
104 changes: 17 additions & 87 deletions packages/yoteams-build-core/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 packages/yoteams-build-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoteams-build-core",
"version": "1.7.0-preview.1",
"version": "1.7.0-preview.2",
"description": "Core build Gulp tasks for Yo Teams, Microsoft Teams Apps Generator (https://aka.ms/yoteams)",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"applicationinsights": "^2.3.1",
"autoprefixer": "^10.2.6",
"axios": "^0.27.2",
"chalk": "^5.0.1",
"chalk": "^4.1.2",
"del": "^6.0.0",
"dotenv": "^16.0.0",
"fancy-log": "^2.0.0",
Expand Down
Loading

0 comments on commit db0d549

Please sign in to comment.