Skip to content

Commit

Permalink
FIO-9507 update core dev tag again (#5977)
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio authored Jan 13, 2025
1 parent fb495d4 commit 7cbee3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/js",
"version": "5.1.0-dev.1",
"version": "5.1.0-dev.2",
"description": "JavaScript powered Forms with JSON Form Builder",
"main": "lib/cjs/index.js",
"exports": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"dependencies": {
"@formio/bootstrap": "v3.0.0-dev.121.085d187",
"@formio/choices.js": "^10.2.1",
"@formio/core": "v2.4.0-dev.210.e634ab4",
"@formio/core": "v2.4.0-dev.2",
"@formio/text-mask-addons": "3.8.0-formio.4",
"@formio/vanilla-text-mask": "^5.1.1-formio.1",
"abortcontroller-polyfill": "^1.7.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@
fuse.js "^6.6.2"
redux "^4.2.0"

"@formio/[email protected].210.e634ab4":
version "2.4.0-dev.210.e634ab4"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.4.0-dev.210.e634ab4.tgz#1f8d0e216b2a103ca9945a4cdc86683be48e4bbd"
integrity sha512-t+M9K3si9Sd11dTN7Yzrek5l7V71AifjxM9RvbpJKOPr3P4f0Ceq1Z9P4vESQ8rCBAV3SAVwXzoeSGcVx7b6/Q==
"@formio/[email protected].2":
version "2.4.0-dev.2"
resolved "https://registry.yarnpkg.com/@formio/core/-/core-2.4.0-dev.2.tgz#30ebab054e602c5ce7f487d853d195887e0f62b9"
integrity sha512-rodSO272z/bUqOulrCx1mkpCsuW7AHjcxV9tX5Ob7F97JV/6lxtsvxrmhPWFS63yXnecreZO5v67xrcHxBWVMg==
dependencies:
browser-cookies "^1.2.0"
core-js "^3.39.0"
dayjs "^1.11.12"
dompurify "^3.2.0"
dompurify "^3.2.3"
eventemitter3 "^5.0.0"
fast-json-patch "^3.1.1"
fetch-ponyfill "^7.1.0"
Expand Down Expand Up @@ -2434,7 +2434,7 @@ domexception@^4.0.0:
dependencies:
webidl-conversions "^7.0.0"

dompurify@^3.1.6, dompurify@^3.2.0:
dompurify@^3.1.6, dompurify@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.3.tgz#05dd2175225324daabfca6603055a09b2382a4cd"
integrity sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==
Expand Down

0 comments on commit 7cbee3b

Please sign in to comment.