Skip to content

Commit f2cac06

Browse files
committed
Version 4.2.0
1 parent b0c459c commit f2cac06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@rispa/webpack-javascript",
33
"rispa:name": "webpack-javascript",
4-
"version": "4.1.9",
4+
"version": "4.2.0",
55
"description": "Rispa plugin which provide Webpack JavaScript configuration",
66
"license": "MIT",
77
"rispa:activator": "./src/activator.js",
88
"devDependencies": {
99
"@rispa/eslint-config": ">=3.0.0"
1010
},
1111
"dependencies": {
12-
"@rispa/core": "4.1.x",
13-
"@rispa/webpack": "4.1.x",
14-
"@rispa/babel": "4.1.x",
12+
"@rispa/core": "4.2.x",
13+
"@rispa/webpack": "4.2.x",
14+
"@rispa/babel": "4.2.x",
1515
"@webpack-blocks/webpack2": "^0.4.0",
1616
"babel-core": "^6.26.0",
1717
"babel-loader": "^7.1.2",
@@ -23,4 +23,4 @@
2323
"lint": "rispa-eslint .",
2424
"lint:fix": "rispa-eslint . --fix"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)