Skip to content

Commit

Permalink
build(deps): npm v6
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Apr 30, 2021
1 parent cc9dbf9 commit d13ce7e
Show file tree
Hide file tree
Showing 16 changed files with 4,316 additions and 696 deletions.
3 changes: 3 additions & 0 deletions e2e/a10/package.json
Expand Up @@ -55,5 +55,8 @@
"ts-jest": "26.5.5",
"ts-node": "8.10.2",
"typescript": "3.9.9"
},
"engines": {
"npm": "6.14.13"
}
}
36 changes: 34 additions & 2 deletions e2e/a11/package-lock.json

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

3 changes: 3 additions & 0 deletions e2e/a11/package.json
Expand Up @@ -54,5 +54,8 @@
"puppeteer": "9.0.0",
"ts-node": "8.10.2",
"typescript": "4.0.7"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a12/package.json
Expand Up @@ -54,5 +54,8 @@
"puppeteer": "9.0.0",
"ts-node": "8.3.0",
"typescript": "4.2.4"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a5es2015/package.json
Expand Up @@ -59,5 +59,8 @@
"testPathIgnorePatterns": [
"<rootDir>/src/test.ts"
]
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a5es5/package.json
Expand Up @@ -59,5 +59,8 @@
"testPathIgnorePatterns": [
"<rootDir>/src/test.ts"
]
},
"engines": {
"npm": "6.14.13"
}
}
2 changes: 1 addition & 1 deletion e2e/a6/jest.es2015.js
@@ -1,6 +1,6 @@
module.exports = {
preset: 'jest-preset-angular',
setupTestFrameworkScriptFile: '<rootDir>/src/setupJest.ts',
setupFilesAfterEnv: ['<rootDir>/src/setupJest.ts'],
transform: {
'^.+\\.(ts|js|html)$': 'ts-jest',
},
Expand Down
2 changes: 1 addition & 1 deletion e2e/a6/jest.es5.js
@@ -1,6 +1,6 @@
module.exports = {
preset: 'jest-preset-angular',
setupTestFrameworkScriptFile: '<rootDir>/src/setupJest.ts',
setupFilesAfterEnv: ['<rootDir>/src/setupJest.ts'],
transform: {
'^.+\\.(ts|js|html)$': 'ts-jest',
},
Expand Down
3 changes: 3 additions & 0 deletions e2e/a6/package.json
Expand Up @@ -53,5 +53,8 @@
"ts-jest": "23.10.5",
"ts-node": "7.0.1",
"typescript": "2.9.2"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a7/package.json
Expand Up @@ -53,5 +53,8 @@
"ts-jest": "24.3.0",
"ts-node": "7.0.1",
"typescript": "3.2.4"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a8/package.json
Expand Up @@ -52,5 +52,8 @@
"ts-jest": "25.5.1",
"ts-node": "7.0.1",
"typescript": "3.5.3"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/a9/package.json
Expand Up @@ -56,5 +56,8 @@
"ts-jest": "25.5.1",
"ts-node": "8.10.2",
"typescript": "3.7.7"
},
"engines": {
"npm": "6.14.13"
}
}
3 changes: 3 additions & 0 deletions e2e/am/package.json
Expand Up @@ -57,5 +57,8 @@
"puppeteer": "9.0.0",
"ts-node": "9.1.1",
"typescript": "4.1.5"
},
"engines": {
"npm": "6.14.13"
}
}

0 comments on commit d13ce7e

Please sign in to comment.