Skip to content

Commit

Permalink
Update react-form version for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 8, 2024
1 parent 1fa311f commit 23ff37a
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/react-forms/static/css/main.152dba32.css",
"main.js": "/react-forms/static/js/main.7b299a98.js",
"main.js": "/react-forms/static/js/main.4bb5ff3b.js",
"static/media/fa-solid-900.svg": "/react-forms/static/media/fa-solid-900.7a8b4f130182d19a2d7c.svg",
"static/media/fa-brands-400.svg": "/react-forms/static/media/fa-brands-400.2f517e09eb2ca6650ff5.svg",
"static/media/fa-solid-900.eot": "/react-forms/static/media/fa-solid-900.9bbb245e67a133f6e486.eot",
Expand All @@ -19,10 +19,10 @@
"static/media/fa-regular-400.woff2": "/react-forms/static/media/fa-regular-400.7a3337626410ca2f4071.woff2",
"index.html": "/react-forms/index.html",
"main.152dba32.css.map": "/react-forms/static/css/main.152dba32.css.map",
"main.7b299a98.js.map": "/react-forms/static/js/main.7b299a98.js.map"
"main.4bb5ff3b.js.map": "/react-forms/static/js/main.4bb5ff3b.js.map"
},
"entrypoints": [
"static/css/main.152dba32.css",
"static/js/main.7b299a98.js"
"static/js/main.4bb5ff3b.js"
]
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/react-forms/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/react-forms/logo192.png"/><link rel="manifest" href="/react-forms/manifest.json"/><title>React-forms playground</title><script defer="defer" src="/react-forms/static/js/main.7b299a98.js"></script><link href="/react-forms/static/css/main.152dba32.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/react-forms/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/react-forms/logo192.png"/><link rel="manifest" href="/react-forms/manifest.json"/><title>React-forms playground</title><script defer="defer" src="/react-forms/static/js/main.4bb5ff3b.js"></script><link href="/react-forms/static/css/main.152dba32.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "https://maif.github.io/react-forms/",
"dependencies": {
"@maif/react-forms": "^1.6.4",
"@maif/react-forms": "^1.6.5",
"babel-standalone": "^6.26.0",
"bootstrap": "5.1.3",
"lz-string": "^1.4.4",
Expand Down
8 changes: 4 additions & 4 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2115,10 +2115,10 @@
dependencies:
"@lezer/lr" "^0.15.0"

"@maif/react-forms@^1.6.4":
version "1.6.4"
resolved "https://registry.npmjs.org/@maif/react-forms/-/react-forms-1.6.4.tgz"
integrity sha512-/NRHLltj6mVjWv17dg6SfalvswDW+JA+67DBCEGf7lQOUypFlJ8Cs7zVuXpavSk9Pu5usfeuW0T69yajbd2vOg==
"@maif/react-forms@^1.6.5":
version "1.6.5"
resolved "https://registry.npmjs.org/@maif/react-forms/-/react-forms-1.6.5.tgz"
integrity sha512-dgIiRrXYfILKH625puPtu0O5uWbnkz4oXBeY6ETkDFWnGA7KeR8D0JWNeuypvs9qOJqc+Z+8ZdSAzj0hcDHS1g==
dependencies:
"@codemirror/basic-setup" "^0.19.1"
"@codemirror/lang-html" "^0.19.4"
Expand Down

0 comments on commit 23ff37a

Please sign in to comment.