mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Merge branch 'develop' into master_into_develop
This commit is contained in:
14
package.json
14
package.json
@@ -26,6 +26,7 @@
|
||||
"build:compressed": "npm run build:compiled",
|
||||
"build:deps": "gulp buildDeps",
|
||||
"build:langfiles": "gulp buildLangfiles",
|
||||
"build-ts": "gulp buildTs && gulp build --compileTs",
|
||||
"bump": "npm --no-git-tag-version version 4.$(date +'%Y%m%d').0",
|
||||
"clean": "gulp clean",
|
||||
"clean:build": "gulp cleanBuildDir",
|
||||
@@ -50,7 +51,7 @@
|
||||
"test": "tests/run_all_tests.sh",
|
||||
"test:generators": "tests/scripts/run_generators.sh",
|
||||
"test:mocha:interactive": "http-server ./ -o /tests/mocha/index.html -c-1",
|
||||
"test:compile:advanced": "gulp buildAdvancedCompilationTest",
|
||||
"test:compile:advanced": "gulp buildAdvancedCompilationTest --debug",
|
||||
"typings": "gulp typings",
|
||||
"updateGithubPages": "gulp gitUpdateGithubPages"
|
||||
},
|
||||
@@ -68,16 +69,16 @@
|
||||
"@blockly/block-test": "^2.0.1",
|
||||
"@blockly/dev-tools": "^3.0.1",
|
||||
"@blockly/theme-modern": "^2.1.1",
|
||||
"@hyperjump/json-schema": "^0.18.4",
|
||||
"@wdio/selenium-standalone-service": "^7.10.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"chai": "^4.2.0",
|
||||
"clang-format": "^1.6.0",
|
||||
"closure-calculate-chunks": "^3.0.2",
|
||||
"concurrently": "^6.0.0",
|
||||
"eslint": "^7.28.0",
|
||||
"concurrently": "^7.0.0",
|
||||
"eslint": "^8.4.1",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"google-closure-compiler": "^20211107.0.0",
|
||||
"google-closure-deps": "^20211107.0.0",
|
||||
"google-closure-compiler": "^20220301.0.0",
|
||||
"google-closure-deps": "^20220202.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clang-format": "^1.0.27",
|
||||
"gulp-concat": "^2.6.1",
|
||||
@@ -90,6 +91,7 @@
|
||||
"gulp-umd": "^2.0.0",
|
||||
"http-server": "^14.0.0",
|
||||
"js-green-licenses": "^3.0.0",
|
||||
"json5": "^2.2.0",
|
||||
"mocha": "^9.1.1",
|
||||
"readline-sync": "^1.4.10",
|
||||
"rimraf": "^3.0.2",
|
||||
|
||||
Reference in New Issue
Block a user