Skip to content

Commit

Permalink
UI: Upgrading all dependencies (#303)
Browse files Browse the repository at this point in the history
* Upgrading allowed deps plugin.

* Upgrading dev dependencies.

* esbuild, rollup, vite.
  • Loading branch information
RobinTail authored Aug 17, 2024
1 parent d2e2285 commit 52767e5
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 349 deletions.
10 changes: 5 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/jquery": "^3.5.30",
"@types/node": "^22.0.2",
"@types/node": "^22.4.0",
"@vitest/coverage-istanbul": "^2.0.5",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-allowed-dependencies": "^0.4.1",
"eslint-plugin-allowed-dependencies": "^0.5.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^55.0.0",
"happy-dom": "^14.12.3",
"mockdate": "^3.0.5",
"prettier": "3.3.3",
"sass": "^1.77.8",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"typescript-eslint": "^8.1.0",
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit 52767e5

Please sign in to comment.