Skip to content

Commit

Permalink
build: updated deps and added new features from 2.10 and 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Jul 14, 2023
1 parent 7152759 commit c0c9ca4
Show file tree
Hide file tree
Showing 9 changed files with 2,312 additions and 1,374 deletions.
20 changes: 20 additions & 0 deletions languages/tsparticles-block.pot
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ msgstr ""
msgid "Simplex"
msgstr ""

#. SVG
msgid "SVG"
msgstr ""

#. Plugins
msgid "Plugins"
msgstr ""
Expand Down Expand Up @@ -162,6 +166,22 @@ msgstr ""
msgid "Emitters"
msgstr ""

#. Export
msgid "Export"
msgstr ""

#. Image
msgid "Image"
msgstr ""

#. JSON
msgid "JSON"
msgstr ""

#. Video
msgid "Video"
msgstr ""

#. HSV
msgid "HSV"
msgstr ""
Expand Down
24 changes: 16 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"tsparticles-path-perlin-noise": "^2.11.0",
"tsparticles-path-polygon": "^2.11.0",
"tsparticles-path-simplex-noise": "^2.11.0",
"tsparticles-path-svg": "^2.11.0",
"tsparticles-plugin-absorbers": "^2.11.0",
"tsparticles-plugin-canvas-mask": "^2.11.0",
"tsparticles-plugin-easing-back": "^2.11.0",
Expand All @@ -61,6 +62,9 @@
"tsparticles-plugin-easing-quint": "^2.11.0",
"tsparticles-plugin-easing-sine": "^2.11.0",
"tsparticles-plugin-emitters": "^2.11.0",
"tsparticles-plugin-export-image": "^2.11.0",
"tsparticles-plugin-export-json": "^2.11.0",
"tsparticles-plugin-export-video": "^2.11.0",
"tsparticles-plugin-hsv-color": "^2.11.0",
"tsparticles-plugin-infection": "^2.11.0",
"tsparticles-plugin-motion": "^2.11.0",
Expand All @@ -78,14 +82,18 @@
"tsparticles-preset-snow": "^2.11.0",
"tsparticles-preset-stars": "^2.11.0",
"tsparticles-preset-triangles": "^2.11.0",
"tsparticles-shape-arrow": "^2.11.0",
"tsparticles-shape-bubble": "^2.11.0",
"tsparticles-shape-cards": "^2.11.0",
"tsparticles-shape-circle": "^2.11.0",
"tsparticles-shape-cog": "^2.11.0",
"tsparticles-shape-heart": "^2.11.0",
"tsparticles-shape-image": "^2.11.0",
"tsparticles-shape-line": "^2.11.0",
"tsparticles-shape-multiline-text": "^2.11.0",
"tsparticles-shape-path": "^2.11.0",
"tsparticles-shape-polygon": "^2.11.0",
"tsparticles-shape-rounded-polygon": "^2.11.0",
"tsparticles-shape-rounded-rect": "^2.11.0",
"tsparticles-shape-spiral": "^2.11.0",
"tsparticles-shape-square": "^2.11.0",
Expand All @@ -108,16 +116,16 @@
"tsparticles-updater-wobble": "^2.11.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@wordpress/block-editor": "^12.0.0",
"@wordpress/blocks": "^12.4.0",
"@wordpress/i18n": "^4.23.0",
"@wordpress/scripts": "^26.0.0",
"fs-extra": "^11.1.0",
"@babel/core": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@wordpress/block-editor": "^12.5.0",
"@wordpress/blocks": "^12.14.0",
"@wordpress/i18n": "^4.37.0",
"@wordpress/scripts": "^26.8.0",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.0"
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit c0c9ca4

Please sign in to comment.