Skip to content

Commit a39b3f5

Browse files
committed
fix: Do not install devDependencies in production environments
Also upgrade all dependencies.
1 parent 7fe6aa7 commit a39b3f5

File tree

2 files changed

+216
-216
lines changed

2 files changed

+216
-216
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
},
6363
"dependencies": {
6464
"@rollup/pluginutils": "^5.0.2",
65-
"@semantic-release/changelog": "^6.0.1",
66-
"@semantic-release/git": "^10.0.1",
67-
"postcss": "^8.4.18",
65+
"postcss": "^8.4.21",
6866
"rollup-copy-transform-css": "^1.2.4"
6967
},
7068
"devDependencies": {
69+
"@semantic-release/changelog": "^6.0.2",
70+
"@semantic-release/git": "^10.0.1",
7171
"builtin-modules": "^3.3.0",
72-
"c8": "^7.12.0",
73-
"denolint": "^2.0.4",
74-
"rollup": "^3.2.3",
72+
"c8": "^7.13.0",
73+
"denolint": "^2.0.7",
74+
"rollup": "^3.17.2",
7575
"rollup-plugin-css-lit": "link:",
7676
"tehanu": "^1.0.1",
7777
"tehanu-repo-coco": "^1.0.0",

0 commit comments

Comments
 (0)