Skip to content

Commit

Permalink
Closes #16245: Update frontend developer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Aug 14, 2024
1 parent 370c120 commit cf0e5bd
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 338 deletions.
2 changes: 1 addition & 1 deletion netbox/project-static/dist/netbox-external.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion netbox/project-static/dist/netbox.css

Large diffs are not rendered by default.

65 changes: 39 additions & 26 deletions netbox/project-static/dist/netbox.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions netbox/project-static/dist/netbox.js.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions netbox/project-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
},
"devDependencies": {
"@types/bootstrap": "5.2.10",
"@types/cookie": "^0.5.1",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"esbuild": "^0.13.15",
"esbuild-sass-plugin": "^2.3.3",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"@types/cookie": "^0.6.0",
"@types/node": "^22.3.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"esbuild": "^0.23.0",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "<9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "<5.5"
},
"resolutions": {
"@types/bootstrap/**/@popperjs/core": "^2.11.6"
Expand Down
Loading

0 comments on commit cf0e5bd

Please sign in to comment.