Skip to content

Commit

Permalink
* Fixed typescript compile error related to recent eslint ugprade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Venryx committed Sep 26, 2024
1 parent ab2d725 commit a162f0c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 349 deletions.
4 changes: 2 additions & 2 deletions Packages/web-vcore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"css-loader": "^5.2.6",
"cssnano": "^4.1.10",
"eslint": "^9.11.1",
"eslint-config-vbase": "1.0.14",
"eslint-config-vbase": "1.0.15",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"fs-extra": "^8.1.0",
Expand Down Expand Up @@ -131,7 +131,7 @@
"updeep": "^1.2.1",
"uplot": "1.6.17",
"uplot-vplugins": "0.0.7",
"webpack": "5.91.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dependency-tools": "0.0.1",
"webpack-dev-middleware": "7.0.0",
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@
"uplot-vplugins": "0.0.7",
"webpack-runtime-require": "2.0.0",
"@types/node": "20.0.0",
"mathjs": "1.0.0",
"tslib": "2.3.0",
"zen-observable-ts": "1.1.0",
"postgraphile": "4.12.2",
"graphile-utils": "4.12.2",
"graphile-build": "4.12.2",
"graphile-build-pg": "4.12.2"
"graphile-build-pg": "4.12.2",
"mathjs": "1.0.0",
"postgraphile": "4.12.2",
"tslib": "2.3.0",
"webpack": "5.95.0",
"zen-observable-ts": "1.1.0"
},
"dependencies": {
"chalk": "^4.1.1",
Expand Down
Loading

0 comments on commit a162f0c

Please sign in to comment.