rollup-plugin-rebase
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -1,2 +0,2 @@ | ||
/*! rollup-plugin-rebase v4.0.2 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
/*! rollup-plugin-rebase v4.0.3 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! rollup-plugin-rebase v4.0.2 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
/*! rollup-plugin-rebase v4.0.3 by Sebastian Werner <s.werner@sebastian-software.de> */ | ||
import 'core-js/modules/es.error.cause.js'; | ||
@@ -3,0 +3,0 @@ import path from 'path'; |
{ | ||
"name": "rollup-plugin-rebase", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "The Rollup Rebase Plugin copies static assets as required from your JavaScript code to the destination folder and adjusts the references in there to point to the new location.", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=14" | ||
}, | ||
@@ -39,15 +39,15 @@ "author": { | ||
"dependencies": { | ||
"@rollup/pluginutils": "^4.1.2", | ||
"asset-hash": "^4.0.6", | ||
"@rollup/pluginutils": "^4.2.0", | ||
"asset-hash": "^4.1.0", | ||
"core-js": "^3.21.1", | ||
"fs-extra": "^10.0.1", | ||
"postcss": "^8.4.7", | ||
"postcss-import": "^14.0.2", | ||
"postcss": "^8.4.12", | ||
"postcss-import": "^14.1.0", | ||
"postcss-sass": "^0.5.0", | ||
"postcss-scss": "^4.0.3", | ||
"postcss-smart-asset": "^3.0.2", | ||
"postcss-smart-asset": "^3.1.0", | ||
"sugarss": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.5", | ||
"@babel/core": "^7.17.8", | ||
"@babel/plugin-transform-runtime": "^7.17.0", | ||
@@ -59,9 +59,9 @@ "@babel/preset-env": "^7.16.11", | ||
"babel-jest": "^27.5.1", | ||
"eslint": "^8.10.0", | ||
"eslint": "^8.11.0", | ||
"jest": "^27.5.1", | ||
"preppy": "^11.0.2", | ||
"prettier": "^2.5.1", | ||
"release-it": "^14.12.5", | ||
"prettier": "^2.6.0", | ||
"release-it": "^14.13.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.68.0", | ||
"rollup": "^2.70.1", | ||
"semver": "^7.3.5", | ||
@@ -68,0 +68,0 @@ "typescript": "^4.6.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
61591
Updated@rollup/pluginutils@^4.2.0
Updatedasset-hash@^4.1.0
Updatedpostcss@^8.4.12
Updatedpostcss-import@^14.1.0
Updatedpostcss-smart-asset@^3.1.0