Bump rollup from 2.41.0 to 2.41.1 (#267)
[poolifier.git] / package.json
index bb1651f047cbec3f760011b3e0ce822e4b821227..39c9d0e845b54b7613d56f8da65bbbfceb6a5bd4 100644 (file)
@@ -5,6 +5,7 @@
   "main": "lib/index.js",
   "scripts": {
     "build": "rollup --config --environment BUILD:development",
+    "build:typedoc": "rollup --config --environment BUILD:development --environment DOCUMENTATION",
     "build:prod": "rollup --config",
     "benchmark": "npm run build && node -r source-map-support/register benchmarks/internal/bench.js",
     "benchmark:debug": "npm run build && node -r source-map-support/register --inspect benchmarks/internal/bench.js",
@@ -62,9 +63,9 @@
     "lib"
   ],
   "devDependencies": {
-    "@types/node": "^14.14.31",
-    "@typescript-eslint/eslint-plugin": "^4.16.1",
-    "@typescript-eslint/parser": "^4.16.1",
+    "@types/node": "^14.14.33",
+    "@typescript-eslint/eslint-plugin": "^4.17.0",
+    "@typescript-eslint/parser": "^4.17.0",
     "benchmark": "^2.1.4",
     "eslint": "^7.21.0",
     "eslint-config-standard": "^16.0.2",
     "eslint-plugin-spellcheck": "0.0.17",
     "expect": "^26.6.2",
     "microtime": "^3.0.0",
-    "mocha": "^8.3.0",
+    "mocha": "^8.3.1",
     "mocha-lcov-reporter": "^1.3.0",
     "nyc": "^15.1.0",
     "prettier": "^2.2.1",
     "prettier-plugin-organize-imports": "^1.1.1",
     "prettierx": "^0.17.0",
-    "rollup": "^2.40.0",
+    "rollup": "^2.41.1",
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-command": "^1.1.3",
     "rollup-plugin-delete": "^2.0.0",
@@ -90,7 +91,7 @@
     "rollup-plugin-typescript2": "^0.30.0",
     "sonar-scanner": "^3.1.0",
     "source-map-support": "^0.5.19",
-    "typedoc": "^0.20.29",
+    "typedoc": "^0.20.30",
     "typescript": "^4.2.3"
   },
   "engines": {