Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 6f330e0

Browse files
keithamuslukastaegert
authored andcommittedMay 31, 2019
chore: upgrade resolve@1.11.0 (#220)
1 parent 07234b4 commit 6f330e0

File tree

2 files changed

+119
-1046
lines changed

2 files changed

+119
-1046
lines changed
 

‎package-lock.json

+113-1,040
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"description": "Bundle third-party dependencies in node_modules",
44
"version": "5.0.0",
55
"devDependencies": {
6-
"@babel/core": "7.4.4",
7-
"@babel/preset-env": "^7.4.4",
6+
"@babel/core": "^7.4.5",
7+
"@babel/preset-env": "^7.4.5",
88
"@babel/register": "^7.4.4",
99
"es5-ext": "^0.10.50",
1010
"eslint": "^5.16.0",
1111
"mocha": "^6.1.4",
12-
"rollup": "^1.12.0",
12+
"rollup": "^1.13.0",
1313
"rollup-plugin-babel": "^4.3.2",
1414
"rollup-plugin-commonjs": "^10.0.0",
1515
"rollup-plugin-json": "^4.0.0",
1616
"string-capitalize": "^1.0.1",
17-
"typescript": "^3.4.5"
17+
"typescript": "^3.5.1"
1818
},
1919
"main": "dist/rollup-plugin-node-resolve.cjs.js",
2020
"module": "dist/rollup-plugin-node-resolve.es.js",
@@ -37,8 +37,8 @@
3737
"@types/resolve": "0.0.8",
3838
"builtin-modules": "^3.1.0",
3939
"is-module": "^1.0.0",
40-
"resolve": "^1.10.1",
41-
"rollup-pluginutils": "^2.7.0"
40+
"resolve": "^1.11.0",
41+
"rollup-pluginutils": "^2.8.0"
4242
},
4343
"peerDependencies": {
4444
"rollup": ">=1.11.0"

0 commit comments

Comments
 (0)
This repository has been archived.