Skip to content

Commit

Permalink
Upgrade: Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Jul 8, 2024
1 parent ff8beec commit 0672463
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 426 deletions.
2 changes: 0 additions & 2 deletions Resources/Private/MetadataEditor/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ manifest('Jonnitto.PrettyEmbed:Metadata', {}, (globalRegistry) => {
component: Editor,
});
});

// Jonnitto\PrettyEmbedHelper\Domain\Metadata
2 changes: 1 addition & 1 deletion Resources/Public/Plugin/Metadata.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Resources/Public/Scripts/Alpine.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Resources/Public/Scripts/Hls.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,30 @@
"url": "git://github.com/jonnitto/Jonnitto.PrettyEmbedHelper.git"
},
"dependencies": {
"alpinejs": "^3.14.0",
"hls.js": "^1.5.9"
"alpinejs": "^3.14.1",
"hls.js": "^1.5.13"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.6.0",
"@neos-project/neos-ui-extensibility": "9.0.0-beta2",
"@prettier/plugin-php": "^0.22.2",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"esbuild": "^0.21.4",
"cssnano": "^7.0.4",
"esbuild": "^0.23.0",
"esbuild-plugin-lightningcss-modules": "^0.1.2",
"eslint": "^9.4.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.3.0",
"postcss": "^8.4.38",
"globals": "^15.8.0",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.3.0",
"sass": "^1.77.4",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-scss": "^6.3.0"
"stylelint-config-standard": "^36.0.1",
"stylelint-scss": "^6.3.2"
},
"scripts": {
"build:css:scss": "sass --no-source-map Resources/Private/Assets:Resources/Public/Styles",
Expand Down
Loading

0 comments on commit 0672463

Please sign in to comment.