From a4f05af256d9c434d0ac10f82dbc9485507c6259 Mon Sep 17 00:00:00 2001 From: sbansal1999 Date: Fri, 14 Apr 2023 23:24:26 +0530 Subject: [PATCH] dependencies: Add "minimalistic-assert" and its type definitions. --- package.json | 2 ++ pnpm-lock.yaml | 10 ++++++++++ version.py | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 114ab2c644..cd9562f1b1 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "lodash": "^4.17.19", "micromodal": "^0.4.6", "mini-css-extract-plugin": "^2.2.2", + "minimalistic-assert": "^1.0.1", "panzoom": "^9.4.2", "plotly.js": "^2.0.0", "postcss": "^8.0.3", @@ -96,6 +97,7 @@ "@types/katex": "^0.16.0", "@types/lodash": "^4.14.172", "@types/micromodal": "^0.3.3", + "@types/minimalistic-assert": "^1.0.1", "@types/node": "^18.8.3", "@types/sortablejs": "^1.15.1", "@types/turndown": "^5.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index baabcb4cd8..a296993a16 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -157,6 +157,9 @@ dependencies: mini-css-extract-plugin: specifier: ^2.2.2 version: 2.7.5(webpack@5.77.0) + minimalistic-assert: + specifier: ^1.0.1 + version: 1.0.1 panzoom: specifier: ^9.4.2 version: 9.4.3 @@ -282,6 +285,9 @@ devDependencies: '@types/micromodal': specifier: ^0.3.3 version: 0.3.3 + '@types/minimalistic-assert': + specifier: ^1.0.1 + version: 1.0.1 '@types/node': specifier: ^18.8.3 version: 18.15.11 @@ -2875,6 +2881,10 @@ packages: /@types/mime@3.0.1: resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} + /@types/minimalistic-assert@1.0.1: + resolution: {integrity: sha512-LjFxDeQtgj+MYOOFuV+BILc/w9ryfxd2eNLF0oJdOBud+xCj80ZAEkAwt6y0qx81QMZ632yAaWdvIMjEK2HcmA==} + dev: true + /@types/minimist@1.2.2: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} diff --git a/version.py b/version.py index 0941fb3374..a25f05dc4b 100644 --- a/version.py +++ b/version.py @@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 177 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = (234, 0) +PROVISION_VERSION = (234, 1)