Skip to content

Commit dab94d0

Browse files
lucas-koehlersdirix
authored andcommitted
Move vue packages up to be directly contained in packages folder
- Move vue packages - Remove obsolete build:pre and build:after scripts from vue-vanilla package - Regenerate pnpm lock file and thereby also update dependencies Fix #2162
1 parent c1686c1 commit dab94d0

File tree

97 files changed

+1194
-1105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1194
-1105
lines changed

README.md

+1-1

packages/examples-app/prepare-examples-app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const examples = {
1414
'react-vanilla': join(packagesDir, 'vanilla-renderers', 'example', 'dist'),
1515
'react-material': join(packagesDir, 'material-renderers', 'example', 'dist'),
1616
'angular-material': join(packagesDir, 'angular-material', 'example', 'dist'),
17-
'vue-vanilla': join(packagesDir, 'vue', 'vue-vanilla', 'example', 'dist'),
17+
'vue-vanilla': join(packagesDir, 'vue-vanilla', 'example', 'dist'),
1818
};
1919

2020
// Clean and recreate dist dir
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/vue/vue-vanilla/README.md packages/vue-vanilla/README.md

+2-2
File renamed without changes.

packages/vue/vue-vanilla/dev/components/App.vue packages/vue-vanilla/dev/components/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import '../../vanilla.css';
66
import { JsonFormsI18nState } from '@jsonforms/core';
77
import { ErrorObject } from 'ajv';
88
9-
import { getExamples } from '../../../../examples';
9+
import { getExamples } from '../../../examples';
1010
import get from 'lodash/get';
1111
1212
// mergeStyles combines all classes from both styles definitions into one
File renamed without changes.

packages/vue/vue-vanilla/package.json packages/vue-vanilla/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
],
4141
"scripts": {
4242
"serve": "vue-cli-service serve dev/serve.ts",
43-
"build:pre": "rimraf ../vue/node_modules/@jsonforms/core",
44-
"build:do": "cross-env NODE_ENV=production rollup --config rollup.config.js",
45-
"build": "run-s --continue-on-error build:pre build:do build:after",
46-
"build:after": "symlink-dir ../../core ../vue/node_modules/@jsonforms/core",
43+
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js",
4744
"build:examples-app": "rollup -c rollup.example.config.js",
4845
"clean": "rimraf lib example/dist",
4946
"lint": "eslint .",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)