Skip to content

Commit

Permalink
fs-extra for the fs-extra throne
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Feb 23, 2024
1 parent 428e138 commit 403c13b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/html-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"schema-utils": "^4.2.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/icons-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"browser-extension-manifest-fields": "*"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/json-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"browser-extension-manifest-fields": "*"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/locales-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"browser-extension-manifest-fields": "*"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
Expand Down
11 changes: 6 additions & 5 deletions packages/manifest-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@
"peerDependencies": {
"webpack": "^5.0.0"
},
"dependencies": {
"ajv": "^8.12.0",
"browser-extension-manifest-fields": "*",
"chrome-extension-manifest-json-schema": "^0.2.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"eslint": "^8.56.0",
"eslint-config-extension-create": "*",
Expand All @@ -52,10 +58,5 @@
"tsup": "^8.0.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"ajv": "^8.12.0",
"browser-extension-manifest-fields": "*",
"chrome-extension-manifest-json-schema": "^0.2.0"
}
}
1 change: 1 addition & 0 deletions packages/scripts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"schema-utils": "^4.2.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
Expand Down

0 comments on commit 403c13b

Please sign in to comment.