@nx/rollup 19.8.6 → 19.8.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/rollup",
3
- "version": "19.8.6",
3
+ "version": "19.8.8",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.",
6
6
  "repository": {
@@ -43,9 +43,9 @@
43
43
  "rollup-plugin-postcss": "^4.0.2",
44
44
  "rollup-plugin-typescript2": "^0.36.0",
45
45
  "tslib": "^2.3.0",
46
- "@nx/devkit": "19.8.6",
47
- "@nx/js": "19.8.6",
48
- "@nrwl/rollup": "19.8.6"
46
+ "@nx/devkit": "19.8.8",
47
+ "@nx/js": "19.8.8",
48
+ "@nrwl/rollup": "19.8.8"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"