Skip to content

Commit 534c8cb

Browse files
authored
Merge pull request #1 from kickstartDS/feature/import-schema-toolkit
Import legacy schema toolkit
2 parents 55c1215 + ebaaf35 commit 534c8cb

File tree

271 files changed

+45317
-372
lines changed

Some content is hidden

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

271 files changed

+45317
-372
lines changed

‎.node-version‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
18.16

‎.vscode/project.code-workspace‎

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,26 @@
88
"name": "examples/cambria",
99
"path": "../examples/cambria"
1010
},
11+
{
12+
"name": "examples/converter",
13+
"path": "../examples/converter"
14+
},
1115
{
1216
"name": "tools/cambria",
1317
"path": "../tools/cambria"
18+
},
19+
{
20+
"name": "tools/jsonschema-utils",
21+
"path": "../tools/jsonschema-utils"
22+
},
23+
{
24+
"name": "tools/jsonschema2netlifycms",
25+
"path": "../tools/jsonschema2netlifycms"
1426
}
1527
],
16-
"settings": {}
28+
"settings": {
29+
"files.associations": {
30+
"*.json": "jsonc"
31+
}
32+
}
1733
}

‎common/config/rush/.npmrc‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@
2020
#
2121
registry=https://registry.npmjs.org/
2222
always-auth=false
23+
auto-install-peers=true

‎common/config/rush/pnpm-config.json‎

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,15 @@
106106
* https://pnpm.io/package_json#pnpmpeerdependencyrules
107107
*/
108108
"globalPeerDependencyRules": {
109-
// "ignoreMissing": ["@eslint/*"],
109+
"ignoreMissing": [
110+
"@babel/core",
111+
"@types/react",
112+
"react-is",
113+
"react",
114+
"storybook-design-token",
115+
"react-dom",
116+
"@storybook/types"
117+
]
110118
// "allowedVersions": { "react": "17" },
111119
// "allowAny": ["@babel/*"]
112120
},
@@ -168,7 +176,7 @@
168176
* in the package.json file for individual Rush projects.
169177
*/
170178
"globalAllowedDeprecatedVersions": {
171-
// "request": "*"
179+
"fsevents": "*"
172180
},
173181

174182
/**

0 commit comments

Comments
 (0)