Skip to content

Commit

Permalink
Updated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Apr 2, 2024
1 parent bc21c5d commit cdcbd44
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 382 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap/dist/js/bootstrap.min.js"></script>
{% if page.formioFull == nil %}
{% if page.noFormio == nil %}
<script src="{{ site.baseurl }}dist/formio.min.js"></script>
<script src="{{ site.baseurl }}dist/formio.js"></script>
<script type="text/javascript">
Formio.config.cdnUrls = {
js: {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/js",
"version": "5.0.0-rc.41",
"version": "5.0.0-rc.42",
"description": "JavaScript powered Forms with JSON Form Builder",
"main": "lib/cjs/index.js",
"exports": {
Expand Down Expand Up @@ -84,9 +84,9 @@
},
"homepage": "https://github.com/formio/formio.js#readme",
"dependencies": {
"@formio/bootstrap": "^3.0.0-rc.21",
"@formio/bootstrap": "^3.0.0-rc.22",
"@formio/choices.js": "^10.2.1",
"@formio/core": "^2.0.0-rc.18",
"@formio/core": "^2.0.0-tt.dev-882e7ea",
"@formio/text-mask-addons": "^3.8.0-formio.2",
"@formio/vanilla-text-mask": "^5.1.1-formio.1",
"abortcontroller-polyfill": "^1.7.5",
Expand Down Expand Up @@ -114,17 +114,17 @@
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.44",
"quill": "^2.0.0-dev.3",
"quill": "^2.0.0-rc.4",
"signature_pad": "^4.2.0",
"string-hash": "^1.1.3",
"tippy.js": "^6.3.7",
"uuid": "^9.0.0",
"vanilla-picker": "^2.12.2"
"vanilla-picker": "^2.12.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"ace-builds": "1.32.7",
"ace-builds": "1.32.9",
"async-limiter": "^2.0.0",
"bootstrap-icons": "^1.10.5",
"bootswatch": "^5.3.3",
Expand Down
Loading

0 comments on commit cdcbd44

Please sign in to comment.