Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FE: Update fortawesome icons from 6.4.2 to 6.5.2 #7488

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
208 changes: 105 additions & 103 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,115 +3,117 @@
"version": "0.0.0",
"license": "AGPL v3",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build --base=/opennms/ui/",
"build:dev": "vue-tsc --noEmit && vite build --base=/opennms/ui/ --minify false",
"watch": "vue-tsc --noEmit && vite build --base=/opennms/ui/ --watch",
"watch:dev": "vue-tsc --noEmit && vite build --base=/opennms/ui/ --minify false --watch",
"serve": "vite preview",
"test": "vitest run",
"lint": "eslint --ignore-path ../.gitignore --ext .ts,.vue .",
"lint:fix": "eslint --ignore-path ../.gitignore --ext .ts,.vue . --fix",
"format": "prettier --ignore-path ../.gitignore --write \"**/*.+(ts)\""
"dev": "vite",
"build": "vue-tsc --noEmit && vite build --base=/opennms/ui/",
"build:dev": "vue-tsc --noEmit && vite build --base=/opennms/ui/ --minify false",
"watch": "vue-tsc --noEmit && vite build --base=/opennms/ui/ --watch",
"watch:dev": "vue-tsc --noEmit && vite build --base=/opennms/ui/ --minify false --watch",
"serve": "vite preview",
"test": "vitest run",
"lint": "eslint --ignore-path ../.gitignore --ext .ts,.vue .",
"lint:fix": "eslint --ignore-path ../.gitignore --ext .ts,.vue . --fix",
"format": "prettier --ignore-path ../.gitignore --write \"**/*.+(ts)\""
},
"dependencies": {
"@featherds/app-bar": "0.12.30",
"@featherds/app-layout": "0.12.30",
"@featherds/autocomplete": "0.12.30",
"@featherds/button": "0.12.30",
"@featherds/checkbox": "0.12.30",
"@featherds/chips": "0.12.30",
"@featherds/date-input": "0.12.30",
"@featherds/dialog": "0.12.30",
"@featherds/drawer": "0.12.30",
"@featherds/dropdown": "0.12.30",
"@featherds/expansion": "0.12.30",
"@featherds/icon": "0.12.30",
"@featherds/input": "0.12.30",
"@featherds/list": "0.12.30",
"@featherds/megamenu": "0.12.30",
"@featherds/menu": "0.12.30",
"@featherds/navigation-rail": "0.12.30",
"@featherds/pagination": "0.12.30",
"@featherds/progress": "0.12.30",
"@featherds/protected-input": "0.12.30",
"@featherds/radio": "0.12.30",
"@featherds/select": "0.12.30",
"@featherds/snackbar": "0.12.30",
"@featherds/styles": "0.12.30",
"@featherds/table": "0.12.30",
"@featherds/tabs": "0.12.30",
"@featherds/textarea": "0.12.30",
"@featherds/tooltip": "0.12.30",
"@featherds/utils": "0.12.30",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@vueuse/core": "^9.13.0",
"ace-builds": "^1.32.6",
"axios": "^0.28.0",
"chart.js": "^3.9.1",
"chartjs-plugin-zoom": "^2.0.1",
"cronstrue": "^2.11.0",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"ip-regex": "^5.0.0",
"is-ip": "^5.0.1",
"is-valid-domain": "^0.1.6",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"marked": "^12.0.2",
"pinia": "^2.1.6",
"rapidoc": "^9.3.4",
"sass": "^1.75.0",
"sass-loader": "^14.1.1",
"splitpanes": "^3.1.5",
"vite-svg-loader": "^4.0.0",
"vue": "^3.3.4",
"vue-diff": "^1.2.4",
"vue-router": "^4.2.4",
"vue3-ace-editor": "^2.2.4"
"@featherds/app-bar": "0.12.30",
"@featherds/app-layout": "0.12.30",
"@featherds/autocomplete": "0.12.30",
"@featherds/button": "0.12.30",
"@featherds/checkbox": "0.12.30",
"@featherds/chips": "0.12.30",
"@featherds/date-input": "0.12.30",
"@featherds/dialog": "0.12.30",
"@featherds/drawer": "0.12.30",
"@featherds/dropdown": "0.12.30",
"@featherds/expansion": "0.12.30",
"@featherds/icon": "0.12.30",
"@featherds/input": "0.12.30",
"@featherds/list": "0.12.30",
"@featherds/megamenu": "0.12.30",
"@featherds/menu": "0.12.30",
"@featherds/navigation-rail": "0.12.30",
"@featherds/pagination": "0.12.30",
"@featherds/progress": "0.12.30",
"@featherds/protected-input": "0.12.30",
"@featherds/radio": "0.12.30",
"@featherds/select": "0.12.30",
"@featherds/snackbar": "0.12.30",
"@featherds/styles": "0.12.30",
"@featherds/table": "0.12.30",
"@featherds/tabs": "0.12.30",
"@featherds/textarea": "0.12.30",
"@featherds/tooltip": "0.12.30",
"@featherds/utils": "0.12.30",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@vueuse/core": "^9.13.0",
"ace-builds": "^1.32.6",
"axios": "^0.28.0",
"chart.js": "^3.9.1",
"chartjs-plugin-zoom": "^2.0.1",
"cronstrue": "^2.11.0",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"ip-regex": "^5.0.0",
"is-ip": "^5.0.1",
"is-valid-domain": "^0.1.6",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"marked": "^12.0.2",
"pinia": "^2.1.6",
"rapidoc": "^9.3.4",
"sass": "^1.75.0",
"sass-loader": "^14.1.1",
"splitpanes": "^3.1.5",
"vite-svg-loader": "^4.0.0",
"vue": "^3.3.4",
"vue-diff": "^1.2.4",
"vue-router": "^4.2.4",
"vue3-ace-editor": "^2.2.4"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@types/d3": "^7.4.0",
"@types/diff": "^5.0.3",
"@types/leaflet": "^1.9.11",
"@types/leaflet.markercluster": "^1.5.1",
"@types/lodash": "^4.14.196",
"@types/marked": "^4.0.3",
"@types/node": ">=20",
"@types/splitpanes": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue-leaflet/vue-leaflet": "^0.7.0",
"@vue/test-utils": "^2.4.5",
"diff": "^5.1.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-vue": "^9.22.0",
"happy-dom": "^9.20.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.3.9",
"vitest": "^2.0.0",
"vitest-mock-extended": "^1.3.1",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.6.5"
"@pinia/testing": "^0.1.3",
"@types/d3": "^7.4.0",
"@types/diff": "^5.0.3",
"@types/leaflet": "^1.9.11",
"@types/leaflet.markercluster": "^1.5.1",
"@types/lodash": "^4.14.196",
"@types/marked": "^4.0.3",
"@types/node": ">=20",
"@types/splitpanes": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue-leaflet/vue-leaflet": "^0.7.0",
"@vue/test-utils": "^2.4.5",
"diff": "^5.1.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-vue": "^9.22.0",
"happy-dom": "^9.20.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.3.9",
"vitest": "^2.0.0",
"vitest-mock-extended": "^1.3.1",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.6.5"
},
"engines": {
"node": ">=18",
"yarn": ">=1.22.18"
"node": ">=18",
"yarn": ">=1.22.18"
},
"resolutions": {
"@antfu/utils": "^0.7.3",
"undici": "5.28.4",
"micromatch": "^4.0.8"
"@antfu/utils": "^0.7.3",
"undici": "5.28.4",
"micromatch": "^4.0.8"
}
}
}


Loading
Loading