Skip to content

Commit 2c87403

Browse files
committed
fix: update dependencies
1 parent 7121990 commit 2c87403

File tree

3 files changed

+920
-1618
lines changed

3 files changed

+920
-1618
lines changed

dub.sdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ targetPath "./dist"
99
sourcePaths "./src/native"
1010
importPaths "./src/native"
1111

12-
dependency "automem" version="~>0.6.6"
12+
dependency "automem" version="0.6.7"
1313
preGenerateCommands "git submodule update --init" # despacer download
1414
dependency "despacer" path="./src/native/despacer/bindings/d"
1515

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,18 @@
3434
"zip": "zip -9 -j ./dist/minijson-windows-x64.zip ./dist/win32-x64/minijson.exe && zip -9 -j ./dist/minijson-macos-x64.zip ./dist/darwin-x64/minijson && zip -9 -j ./dist/minijson-linux-x64.zip ./dist/linux-x64/minijson",
3535
"prepublishOnly": "shx rm -rf ./dist/tsconfig.tsbuildinfo ./dist/build.*"
3636
},
37+
"dependencies": {
38+
"jsonminify": "^0.4.2"
39+
},
3740
"devDependencies": {
38-
"@types/jasmine": "^3.9.1",
39-
"@types/node": "16.9.4",
40-
"eslint-config-atomic": "^1.16.2",
41-
"jasmine": "^3.9.0",
41+
"@types/jasmine": "^3.10.2",
42+
"@types/node": "17.0.5",
43+
"eslint-config-atomic": "^1.16.5",
44+
"jasmine": "^3.10.0",
4245
"jasmine-spec-reporter": "^7.0.0",
43-
"jsonminify": "^0.4.1",
4446
"mjs-dirname": "^1.0.0",
45-
"parcel": "^2.0.0-rc.0",
46-
"prettier-config-atomic": "^2.0.5",
47+
"parcel": "^2.0.1",
48+
"prettier-config-atomic": "^3.0.1",
4749
"servor": "^4.0.2",
4850
"shx": "0.3.3",
4951
"strip-json-comments": "^4.0.0"
@@ -100,4 +102,4 @@
100102
"rust",
101103
"bandwith"
102104
]
103-
}
105+
}

0 commit comments

Comments
 (0)