* Updating npm dependencies

* Also update node version
This commit is contained in:
Richard Knoll 2021-09-28 15:09:52 -07:00 коммит произвёл GitHub
Родитель 5d92b69b51
Коммит 5a8daaf8dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 10 добавлений и 8 удалений

2
.github/workflows/pxt-buildmain.yml поставляемый
Просмотреть файл

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [8.x] node-version: [14.x]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

2
.github/workflows/pxt-buildpr.yml поставляемый
Просмотреть файл

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [8.x] node-version: [14.x]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

2
.github/workflows/pxt-buildpush.yml поставляемый
Просмотреть файл

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [8.x] node-version: [14.x]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

Просмотреть файл

@ -37,14 +37,14 @@
"@types/react": "16.4.7", "@types/react": "16.4.7",
"@types/react-dom": "16.0.3", "@types/react-dom": "16.0.3",
"@types/web-bluetooth": "0.0.4", "@types/web-bluetooth": "0.0.4",
"less": "2.7.3", "less": "3.13.1",
"react": "16.8.3", "react": "16.8.3",
"react-dom": "16.11.0", "react-dom": "16.11.0",
"semantic-ui-less": "2.2.14", "semantic-ui-less": "2.4.1",
"typescript": "4.2.3" "typescript": "4.2.3"
}, },
"dependencies": { "dependencies": {
"pxt-common-packages": "9.0.1", "pxt-common-packages": "9.2.7",
"pxt-core": "7.1.4" "pxt-core": "7.2.16"
} }
} }

Просмотреть файл

@ -17,6 +17,8 @@
specify theme name below specify theme name below
*/ */
@placeholder: 'default';
/* Global */ /* Global */
@site : 'pxt'; @site : 'pxt';
@reset : 'default'; @reset : 'default';
@ -87,7 +89,7 @@
Import Theme Import Theme
*******************************/ *******************************/
@import "theme.less"; @import (multiple) "theme.less";
@fontPath : 'fonts'; @fontPath : 'fonts';