Skip to content

Commit

Permalink
Update dependencies (#744)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade to yarn 4.1.1

* fix(deps): run install to update lockfile

* chore(deps): bump to latest deps

* chore(deps): bump CEM analyzer

* chore(deps): bump lit-labs/scoped-registry-mixin
  • Loading branch information
daneah authored Apr 24, 2024
1 parent 97aa7d2 commit 5571298
Show file tree
Hide file tree
Showing 6 changed files with 679 additions and 685 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,22 @@
"@babel/preset-env": "^7.24.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@emotion/babel-plugin": "^11.11.0",
"@size-limit/preset-small-lib": "^11.1.2",
"@storybook/addon-a11y": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/manager-api": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@storybook/theming": "^8.0.8",
"@storybook/web-components": "^8.0.8",
"@storybook/web-components-vite": "^8.0.8",
"@storybook/addon-a11y": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/manager-api": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@storybook/theming": "^8.0.9",
"@storybook/web-components": "^8.0.9",
"@storybook/web-components-vite": "^8.0.9",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"all-contributors-cli": "^6.26.1",
"concurrently": "^8.2.2",
Expand All @@ -101,15 +101,15 @@
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-preset-env": "^9.5.6",
"postcss-preset-env": "^9.5.9",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.75.0",
"size-limit": "^11.1.2",
"storybook": "^8.0.8",
"stylelint": "^16.3.1",
"storybook": "^8.0.9",
"stylelint": "^16.4.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.2.1",
"svglint": "^2.7.1",
Expand All @@ -128,5 +128,5 @@
"path": "packages/pharos/lib/index.js"
}
],
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
4 changes: 2 additions & 2 deletions packages/pharos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@ithaka/focus-trap": "2.0.1",
"@lit-labs/scoped-registry-mixin": "^1.0.0",
"@lit-labs/scoped-registry-mixin": "^1.0.1",
"@open-wc/dedupe-mixin": "^1.4.0",
"lit": "^2.8.0",
"uuid": "^9.0.1"
Expand All @@ -66,7 +66,7 @@
"sass": "^1.42.1"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.9.3",
"@custom-elements-manifest/analyzer": "^0.9.4",
"@open-wc/testing": "^4.0.0",
"@types/mocha": "^10.0.6",
"@types/react": "^18.2.79",
Expand Down
Loading

0 comments on commit 5571298

Please sign in to comment.