Skip to content

Commit dbfc449

Browse files
committed
monaco-1.2.2 - fix deps
1 parent 4e5e21a commit dbfc449

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

javascript/monaco-json-transform/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nlighten/monaco-json-transform",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "JSON Transform language tokenizer (and syntax highlight), hover provider and more",
55
"main": "./dist/index.js",
66
"source": "src/index.ts",
@@ -42,7 +42,7 @@
4242
"homepage": "https://github.com/nlighten-oss/json-transform#readme",
4343
"peerDependencies": {
4444
"@nlighten/json-schema-utils": "^1.0.3",
45-
"@nlighten/json-transform-core": "file://../json-transform-core",
45+
"@nlighten/json-transform-core": "^1.7.1",
4646
"monaco-editor": "^0.51.0"
4747
},
4848
"devDependencies": {

test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": true,
88
"devDependencies": {
99
"bignumber.js": "^9.1.2",
10-
"@nlighten/json-transform-core": "file:../javascript/json-transform-core",
10+
"@nlighten/json-transform-core": "file://../javascript/json-transform-core",
1111
"@types/json-bigint": "^1.0.4",
1212
"json-bigint": "^1.0.0",
1313
"lossless-json": "^4.0.2",

0 commit comments

Comments
 (0)