Skip to content

Commit c76ced1

Browse files
committed
Update dependencies, dev-dependencies
1 parent 699cbdf commit c76ced1

File tree

5 files changed

+2192
-1751
lines changed

5 files changed

+2192
-1751
lines changed

.babelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"presets": ["env"]
2+
"presets": [
3+
["@babel/env"]
4+
]
35
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
"test:dev": "jest --watchAll"
1515
},
1616
"devDependencies": {
17-
"babel-core": "^6.26.3",
18-
"babel-eslint": "^8.2.3",
19-
"babel-jest": "^23.0.1",
20-
"babel-preset-env": "^1.7.0",
21-
"eslint": "^4.19.1",
22-
"eslint-config-airbnb-base": "^12.1.0",
23-
"eslint-plugin-import": "^2.12.0",
24-
"glob": "^7.1.2",
25-
"jest-cli": "^23.1.0",
26-
"rollup": "^0.59.4",
27-
"rollup-plugin-babel": "^3.0.4"
17+
"@babel/core": "^7.0.0",
18+
"@babel/preset-env": "^7.0.0",
19+
"babel-eslint": "^10.0.0",
20+
"babel-jest": "^24.0.0",
21+
"eslint": "^5.0.0",
22+
"eslint-config-airbnb-base": "^13.0.0",
23+
"eslint-plugin-import": "^2.0.0",
24+
"glob": "^7.0.0",
25+
"jest-cli": "^24.0.0",
26+
"rollup": "^1.0.0",
27+
"rollup-plugin-babel": "^4.0.1"
2828
},
2929
"dependencies": {
30-
"hastscript": "^3.1.0"
30+
"hastscript": "^5.0.0"
3131
},
3232
"files": [
3333
"dist"

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
plugins: [
1111
babel({
1212
presets: [
13-
['env', { modules: false }],
13+
['@babel/preset-env', { modules: false }],
1414
],
1515
babelrc: false,
1616
}),

src/__fixtures__/svg/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"width": 230,
3434
"height": 120,
3535
"xmlns": "http://www.w3.org/2000/svg",
36-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
36+
"xmlnsXLink": "http://www.w3.org/1999/xlink"
3737
},
3838
"children": [
3939
{

0 commit comments

Comments
 (0)