Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 4f102eb

Browse files
chore(deps): update dependency @staticcms/app to v3 (#27)
* chore(deps): update dependency @staticcms/app to v3 * chore: unlock dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Lautzenheiser <lautzd@gmail.com>
1 parent c009ae2 commit 4f102eb

File tree

3 files changed

+817
-692
lines changed

3 files changed

+817
-692
lines changed

package.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,22 @@
1818
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
1919
},
2020
"dependencies": {
21-
"@babel/runtime": "7.21.0",
22-
"@soda/friendly-errors-webpack-plugin": "1.8.1",
23-
"copy-webpack-plugin": "11.0.0",
24-
"html-webpack-plugin": "5.5.0",
25-
"html-webpack-skip-assets-plugin": "1.0.3",
26-
"html-webpack-tags-plugin": "3.0.2",
27-
"lodash": "4.17.21",
28-
"mini-css-extract-plugin": "2.7.3",
29-
"netlify-identity-widget": "1.9.2"
21+
"@babel/runtime": "^7.21.0",
22+
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
23+
"copy-webpack-plugin": "^11.0.0",
24+
"html-webpack-plugin": "^5.5.0",
25+
"html-webpack-tags-plugin": "^3.0.2",
26+
"lodash": "^4.17.21",
27+
"netlify-identity-widget": "^1.9.2"
3028
},
3129
"devDependencies": {
32-
"@babel/cli": "7.21.0",
33-
"@babel/core": "7.21.0",
34-
"@staticcms/app": "^2.0.0",
35-
"babel-preset-gatsby-package": "3.7.0",
36-
"cross-env": "7.0.3",
37-
"react": "18.2.0",
38-
"react-dom": "18.2.0"
30+
"@babel/cli": "^7.21.0",
31+
"@babel/core": "^7.21.0",
32+
"@staticcms/app": "^3.0.0",
33+
"babel-preset-gatsby-package": "^3.7.0",
34+
"cross-env": "^7.0.3",
35+
"react": "^18.2.0",
36+
"react-dom": "^18.2.0"
3937
},
4038
"homepage": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms",
4139
"main": "index.js",

src/gatsby-node.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import path from "path"
22
import { mapValues, isPlainObject, trim } from "lodash"
33
import webpack from "gatsby/webpack"
44
import HtmlWebpackPlugin from "html-webpack-plugin"
5-
import { HtmlWebpackSkipAssetsPlugin } from "html-webpack-skip-assets-plugin"
6-
import MiniCssExtractPlugin from "mini-css-extract-plugin"
75
import FriendlyErrorsPlugin from "@soda/friendly-errors-webpack-plugin"
86
import CopyPlugin from "copy-webpack-plugin"
97
import HtmlWebpackTagsPlugin from "html-webpack-tags-plugin"

0 commit comments

Comments
 (0)