WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f9c0f66

Browse files
committed
v6.0.1 πŸš€ - Fix package.json
1 parent ae338ae commit f9c0f66

File tree

5 files changed

+68
-65
lines changed

5 files changed

+68
-65
lines changed

β€Ž.github/workflows/online.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Node
5353
uses: actions/setup-node@v3
5454
with:
55-
node-version: "16"
55+
node-version: 20
5656
cache: ${{ steps.detect-package-manager.outputs.manager }}
5757
- name: Setup Pages
5858
uses: actions/configure-pages@v3

β€Žonline/package-lock.jsonβ€Ž

Lines changed: 53 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žonline/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"json5": "2.2.3",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0",
18-
"rescript": "11.1.1",
18+
"rescript": "11.1.2",
1919
"rescript-json-schema": "./vendor/rescript-json-schema",
20-
"rescript-schema": "7.0.0"
20+
"rescript-schema": "7.0.1"
2121
},
2222
"devDependencies": {
2323
"@jihchi/vite-plugin-rescript": "^5.3.1",

β€Žpackage-lock.jsonβ€Ž

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-json-schema",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Typesafe JSON Schema for ReScript",
55
"keywords": [
66
"rescript",
@@ -25,7 +25,7 @@
2525
"files": [
2626
"src/**/*.res",
2727
"src/**/*.resi",
28-
"bsconfig.json"
28+
"rescript.json"
2929
],
3030
"scripts": {
3131
"coverage": "c8 --reporter=lcov npm test",
@@ -42,7 +42,7 @@
4242
"@dzakh/rescript-ava": "3.0.0",
4343
"ava": "5.2.0",
4444
"rescript": "11.1.1",
45-
"rescript-schema": "7.0.0",
45+
"rescript-schema": "7.0.1",
4646
"c8": "8.0.1"
4747
},
4848
"peerDependencies": {

0 commit comments

Comments
Β (0)