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] committed Jan 22, 2024
1 parent ce8ee97 commit 35f9b1a
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 22 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
6 changes: 3 additions & 3 deletions packages/sku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@
"jest-environment-jsdom": "^29.0.0",
"jest-watch-typeahead": "^2.2.0",
"less": "^4.1.0",
"less-loader": "^11.1.3",
"less-loader": "^12.0.0",
"lint-staged": "^11.1.1",
"memoizee": "^0.4.15",
"mini-css-extract-plugin": "^2.6.1",
"node-html-parser": "^6.1.1",
"open": "^7.3.1",
"path-to-regexp": "^6.2.0",
"postcss": "^8.4.0",
"postcss-loader": "^7.0.1",
"prettier": "^2.8.8",
"postcss-loader": "^8.0.0",
"prettier": "^3.0.0",
"pretty-ms": "^7.0.1",
"react-refresh": "^0.14.0",
"rimraf": "^5.0.0",
Expand Down
62 changes: 45 additions & 17 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 @@ -7,7 +7,7 @@
"git-diff": "^2.0.6",
"hostile": "^1.3.3",
"node-dir": "^0.1.17",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"serve-handler": "^6.1.3",
"sku": "workspace:*",
"wait-on": "^7.0.0",
Expand Down

0 comments on commit 35f9b1a

Please sign in to comment.