📌 Bump tw-elements from 1.0.0 to 1.1.0

Bumps [tw-elements](https://github.com/mdbootstrap/Tailwind-Elements) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/mdbootstrap/Tailwind-Elements/releases)
- [Commits](https://github.com/mdbootstrap/Tailwind-Elements/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: tw-elements
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-06 20:54:03 +00:00 committed by GitHub
parent a07f38d97a
commit a9a6301839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -28,7 +28,7 @@
"puppeteer": "^21.5.2",
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.6",
"tw-elements": "1.0.0",
"tw-elements": "1.1.0",
"typeit": "^8.8.0",
"vendor-copy": "^3.0.1"
}
@ -2847,9 +2847,9 @@
"dev": true
},
"node_modules/tw-elements": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tw-elements/-/tw-elements-1.0.0.tgz",
"integrity": "sha512-pD2bA1bTGzvigU79dz4pGvO207CCOpzhwlxzb7hswx40SMMkJISOkoDxU2ot3OQ7LTZM5GwuLDkZ+dquK0wdYQ==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/tw-elements/-/tw-elements-1.1.0.tgz",
"integrity": "sha512-IUr9YW2l99oTVZxuVjQg6rpuCpo6VZqbaKGYmZUNVVsoSVU/ljPpkJAY2Pn/morlXwKPhP9MTPNQMlWosqHL4w==",
"dev": true,
"dependencies": {
"@popperjs/core": "^2.6.0",

View file

@ -46,7 +46,7 @@
"puppeteer": "^21.5.2",
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.6",
"tw-elements": "1.0.0",
"tw-elements": "1.1.0",
"typeit": "^8.8.0",
"vendor-copy": "^3.0.1"
},