Skip to content

Commit

Permalink
chore: update dependencies (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
voicis authored Dec 1, 2022
1 parent a0f4043 commit 55af015
Show file tree
Hide file tree
Showing 6 changed files with 2,450 additions and 2,368 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ version: 2.1
jobs:
build-node18:
docker:
- image: cimg/node:18.7-browsers
- image: cimg/node:18.12.1-browsers
working_directory: ~/repo
environment:
HUSKY_SKIP: "true"
NODE_OPTIONS: "--openssl-legacy-provider"
steps:
- run: sudo apt-get install libxss1
- checkout
Expand All @@ -15,7 +14,7 @@ jobs:

build-node16:
docker:
- image: cimg/node:16.17-browsers
- image: cimg/node:16.18.1-browsers
working_directory: ~/repo
environment:
HUSKY_SKIP: "true"
Expand All @@ -27,7 +26,7 @@ jobs:

build-node14:
docker:
- image: cimg/node:14.20-browsers
- image: cimg/node:14.21.1-browsers
working_directory: ~/repo
environment:
HUSKY_SKIP: "true"
Expand Down
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ module.exports = {
require: ["source-map-support/register"],
spec: "./lib/test/**/*spec.js",
// we have many async tests which depend on lazily generating the model
timeout: 8000,
timeout: 10000,
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"glob": "7.1.6",
"husky": "8.0.1",
"klaw-sync": "6.0.0",
"lerna": "3.22.1",
"lerna": "6.0.3",
"lint-staged": "10.5.3",
"make-dir": "3.1.0",
"mocha": "10.0.0",
Expand All @@ -73,7 +73,7 @@
"sinon-chai": "3.5.0",
"source-map-support": "0.5.19",
"typescript": "3.9.7",
"webpack": "5.36.2",
"webpack": "5.75.0",
"webpack-cli": "4.4.0"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@ui5-language-assistant/test-utils": "3.3.1",
"js-yaml": "4.1.0",
"tmp-promise": "3.0.2",
"vscode-languageserver-types": "3.16.0"
"vscode-languageserver-types": "3.17.2"
},
"scripts": {
"ci": "npm-run-all clean compile lint coverage bundle",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config = {
// by reducing the number of files.
minimize: false,
},
output: { hashFunction: "xxhash64" },
target: "node",
devtool: "source-map",
resolve: {
Expand Down
Loading

0 comments on commit 55af015

Please sign in to comment.