mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 03:57:45 +02:00
chore: update CI to v4.6.3 + all php and js dependencies
This commit is contained in:
parent
96b2df15b0
commit
346c00e7b5
206 changed files with 6239 additions and 5336 deletions
96
package.json
96
package.json
|
|
@ -31,78 +31,78 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@amcharts/amcharts4": "^4.10.40",
|
||||
"@amcharts/amcharts4-geodata": "^4.1.30",
|
||||
"@codemirror/commands": "^6.8.0",
|
||||
"@amcharts/amcharts4-geodata": "^4.1.31",
|
||||
"@codemirror/commands": "^6.8.1",
|
||||
"@codemirror/lang-html": "^6.4.9",
|
||||
"@codemirror/lang-xml": "^6.1.0",
|
||||
"@codemirror/language": "^6.11.0",
|
||||
"@codemirror/language": "^6.11.3",
|
||||
"@codemirror/state": "^6.5.2",
|
||||
"@codemirror/view": "^6.36.4",
|
||||
"@floating-ui/dom": "^1.6.13",
|
||||
"@codemirror/view": "^6.38.1",
|
||||
"@floating-ui/dom": "^1.7.4",
|
||||
"@github/clipboard-copy-element": "^1.3.0",
|
||||
"@github/hotkey": "^3.1.1",
|
||||
"@github/markdown-toolbar-element": "^2.2.3",
|
||||
"@github/relative-time-element": "^4.4.5",
|
||||
"@patternfly/elements": "^4.0.2",
|
||||
"@github/relative-time-element": "^4.4.8",
|
||||
"@patternfly/elements": "^4.2.0",
|
||||
"@vime/core": "^5.4.1",
|
||||
"choices.js": "^11.1.0",
|
||||
"codemirror": "^6.0.1",
|
||||
"codemirror": "^6.0.2",
|
||||
"flatpickr": "^4.6.13",
|
||||
"htmlfy": "^0.6.2",
|
||||
"htmlfy": "^1.0.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"leaflet.markercluster": "^1.5.3",
|
||||
"lit": "^3.2.1",
|
||||
"marked": "^15.0.7",
|
||||
"wavesurfer.js": "^7.9.1",
|
||||
"xml-formatter": "^3.6.4"
|
||||
"lit": "^3.3.1",
|
||||
"marked": "^16.2.0",
|
||||
"wavesurfer.js": "^7.10.1",
|
||||
"xml-formatter": "^3.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.8.0",
|
||||
"@commitlint/config-conventional": "^19.8.0",
|
||||
"@csstools/css-tokenizer": "^3.0.3",
|
||||
"@eslint/eslintrc": "^3.3.0",
|
||||
"@eslint/js": "^9.22.0",
|
||||
"@commitlint/cli": "^19.8.1",
|
||||
"@commitlint/config-conventional": "^19.8.1",
|
||||
"@csstools/css-tokenizer": "^3.0.4",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.34.0",
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/exec": "^7.0.3",
|
||||
"@semantic-release/exec": "^7.1.0",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@semantic-release/gitlab": "^13.2.4",
|
||||
"@semantic-release/gitlab": "^13.2.8",
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@types/leaflet": "^1.9.16",
|
||||
"@types/leaflet": "^1.9.20",
|
||||
"all-contributors-cli": "^6.26.1",
|
||||
"commitizen": "^4.3.1",
|
||||
"conventional-changelog-conventionalcommits": "^8.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cssnano": "^7.0.6",
|
||||
"conventional-changelog-conventionalcommits": "^9.1.0",
|
||||
"cross-env": "^10.0.0",
|
||||
"cssnano": "^7.1.1",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"glob": "^11.0.1",
|
||||
"globals": "^16.0.0",
|
||||
"eslint": "^9.34.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"glob": "^11.0.3",
|
||||
"globals": "^16.3.0",
|
||||
"husky": "^9.1.7",
|
||||
"is-ci": "^4.1.0",
|
||||
"lint-staged": "^15.5.0",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss-import": "^16.1.0",
|
||||
"postcss-nesting": "^13.0.1",
|
||||
"postcss-preset-env": "^10.1.5",
|
||||
"lint-staged": "^16.1.5",
|
||||
"postcss": "^8.5.6",
|
||||
"postcss-import": "^16.1.1",
|
||||
"postcss-nesting": "^13.0.2",
|
||||
"postcss-preset-env": "^10.3.0",
|
||||
"postcss-reporter": "^7.1.0",
|
||||
"prettier": "3.5.3",
|
||||
"prettier-plugin-organize-imports": "^4.1.0",
|
||||
"semantic-release": "^24.2.3",
|
||||
"sharp": "^0.33.5",
|
||||
"stylelint": "^16.15.0",
|
||||
"stylelint-config-standard": "^37.0.0",
|
||||
"svgo": "^3.3.2",
|
||||
"prettier": "3.6.2",
|
||||
"prettier-plugin-organize-imports": "^4.2.0",
|
||||
"semantic-release": "^24.2.7",
|
||||
"sharp": "^0.34.3",
|
||||
"stylelint": "^16.23.1",
|
||||
"stylelint-config-standard": "^39.0.0",
|
||||
"svgo": "^4.0.0",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"typescript": "~5.7.3",
|
||||
"typescript-eslint": "^8.26.1",
|
||||
"vite": "^6.2.2",
|
||||
"vite-plugin-codeigniter": "^1.0.1",
|
||||
"vite-plugin-inspect": "^11.0.0",
|
||||
"vite-plugin-pwa": "^0.21.1",
|
||||
"vite-plugin-static-copy": "^2.3.0",
|
||||
"typescript": "~5.9.2",
|
||||
"typescript-eslint": "^8.41.0",
|
||||
"vite": "^7.1.3",
|
||||
"vite-plugin-codeigniter": "^2.0.0",
|
||||
"vite-plugin-inspect": "^11.3.3",
|
||||
"vite-plugin-pwa": "^1.0.3",
|
||||
"vite-plugin-static-copy": "^3.1.2",
|
||||
"workbox-build": "^7.3.0",
|
||||
"workbox-core": "^7.3.0",
|
||||
"workbox-routing": "^7.3.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue