Skip to content

Commit

Permalink
fix(deps): Update cli packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent 8ae8824 commit 8365c7c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion fixtures/custom-src-paths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sku-fixtures/custom-src-paths",
"private": true,
"dependencies": {
"dedent": "^0.7.0",
"dedent": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"cssnano": "^6.0.0",
"death": "^1.1.0",
"debug": "^4.3.1",
"dedent": "^0.7.0",
"dedent": "^1.0.0",
"didyoumean2": "^5.0.0",
"ejs": "^3.1.8",
"empty-dir": "^3.0.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"path-to-regexp": "^6.2.0",
"postcss": "^8.4.0",
"postcss-loader": "^7.0.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"pretty-ms": "^7.0.1",
"react-refresh": "^0.14.0",
"require-from-string": "^2.0.2",
Expand Down
28 changes: 20 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"hostile": "^1.3.3",
"lodash": "^4.17.21",
"node-dir": "^0.1.17",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"sku": "workspace:*",
"serve-handler": "^6.1.3",
"wait-on": "^7.0.0",
Expand Down

0 comments on commit 8365c7c

Please sign in to comment.