Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @types/jest, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, jest, prettier, ts-jest, ts-loader, typescript, webpack, webpack-cli to the latest version #7

Merged
merged 1 commit into from
Oct 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(package): update dependencies to latest version
kyoto-art_news4discord:
- @types/jest: 25.2.3 -> 26.0.15
- @types/node: 13.13.14 -> 14.14.5
- @typescript-eslint/eslint-plugin: 2.34.0 -> 4.6.0
- @typescript-eslint/parser: 2.34.0 -> 4.6.0
- eslint: 6.8.0 -> 7.12.1
- jest: 25.5.4 -> 26.6.1
- prettier: 1.19.1 -> 2.1.2
- ts-jest: 25.5.1 -> 26.4.3
- ts-loader: 6.2.2 -> 8.0.7
- typescript: 3.9.7 -> 4.0.5
- webpack: 4.43.0 -> 5.2.0
- webpack-cli: 3.3.12 -> 4.1.0
hothouse committed Oct 27, 2020
commit b27c23efac9ad543a7894600fc4547a7b889c53d
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"devDependencies": {
"@types/google-apps-script": "^1.0.10",
"@types/jest": "^25.1.1",
"@types/node": "^13.13.4",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.5",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"cpx": "^1.5.0",
"eslint": "^6.8.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"gas-webpack-plugin": "^1.0.2",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"jest": "^26.6.1",
"prettier": "^2.1.2",
"rimraf": "^3.0.1",
"ts-jest": "^25.2.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"ts-jest": "^26.4.3",
"ts-loader": "^8.0.7",
"typescript": "^4.0.5",
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0",
"yarn.lock": "^0.0.1-security"
},
"scripts": {
3,328 changes: 1,290 additions & 2,038 deletions yarn.lock

Large diffs are not rendered by default.