From f7c557f5ce81b548504fbd2a3bfbd615847b2cec Mon Sep 17 00:00:00 2001 From: Matt Pilott Date: Sat, 2 Nov 2019 22:22:53 +0000 Subject: [PATCH 1/3] Switched to @rollup/plugin-replace --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a061cdf742..72c8fac2f2 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "@types/node": "^8.10.53", "@typescript-eslint/eslint-plugin": "^1.13.0", "@typescript-eslint/parser": "^2.1.0", + "@rollup/plugin-replace": "^2.2.0", "acorn": "^7.1.0", "agadoo": "^1.1.0", "c8": "^5.0.1", @@ -81,7 +82,6 @@ "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-replace": "^2.2.0", "rollup-plugin-sucrase": "^2.1.0", "rollup-plugin-typescript": "^1.0.1", "rollup-plugin-virtual": "^1.0.1", From 8998da9bc34a342c8e7b6a34dc9fc8dd22b2201c Mon Sep 17 00:00:00 2001 From: Matt Pilott Date: Sat, 2 Nov 2019 22:23:18 +0000 Subject: [PATCH 2/3] Switched to @rollup/plugin-replace --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 4444494a5f..c55cbf2426 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,5 +1,5 @@ import fs from 'fs'; -import replace from 'rollup-plugin-replace'; +import replace from '@rollup/plugin-replace'; import resolve from 'rollup-plugin-node-resolve'; import commonjs from 'rollup-plugin-commonjs'; import json from 'rollup-plugin-json'; From 77b53b415a645191b108fdf7323f7022610f590f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 6 Nov 2019 13:08:22 -0500 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72c8fac2f2..8754c25031 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/node": "^8.10.53", "@typescript-eslint/eslint-plugin": "^1.13.0", "@typescript-eslint/parser": "^2.1.0", - "@rollup/plugin-replace": "^2.2.0", + "@rollup/plugin-replace": "^2.2.1", "acorn": "^7.1.0", "agadoo": "^1.1.0", "c8": "^5.0.1",