Skip to content

Commit

Permalink
remove karma-es6-shim dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Jun 25, 2021
1 parent b6a2117 commit be66b67
Show file tree
Hide file tree
Showing 37 changed files with 18 additions and 91 deletions.
4 changes: 0 additions & 4 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@
"name": "karma-coverage-istanbul-reporter",
"allowedCategories": [ "games", "production", "tests" ]
},
{
"name": "karma-es6-shim",
"allowedCategories": [ "games", "production", "tests" ]
},
{
"name": "karma-mocha",
"allowedCategories": [ "games", "production", "tests" ]
Expand Down
35 changes: 0 additions & 35 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "837e13668e791ca211426bdd0a2f56e8341fa0c0"
"pnpmShrinkwrapHash": "e00981fe8774f03f0980bb4f20b9a62ce572eb71"
}
3 changes: 1 addition & 2 deletions games/battleship/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (config) => {
}
},
basePath: "",
frameworks: ["webpack", "mocha", "sinon-chai", "es6-shim"],
frameworks: ["webpack", "mocha", "sinon-chai"],
files: [
{ pattern: "node_modules/reflect-metadata/Reflect.js", include: true },
{ pattern: "node_modules/bluebird/js/browser/bluebird.js", include: true },
Expand All @@ -41,7 +41,6 @@ module.exports = (config) => {
"karma-mocha-reporter",
"karma-mocha",
"karma-sinon-chai",
"karma-es6-shim",
"karma-coverage-istanbul-reporter"
],
mime: {
Expand Down
1 change: 0 additions & 1 deletion games/battleship/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
Expand Down
3 changes: 1 addition & 2 deletions games/match3/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (config) => {
}
},
basePath: "",
frameworks: ["webpack", "mocha", "sinon-chai", "es6-shim"],
frameworks: ["webpack", "mocha", "sinon-chai"],
files: [
{ pattern: "node_modules/reflect-metadata/Reflect.js", include: true },
{ pattern: "node_modules/bluebird/js/browser/bluebird.js", include: true },
Expand All @@ -41,7 +41,6 @@ module.exports = (config) => {
"karma-mocha-reporter",
"karma-mocha",
"karma-sinon-chai",
"karma-es6-shim",
"karma-coverage-istanbul-reporter"
],
mime: {
Expand Down
1 change: 0 additions & 1 deletion games/match3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
Expand Down
3 changes: 1 addition & 2 deletions games/minesweeper/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (config) => {
}
},
basePath: "",
frameworks: ["webpack", "mocha", "sinon-chai", "es6-shim"],
frameworks: ["webpack", "mocha", "sinon-chai"],
files: [
{ pattern: "node_modules/reflect-metadata/Reflect.js", include: true },
{ pattern: "node_modules/bluebird/js/browser/bluebird.js", include: true },
Expand All @@ -41,7 +41,6 @@ module.exports = (config) => {
"karma-mocha-reporter",
"karma-mocha",
"karma-sinon-chai",
"karma-es6-shim",
"karma-coverage-istanbul-reporter"
],
mime: {
Expand Down
1 change: 0 additions & 1 deletion games/minesweeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/macrobot-signalcommandmap/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (config) => {

var configuration = {
basePath: "",
frameworks: ["webpack", "mocha", "sinon-chai", "es6-shim"],
frameworks: ["webpack", "mocha", "sinon-chai"],
files: [
{ pattern: "node_modules/reflect-metadata/Reflect.js", include: true },
{ pattern: "node_modules/bluebird/js/browser/bluebird.js", include: true },
Expand All @@ -36,7 +36,6 @@ module.exports = (config) => {
"karma-mocha-reporter",
"karma-mocha",
"karma-sinon-chai",
"karma-es6-shim",
"karma-coverage-istanbul-reporter"
],
mime: {
Expand Down
1 change: 0 additions & 1 deletion integration-tests/macrobot-signalcommandmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (config) => {

var configuration = {
basePath: "",
frameworks: ["webpack", "mocha", "sinon-chai", "es6-shim"],
frameworks: ["webpack", "mocha", "sinon-chai"],
files: [
{ pattern: "node_modules/reflect-metadata/Reflect.js", include: true },
{ pattern: "node_modules/bluebird/js/browser/bluebird.js", include: true },
Expand All @@ -36,7 +36,6 @@ module.exports = (config) => {
"karma-mocha-reporter",
"karma-mocha",
"karma-sinon-chai",
"karma-es6-shim",
"karma-coverage-istanbul-reporter"
],
mime: {
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/createjs/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (config) => {
}
},
basePath: "",
frameworks: ["webpack", "mocha", "sinon-chai", "es6-shim"],
frameworks: ["webpack", "mocha", "sinon-chai"],
files: [
{ pattern: "node_modules/reflect-metadata/Reflect.js", include: true },
{ pattern: "node_modules/bluebird/js/browser/bluebird.js", include: true },
Expand All @@ -42,7 +42,6 @@ module.exports = (config) => {
"karma-mocha-reporter",
"karma-mocha",
"karma-sinon-chai",
"karma-es6-shim",
"karma-coverage-istanbul-reporter"
],
mime: {
Expand Down
1 change: 0 additions & 1 deletion packages/createjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/eventemitter3/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (config) => {

var configuration = {
basePath: "",
frameworks: ["webpack", "mocha", "sinon-chai", "es6-shim"],
frameworks: ["webpack", "mocha", "sinon-chai"],
files: [
{ pattern: "node_modules/reflect-metadata/Reflect.js", include: true },
{ pattern: "node_modules/bluebird/js/browser/bluebird.js", include: true },
Expand All @@ -36,7 +36,6 @@ module.exports = (config) => {
"karma-mocha-reporter",
"karma-mocha",
"karma-sinon-chai",
"karma-es6-shim",
"karma-coverage-istanbul-reporter"
],
mime: {
Expand Down
1 change: 0 additions & 1 deletion packages/eventemitter3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/macrobot/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (config) => {

var configuration = {
basePath: "",
frameworks: ["webpack", "mocha", "sinon-chai", "es6-shim"],
frameworks: ["webpack", "mocha", "sinon-chai"],
files: [
{ pattern: "node_modules/reflect-metadata/Reflect.js", include: true },
{ pattern: "node_modules/bluebird/js/browser/bluebird.js", include: true },
Expand All @@ -36,7 +36,6 @@ module.exports = (config) => {
"karma-mocha-reporter",
"karma-mocha",
"karma-sinon-chai",
"karma-es6-shim",
"karma-coverage-istanbul-reporter"
],
mime: {
Expand Down
Loading

0 comments on commit be66b67

Please sign in to comment.