Skip to content

Commit d55ba43

Browse files
committed
chore: update packages
1 parent c3f978f commit d55ba43

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

package.json

+12-7
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8+
"lint": "eslint --fix --ext .js --ignore-path .gitignore .",
89
"prebuild:webpack": "rm -rf dist",
910
"prebuild:rollup": "rm -rf build",
10-
"build:webpack": "webpack --progress --hide-modules",
11+
"build:webpack": "webpack --progress",
1112
"build:rollup": "rollup -c",
1213
"build:all": "npm run build:webpack && npm run build:rollup",
1314
"build": "npm run build:all"
@@ -24,16 +25,20 @@
2425
"print element"
2526
],
2627
"devDependencies": {
27-
"babel-core": "^6.25.0",
28-
"babel-loader": "^7.1.1",
29-
"babel-preset-env": "^1.6.0",
30-
"babel-preset-es2015": "^6.24.1",
28+
"@babel/core": "^7.14.0",
29+
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
30+
"@babel/preset-env": "^7.14.1",
31+
"babel-eslint": "^10.1.0",
32+
"babel-loader": "^8.2.2",
3133
"compression-webpack-plugin": "^1.0.0",
3234
"css-loader": "^0.28.4",
33-
"rollup": "^1.14.2",
35+
"eslint": "^7.25.0",
36+
"rollup": "^2.47.0",
3437
"style-loader": "^0.18.2",
38+
"terser-webpack-plugin": "^5.1.1",
3539
"uglify-loader": "^2.0.0",
36-
"webpack": "^3.5.4"
40+
"webpack-cli": "^4.6.0",
41+
"webpack": "^5.36.2"
3742
},
3843
"author": "Jofferson Ramirez Tiquez",
3944
"license": "ISC",

0 commit comments

Comments
 (0)