Skip to content

Commit 49c1275

Browse files
build(deps): bump jsx-dom from 6.4.23 to 7.0.2
Bumps [jsx-dom](https://github.com/proteriax/jsx-dom) from 6.4.23 to 7.0.2. - [Release notes](https://github.com/proteriax/jsx-dom/releases) - [Changelog](https://github.com/proteriax/jsx-dom/blob/master/CHANGELOG.md) - [Commits](https://github.com/proteriax/jsx-dom/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 365f27a commit 49c1275

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"jest": "^26.5.2",
4040
"jest-junit": "^12.0.0",
4141
"jquery": "^3.4.1",
42-
"jsx-dom": "^6.3.1",
42+
"jsx-dom": "^7.0.2",
4343
"knockout": "3.5.1",
4444
"knockout-punches": "^0.5.1",
4545
"lerna": "^4.0.0",

packages/components.flash-message/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@profiscience/knockout-contrib-model-builders-view": "^2.0.6",
2323
"babel-runtime": "^6.26.0",
24-
"jsx-dom": "^6.3.1"
24+
"jsx-dom": "^7.0.2"
2525
},
2626
"devDependencies": {
2727
"@profiscience/knockout-contrib-router-middleware-flash-message": "^2.0.17"

packages/model.mixins.pager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"babel-runtime": "^6.26.0",
2323
"core-js": "^3.1.3",
24-
"jsx-dom": "^6.3.1"
24+
"jsx-dom": "^7.0.2"
2525
},
2626
"devDependencies": {
2727
"@profiscience/knockout-contrib-model-builders-data": "^2.3.11"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4063,10 +4063,10 @@ cssstyle@^2.2.0:
40634063
dependencies:
40644064
cssom "~0.3.6"
40654065

4066-
csstype@^3.0.3:
4067-
version "3.0.3"
4068-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.3.tgz#2b410bbeba38ba9633353aff34b05d9755d065f8"
4069-
integrity sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag==
4066+
csstype@^3.0.8:
4067+
version "3.0.8"
4068+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.8.tgz#d2266a792729fb227cd216fb572f43728e1ad340"
4069+
integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==
40704070

40714071
currently-unhandled@^0.4.1:
40724072
version "0.4.1"
@@ -7110,12 +7110,12 @@ jsprim@^1.2.2:
71107110
json-schema "0.2.3"
71117111
verror "1.10.0"
71127112

7113-
jsx-dom@^6.3.1:
7114-
version "6.4.23"
7115-
resolved "https://registry.yarnpkg.com/jsx-dom/-/jsx-dom-6.4.23.tgz#47f4e547eb86679bd03f3d0b36f2097c2799ee46"
7116-
integrity sha512-Y0ax82xa4nzqFdbUXs3ma2haDZy4pB638kMZsGRzZqdmtyzY2nAKs7Bh3DrLn0vqMuxmvZQ3g9hq3NtnI5yXtQ==
7113+
jsx-dom@^7.0.2:
7114+
version "7.0.2"
7115+
resolved "https://registry.yarnpkg.com/jsx-dom/-/jsx-dom-7.0.2.tgz#be5b90cff3c5fe38e00404843d8d63990984560b"
7116+
integrity sha512-3yqioWCpAygkZ7ouqeZIqNJh7sXVXeGvv9SSVyhDvhlJE2r+Xv8UpZo0OfJuRu/SPu0kmjcObn8HGW8DMl5F0Q==
71177117
dependencies:
7118-
csstype "^3.0.3"
7118+
csstype "^3.0.8"
71197119

71207120
karma-firefox-launcher@^2.0.0:
71217121
version "2.1.1"

0 commit comments

Comments
 (0)