Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jul 22, 2020
1 parent 50b111b commit 3afd533
Show file tree
Hide file tree
Showing 13 changed files with 2,821 additions and 2,521 deletions.
36 changes: 18 additions & 18 deletions dist/app/index.js

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

2 changes: 1 addition & 1 deletion dist/app/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* grapesjs-components-farmer
* grapesjs plugin to build components for different css framework
*
* @version v0.5.0
* @version v0.5.1
* @author friends@niiknow.org
* @homepage https://niiknow.github.io/grapesjs-components-farmer/
* @repository https://github.com/niiknow/grapesjs-components-farmer.git
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/app/index.js": "/app/index.js",
"/app/index.js.map": "/app/index.js.map"
"/index.js": "/index.js?id=670832b2625459c79792",
"/index.js.map": "/index.js.map?id=f7d99992564d13919af4"
}
4 changes: 2 additions & 2 deletions example/bootstrap4.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const config = {
canvas: {
styles: [
'https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css'
'https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css'
],
scripts: [
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js'
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/foundation.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = {
'https://cdn.jsdelivr.net/npm/foundation-sites@6.6.2/dist/css/foundation.min.css'
],
scripts: [
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.6.2/js/foundation.min.js'
]
},
Expand Down
2 changes: 1 addition & 1 deletion example/googlemd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = {
'https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css'
],
scripts: [
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js'
]
},
Expand Down
8 changes: 4 additions & 4 deletions index-client.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, height=device-height, initial-scale=1.0" name="viewport"/>
<title>Demo client-side form handler</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
</head>
<body>
<div id="lambda-form" class="lambda-form lambda-form-wrapper">
Expand Down
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
<head>
<meta charset="utf-8">
<title>grapesjs-components-farmer demo</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/grapesjs@0.16.3/dist/css/grapes.min.css"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/grapesjs@0.16.18/dist/css/grapes.min.css"/>

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>

<script src="https://cdn.jsdelivr.net/npm/grapesjs@0.16.3/dist/grapes.js"></script>
<script src="https://cdn.jsdelivr.net/npm/grapesjs@0.16.12/dist/grapes.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ckeditor@4.12.1/ckeditor.js"></script>
<script src="https://cdn.jsdelivr.net/npm/grapesjs-plugin-ckeditor@0.0.9/dist/grapesjs-plugin-ckeditor.min.js" integrity="sha256-ZdRvgbDq8uHl2r1BkwNCCkPtEV/ARCRIiIs/2b8xVPQ=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/grapesjs-plugin-ckeditor@0.0.9/dist/grapesjs-plugin-ckeditor.min.js"></script>
<style>
html, body {
margin: 0;
Expand Down
Loading

0 comments on commit 3afd533

Please sign in to comment.