Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 10, 2023
1 parent 1907e9b commit 734a985
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [20.x]
node-version: [18.18.x]
template:
- plate-template
- plate-playground-template
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [18.18.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [18.18.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: build
runs-on: ubuntu-latest
strategy:
node-version: [20.x]
node-version: [18.18.x]
fail-fast: false
matrix:
template:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [18.18.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
18.18.2
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"shiki": "^0.12.1",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "5.1.6",
"vaul": "^0.6.0"
},
Expand Down
2 changes: 2 additions & 0 deletions apps/www/scripts/build-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { registrySchema } from '../src/registry/schema';
import { styles } from '../src/registry/styles';
import { themes } from '../src/registry/themes';

// Until https://github.com/TypeStrong/ts-node/issues/1997 is fixed.

const REGISTRY_PATH = path.join(process.cwd(), 'public/registry');

const result = registrySchema.safeParse(registry);
Expand Down
40 changes: 39 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19832,6 +19832,44 @@ __metadata:
languageName: node
linkType: hard

"ts-node@npm:^10.9.2":
version: 10.9.2
resolution: "ts-node@npm:10.9.2"
dependencies:
"@cspotcode/source-map-support": "npm:^0.8.0"
"@tsconfig/node10": "npm:^1.0.7"
"@tsconfig/node12": "npm:^1.0.7"
"@tsconfig/node14": "npm:^1.0.0"
"@tsconfig/node16": "npm:^1.0.2"
acorn: "npm:^8.4.1"
acorn-walk: "npm:^8.1.1"
arg: "npm:^4.1.0"
create-require: "npm:^1.1.0"
diff: "npm:^4.0.1"
make-error: "npm:^1.1.1"
v8-compile-cache-lib: "npm:^3.0.1"
yn: "npm:3.1.1"
peerDependencies:
"@swc/core": ">=1.2.50"
"@swc/wasm": ">=1.2.50"
"@types/node": "*"
typescript: ">=2.7"
peerDependenciesMeta:
"@swc/core":
optional: true
"@swc/wasm":
optional: true
bin:
ts-node: dist/bin.js
ts-node-cwd: dist/bin-cwd.js
ts-node-esm: dist/bin-esm.js
ts-node-script: dist/bin-script.js
ts-node-transpile-only: dist/bin-transpile.js
ts-script: dist/bin-script-deprecated.js
checksum: 5f29938489f96982a25ba650b64218e83a3357d76f7bede80195c65ab44ad279c8357264639b7abdd5d7e75fc269a83daa0e9c62fd8637a3def67254ecc9ddc2
languageName: node
linkType: hard

"ts-pattern@npm:^4.3.0":
version: 4.3.0
resolution: "ts-pattern@npm:4.3.0"
Expand Down Expand Up @@ -21459,7 +21497,7 @@ __metadata:
tailwind-merge: "npm:^1.13.2"
tailwindcss: "npm:^3.3.2"
tailwindcss-animate: "npm:^1.0.6"
ts-node: "npm:^10.9.1"
ts-node: "npm:^10.9.2"
typescript: "npm:5.1.6"
unist-builder: "npm:3.0.0"
unist-util-visit: "npm:^4.1.2"
Expand Down

0 comments on commit 734a985

Please sign in to comment.