Skip to content

Commit

Permalink
upgrade webpack stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mtxr committed Aug 21, 2020
1 parent 48c562e commit ff84924
Show file tree
Hide file tree
Showing 7 changed files with 403 additions and 282 deletions.
10 changes: 5 additions & 5 deletions build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"dotenv": "^8.2.0",
"file-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.11.0",
"no-emit-webpack-plugin": "^2.0.1",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"raw-loader": "^4.0.1",
"resolve-url-loader": "^3.1.1",
"rimraf": "^3.0.0",
"sass-loader": "^7.2.0",
"terser-webpack-plugin": "^1.3.0",
"terser-webpack-plugin": "^2.3.6",
"ts-loader": "^6.0.0",
"vsce": "^1.77.0",
"webpack-notifier": "^1.8.0",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack": "^4.35.0"
"webpack-notifier": "^1.8.0"
}
}
}
665 changes: 393 additions & 272 deletions build-tools/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/driver.mssql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"@types/lodash": "^4.14.123",
"@types/mssql": "^4.0.12",
"@types/vscode": "^1.42.0",
"concurrently": "^5.2.0",
"chokidar-cli": "^2.1.0",
"concurrently": "^5.2.0",
"esbuild": "0.6.26",
"lodash": "^4.17.19",
"mssql": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver.mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"@types/lodash": "^4.14.123",
"@types/mysql": "^2.15.12",
"@types/vscode": "^1.42.0",
"chokidar-cli": "^2.1.0",
"compare-versions": "3.6.0",
"concurrently": "^5.2.0",
"chokidar-cli": "^2.1.0",
"esbuild": "0.6.26",
"lodash": "^4.17.19",
"mysql": "^2.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver.pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@types/lodash": "^4.14.123",
"@types/pg": "^7.14.3",
"@types/vscode": "^1.42.0",
"concurrently": "^5.2.0",
"chokidar-cli": "^2.1.0",
"concurrently": "^5.2.0",
"esbuild": "0.6.26",
"lodash": "^4.17.19",
"pg": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver.sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@sqltools/base-driver": "latest",
"@types/sqlite3": "^3.1.6",
"@types/vscode": "^1.42.0",
"concurrently": "^5.2.0",
"chokidar-cli": "^2.1.0",
"concurrently": "^5.2.0",
"esbuild": "0.6.26",
"rimraf": "^3.0.2",
"typescript": "^3.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1189,9 +1189,9 @@
"vscode-test": "^1.2.3"
},
"dependencies": {
"@sqltools/log": "*",
"@sqltools/plugins": "*",
"@sqltools/util": "*",
"@sqltools/log": "*",
"command-exists": "1.2.9",
"vscode-languageclient": "6.1.3"
}
Expand Down

0 comments on commit ff84924

Please sign in to comment.