Skip to content

Commit a4210bf

Browse files
committed
update dependencies
1 parent 5a9f3ad commit a4210bf

File tree

2 files changed

+2786
-3402
lines changed

2 files changed

+2786
-3402
lines changed

package.json

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,47 +6,49 @@
66
"author": "Wojtek Szałkiewicz <wojtek@szalkiewicz.pl>",
77
"license": "GPL-3.0-or-later",
88
"homepage": "https://github.com/micropackage/responsive-embeds",
9-
"keywords": [
10-
"responsive",
11-
"fluid",
12-
"rwd",
13-
"fitvids",
14-
"embeds",
15-
"video",
16-
"media",
17-
"iframe",
18-
"youtube",
19-
"vimeo"
20-
],
21-
"repository": {
22-
"type": "git",
23-
"url": "https://github.com/micropackage/responsive-embeds.git"
24-
},
25-
"bugs": {
26-
"url": "https://github.com/micropackage/responsive-embeds/issues"
27-
},
28-
"publishConfig": {
29-
"access": "public"
30-
},
9+
"keywords": [
10+
"responsive",
11+
"fluid",
12+
"rwd",
13+
"fitvids",
14+
"embeds",
15+
"video",
16+
"media",
17+
"iframe",
18+
"youtube",
19+
"vimeo"
20+
],
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/micropackage/responsive-embeds.git"
24+
},
25+
"bugs": {
26+
"url": "https://github.com/micropackage/responsive-embeds/issues"
27+
},
28+
"publishConfig": {
29+
"access": "public"
30+
},
3131
"devDependencies": {
32-
"@babel/core": "^7.8.4",
33-
"@babel/preset-env": "^7.8.4",
34-
"@wordpress/eslint-plugin": "^3.4.1",
32+
"@babel/core": "^7.17.5",
33+
"@babel/preset-env": "^7.16.11",
34+
"@wordpress/eslint-plugin": "^10.0.2",
3535
"babel-eslint": "^10.0.3",
36-
"babel-loader": "^8.0.6",
37-
"eslint": "^6.8.0",
38-
"webpack": "^4.41.5",
39-
"webpack-cli": "^3.3.10"
36+
"babel-loader": "^8.2.3",
37+
"eslint": "^8.10.0",
38+
"webpack": "^5.70.0",
39+
"webpack-cli": "^4.9.2"
4040
},
4141
"scripts": {
42-
"build": "webpack --mode=development",
43-
"build:production": "webpack --mode=production",
42+
"build": "webpack --mode=production",
43+
"dev": "webpack --mode=development",
4444
"start": "webpack --mode=development --watch",
4545
"lint": "eslint .",
4646
"lint-fix": "eslint . --fix"
4747
},
4848
"eslintConfig": {
49-
"extends": [ "plugin:@wordpress/eslint-plugin/esnext" ],
49+
"extends": [
50+
"plugin:@wordpress/eslint-plugin/esnext"
51+
],
5052
"parserOptions": {
5153
"ecmaVersion": 11
5254
},

0 commit comments

Comments
 (0)