Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Dec 21, 2021
1 parent f084466 commit 2886081
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 7,856 deletions.
2 changes: 1 addition & 1 deletion packages/admin-block-editor/package.json
Expand Up @@ -16,7 +16,7 @@
"@editorjs/table": "^2.0.1",
"@pushword/editorjs-tools": "file:../admin-block-editor-tools",
"@pushword/js-helper": "file:../js-helper",
"@symfony/webpack-encore": "^1.6.1",
"@symfony/webpack-encore": "^1.7",
"@vietlongn/editorjs-carousel": "^2.3.6",
"ace-builds": "^1.4.12",
"autoprefixer": "^10.1.0",
Expand Down
7,828 changes: 0 additions & 7,828 deletions packages/admin-block-editor/yarn-error.log

This file was deleted.

3 changes: 1 addition & 2 deletions packages/admin/package.json
Expand Up @@ -2,12 +2,11 @@
"devDependencies": {
"140.css": "^1.0.1",
"@pushword/js-helper": "file:../js-helper",
"@symfony/webpack-encore": "^0.33",
"@symfony/webpack-encore": "^1.7",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.4",
"@tailwindcss/typography": "^0.5",
"ace-builds": "^1.4.12",
"alpinejs": "^2.8.0",
"autoprefixer": "^10.1.0",
"babel-preset-stage-2": "^6.24.1",
"codemirror": "^5.59.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Expand Up @@ -2,17 +2,17 @@
"devDependencies": {
"140.css": "^1.0.1",
"@pushword/js-helper": "file:../js-helper",
"@symfony/webpack-encore": "^0.33",
"@symfony/webpack-encore": "^1.7",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.4",
"@tailwindcss/typography": "^0.5",
"ace-builds": "^1.4.12",
"alpinejs": "^2.8.0",
"autoprefixer": "^10.1.0",
"autoprefixer": "^10.4",
"babel-preset-stage-2": "^6.24.1",
"codemirror": "^5.59.0",
"core-js": "^3.8.1",
"easymde": "^2.13.0",
"file-loader": "^6.0.0",
"fslightbox": "^3.2.2",
"node-sass": "^5.0.0",
"postcss": "^8.2.1",
Expand Down
2 changes: 0 additions & 2 deletions packages/core/src/Resources/assets/page.js
@@ -1,5 +1,3 @@
//import 'alpinejs';

require("fslightbox");

import {
Expand Down
18 changes: 9 additions & 9 deletions packages/core/src/Resources/public/manifest.json
@@ -1,18 +1,18 @@
{
"bundles/pushwordcore/page.min.js": "./page.min.js",
"bundles/pushwordcore/tailwind.min.css": "./tailwind.min.css",
"bundles/pushwordcore/favicons/android-chrome-192x192.png": "./favicons/android-chrome-192x192.png",
"bundles/pushwordcore/favicons/favicon.ico": "./favicons/favicon.ico",
"bundles/pushwordcore/favicons/android-chrome-512x512.png": "./favicons/android-chrome-512x512.png",
"bundles/pushwordcore/favicons/mstile-310x310.png": "./favicons/mstile-310x310.png",
"bundles/pushwordcore/favicons/mstile-310x150.png": "./favicons/mstile-310x150.png",
"bundles/pushwordcore/favicons/android-chrome-192x192.png": "./favicons/android-chrome-192x192.png",
"bundles/pushwordcore/favicons/apple-touch-icon.png": "./favicons/apple-touch-icon.png",
"bundles/pushwordcore/favicons/browserconfig.xml": "./favicons/browserconfig.xml",
"bundles/pushwordcore/favicons/favicon-16x16.png": "./favicons/favicon-16x16.png",
"bundles/pushwordcore/favicons/favicon-32x32.png": "./favicons/favicon-32x32.png",
"bundles/pushwordcore/favicons/favicon.ico": "./favicons/favicon.ico",
"bundles/pushwordcore/favicons/mstile-144x144.png": "./favicons/mstile-144x144.png",
"bundles/pushwordcore/favicons/mstile-150x150.png": "./favicons/mstile-150x150.png",
"bundles/pushwordcore/favicons/mstile-310x150.png": "./favicons/mstile-310x150.png",
"bundles/pushwordcore/favicons/mstile-310x310.png": "./favicons/mstile-310x310.png",
"bundles/pushwordcore/favicons/mstile-144x144.png": "./favicons/mstile-144x144.png",
"bundles/pushwordcore/favicons/mstile-70x70.png": "./favicons/mstile-70x70.png",
"bundles/pushwordcore/favicons/safari-pinned-tab.svg": "./favicons/safari-pinned-tab.svg",
"bundles/pushwordcore/favicons/site.webmanifest": "./favicons/site.webmanifest"
"bundles/pushwordcore/favicons/favicon-32x32.png": "./favicons/favicon-32x32.png",
"bundles/pushwordcore/favicons/favicon-16x16.png": "./favicons/favicon-16x16.png",
"bundles/pushwordcore/favicons/site.webmanifest": "./favicons/site.webmanifest",
"bundles/pushwordcore/favicons/browserconfig.xml": "./favicons/browserconfig.xml"
}
2 changes: 1 addition & 1 deletion packages/core/src/Resources/public/page.min.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion packages/core/src/Resources/public/tailwind.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions packages/docs/assets/app.js
@@ -1,5 +1,3 @@
//import 'alpinejs';

//require("fslightbox");
import hljs from "highlight.js";

Expand Down
3 changes: 1 addition & 2 deletions packages/docs/assets/package.json
Expand Up @@ -2,12 +2,11 @@
"devDependencies": {
"140.css": "^1.0.1",
"@pushword/js-helper": "file:../../js-helper",
"@symfony/webpack-encore": "^0.33",
"@symfony/webpack-encore": "^1.7",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.4",
"@tailwindcss/typography": "^0.5",
"ace-builds": "^1.4.12",
"alpinejs": "^2.8.0",
"autoprefixer": "^10.1.0",
"babel-preset-stage-2": "^6.24.1",
"codemirror": "^5.59.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/skeleton/assets/app.js
@@ -1,5 +1,3 @@
//import 'alpinejs';

require("fslightbox");

import {
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton/assets/package.json
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"140.css": "^1.0",
"@pushword/js-helper": "^0.0",
"@symfony/webpack-encore": "^0.33",
"@symfony/webpack-encore": "^1.7",
"@tailwindcss/aspect-ratio": "^0.2",
"@tailwindcss/forms": "^0.2",
"@tailwindcss/typography": "^0.3",
Expand Down
4 changes: 3 additions & 1 deletion packages/version/tests/ControllerTest.php
Expand Up @@ -4,6 +4,8 @@

use Pushword\Admin\Tests\AbstractAdminTest;
use Pushword\Version\Versionner;
use Symfony\Component\Serializer\Encoder\JsonEncoder;
use Symfony\Component\Serializer\Serializer;

class ControllerTest extends AbstractAdminTest
{
Expand All @@ -20,7 +22,7 @@ public function testLogin()
self::$kernel->getLogDir(),
$pageClass,
self::$kernel->getContainer()->get('doctrine.orm.default_entity_manager'),
self::$kernel->getContainer()->get('serializer')
new Serializer([], ['json' => new JsonEncoder()])
);

$pageVersions = $versionner->getPageVersions(1);
Expand Down
4 changes: 3 additions & 1 deletion packages/version/tests/VersionTest.php
Expand Up @@ -7,6 +7,8 @@
use Pushword\Core\Repository\Repository;
use Pushword\Version\Versionner;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\Serializer\Encoder\JsonEncoder;
use Symfony\Component\Serializer\Serializer;

class VersionTest extends KernelTestCase
{
Expand All @@ -30,7 +32,7 @@ public function testIt(): void
self::$kernel->getLogDir(),
$pageClass,
self::$kernel->getContainer()->get('doctrine.orm.default_entity_manager'),
self::$kernel->getContainer()->get('serializer')
new Serializer([], ['json' => new JsonEncoder()])
);

$pageVersions = $versionner->getPageVersions($page);
Expand Down

0 comments on commit 2886081

Please sign in to comment.