Skip to content

Commit

Permalink
Updated submodules
Browse files Browse the repository at this point in the history
Triggered by crafting-tweaks: [workflow] Fixed workflow
  • Loading branch information
github-actions[bot] committed Jul 28, 2024
1 parent b4e8150 commit d60a024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion behaviour-packs
Submodule behaviour-packs updated 58 files
+40 −3 .github/workflows/main.yml
+1 −0 node_modules/.bin/prettier
+21 −0 node_modules/.package-lock.json
+4,379 −0 node_modules/prettier/LICENSE
+109 −0 node_modules/prettier/README.md
+64 −0 node_modules/prettier/bin/prettier.cjs
+243 −0 node_modules/prettier/doc.d.ts
+1,319 −0 node_modules/prettier/doc.js
+1,291 −0 node_modules/prettier/doc.mjs
+648 −0 node_modules/prettier/index.cjs
+941 −0 node_modules/prettier/index.d.ts
+22,795 −0 node_modules/prettier/index.mjs
+3,884 −0 node_modules/prettier/internal/cli.mjs
+198 −0 node_modules/prettier/package.json
+6 −0 node_modules/prettier/plugins/acorn.d.ts
+15 −0 node_modules/prettier/plugins/acorn.js
+15 −0 node_modules/prettier/plugins/acorn.mjs
+8 −0 node_modules/prettier/plugins/angular.d.ts
+1 −0 node_modules/prettier/plugins/angular.js
+1 −0 node_modules/prettier/plugins/angular.mjs
+18 −0 node_modules/prettier/plugins/babel.d.ts
+15 −0 node_modules/prettier/plugins/babel.js
+15 −0 node_modules/prettier/plugins/babel.mjs
+1 −0 node_modules/prettier/plugins/estree.d.ts
+36 −0 node_modules/prettier/plugins/estree.js
+36 −0 node_modules/prettier/plugins/estree.mjs
+5 −0 node_modules/prettier/plugins/flow.d.ts
+19 −0 node_modules/prettier/plugins/flow.js
+19 −0 node_modules/prettier/plugins/flow.mjs
+5 −0 node_modules/prettier/plugins/glimmer.d.ts
+30 −0 node_modules/prettier/plugins/glimmer.js
+30 −0 node_modules/prettier/plugins/glimmer.mjs
+5 −0 node_modules/prettier/plugins/graphql.d.ts
+29 −0 node_modules/prettier/plugins/graphql.js
+29 −0 node_modules/prettier/plugins/graphql.mjs
+8 −0 node_modules/prettier/plugins/html.d.ts
+22 −0 node_modules/prettier/plugins/html.js
+22 −0 node_modules/prettier/plugins/html.mjs
+7 −0 node_modules/prettier/plugins/markdown.d.ts
+62 −0 node_modules/prettier/plugins/markdown.js
+62 −0 node_modules/prettier/plugins/markdown.mjs
+5 −0 node_modules/prettier/plugins/meriyah.d.ts
+4 −0 node_modules/prettier/plugins/meriyah.js
+4 −0 node_modules/prettier/plugins/meriyah.mjs
+7 −0 node_modules/prettier/plugins/postcss.d.ts
+52 −0 node_modules/prettier/plugins/postcss.js
+52 −0 node_modules/prettier/plugins/postcss.mjs
+5 −0 node_modules/prettier/plugins/typescript.d.ts
+20 −0 node_modules/prettier/plugins/typescript.js
+20 −0 node_modules/prettier/plugins/typescript.mjs
+5 −0 node_modules/prettier/plugins/yaml.d.ts
+161 −0 node_modules/prettier/plugins/yaml.js
+161 −0 node_modules/prettier/plugins/yaml.mjs
+33 −0 node_modules/prettier/standalone.d.ts
+35 −0 node_modules/prettier/standalone.js
+35 −0 node_modules/prettier/standalone.mjs
+26 −0 package-lock.json
+5 −0 package.json
2 changes: 1 addition & 1 deletion crafting-tweaks
Submodule crafting-tweaks updated 58 files
+41 −4 .github/workflows/main.yml
+1 −0 node_modules/.bin/prettier
+21 −0 node_modules/.package-lock.json
+4,379 −0 node_modules/prettier/LICENSE
+109 −0 node_modules/prettier/README.md
+64 −0 node_modules/prettier/bin/prettier.cjs
+243 −0 node_modules/prettier/doc.d.ts
+1,319 −0 node_modules/prettier/doc.js
+1,291 −0 node_modules/prettier/doc.mjs
+648 −0 node_modules/prettier/index.cjs
+941 −0 node_modules/prettier/index.d.ts
+22,795 −0 node_modules/prettier/index.mjs
+3,884 −0 node_modules/prettier/internal/cli.mjs
+198 −0 node_modules/prettier/package.json
+6 −0 node_modules/prettier/plugins/acorn.d.ts
+15 −0 node_modules/prettier/plugins/acorn.js
+15 −0 node_modules/prettier/plugins/acorn.mjs
+8 −0 node_modules/prettier/plugins/angular.d.ts
+1 −0 node_modules/prettier/plugins/angular.js
+1 −0 node_modules/prettier/plugins/angular.mjs
+18 −0 node_modules/prettier/plugins/babel.d.ts
+15 −0 node_modules/prettier/plugins/babel.js
+15 −0 node_modules/prettier/plugins/babel.mjs
+1 −0 node_modules/prettier/plugins/estree.d.ts
+36 −0 node_modules/prettier/plugins/estree.js
+36 −0 node_modules/prettier/plugins/estree.mjs
+5 −0 node_modules/prettier/plugins/flow.d.ts
+19 −0 node_modules/prettier/plugins/flow.js
+19 −0 node_modules/prettier/plugins/flow.mjs
+5 −0 node_modules/prettier/plugins/glimmer.d.ts
+30 −0 node_modules/prettier/plugins/glimmer.js
+30 −0 node_modules/prettier/plugins/glimmer.mjs
+5 −0 node_modules/prettier/plugins/graphql.d.ts
+29 −0 node_modules/prettier/plugins/graphql.js
+29 −0 node_modules/prettier/plugins/graphql.mjs
+8 −0 node_modules/prettier/plugins/html.d.ts
+22 −0 node_modules/prettier/plugins/html.js
+22 −0 node_modules/prettier/plugins/html.mjs
+7 −0 node_modules/prettier/plugins/markdown.d.ts
+62 −0 node_modules/prettier/plugins/markdown.js
+62 −0 node_modules/prettier/plugins/markdown.mjs
+5 −0 node_modules/prettier/plugins/meriyah.d.ts
+4 −0 node_modules/prettier/plugins/meriyah.js
+4 −0 node_modules/prettier/plugins/meriyah.mjs
+7 −0 node_modules/prettier/plugins/postcss.d.ts
+52 −0 node_modules/prettier/plugins/postcss.js
+52 −0 node_modules/prettier/plugins/postcss.mjs
+5 −0 node_modules/prettier/plugins/typescript.d.ts
+20 −0 node_modules/prettier/plugins/typescript.js
+20 −0 node_modules/prettier/plugins/typescript.mjs
+5 −0 node_modules/prettier/plugins/yaml.d.ts
+161 −0 node_modules/prettier/plugins/yaml.js
+161 −0 node_modules/prettier/plugins/yaml.mjs
+33 −0 node_modules/prettier/standalone.d.ts
+35 −0 node_modules/prettier/standalone.js
+35 −0 node_modules/prettier/standalone.mjs
+26 −0 package-lock.json
+5 −0 package.json
2 changes: 1 addition & 1 deletion resource-packs

0 comments on commit d60a024

Please sign in to comment.