Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump deps #752

Merged
merged 1 commit into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
'selector-id-pattern': null,
'keyframes-name-pattern': null,
'scss/operator-no-newline-after': null,
'value-no-vendor-prefix': [true, { ignoreValues: 'box' }],
'value-no-vendor-prefix': [true, { ignoreValues: ['box'] }],
'alpha-value-notation': 'number',
},
};
Binary file modified .yarn/install-state.gz
Binary file not shown.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,43 +54,43 @@
},
"homepage": "https://github.com/ithaka/pharos#readme",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-syntax-import-assertions": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-env": "^7.24.5",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@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.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",
"@storybook/addon-a11y": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/manager-api": "^8.0.10",
"@storybook/react-vite": "^8.0.10",
"@storybook/theming": "^8.0.10",
"@storybook/web-components": "^8.0.10",
"@storybook/web-components-vite": "^8.0.10",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"all-contributors-cli": "^6.26.1",
"concurrently": "^8.2.2",
"cssnano": "^6.1.2",
"cssnano": "^7.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-lit": "^1.11.0",
"eslint-plugin-lit": "^1.12.0",
"eslint-plugin-mdx": "^1.17.1",
"eslint-plugin-no-smart-quotes": "^1.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-wc": "^2.1.0",
"husky": "^9.0.11",
Expand All @@ -101,19 +101,19 @@
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-preset-env": "^9.5.9",
"postcss-preset-env": "^9.5.11",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.75.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.0",
"size-limit": "^11.1.2",
"storybook": "^8.0.9",
"stylelint": "^16.4.0",
"storybook": "^8.0.10",
"stylelint": "^16.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.2.1",
"stylelint-scss": "^6.3.0",
"svglint": "^2.7.1",
"vite": "^5.2.10"
"vite": "^5.2.11"
},
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pharos-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/node": "^20.12.10",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-morph": "^22.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/pharos-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"gatsby-transformer-sharp": "^4.25.0",
"prettier": "^3.2.5",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-live": "^4.1.6",
"sass": "^1.75.0"
"sass": "^1.77.0"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.24.1",
"@types/mdx-js__react": "^1.5.8",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"babel-preset-gatsby": "^2.25.0",
"typescript": "^5.4.5"
Expand Down
12 changes: 6 additions & 6 deletions packages/pharos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"author": "ITHAKA",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@floating-ui/dom": "^1.6.5",
"@ithaka/focus-trap": "2.0.1",
"@lit-labs/scoped-registry-mixin": "^1.0.1",
"@open-wc/dedupe-mixin": "^1.4.0",
Expand All @@ -69,8 +69,8 @@
"@custom-elements-manifest/analyzer": "^0.9.4",
"@open-wc/testing": "^4.0.0",
"@types/mocha": "^10.0.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@web/test-runner": "^0.18.1",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
Expand All @@ -80,12 +80,12 @@
"minify-html-literals": "^1.3.5",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"replace-in-file": "^7.1.0",
"rimraf": "^5.0.5",
"sassdoc": "^2.7.4",
"sinon": "^17.0.1",
"sinon": "^17.0.2",
"style-dictionary": "^3.9.2",
"ts-lit-plugin": "^2.0.2",
"typescript": "^5.4.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/pharos/src/utils/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
/// @access public
/// @group layout
@mixin at-least($breakpoint) {
@if map-has-key(variables.$breakpoints, $breakpoint) {
@if map.has-key(variables.$breakpoints, $breakpoint) {
$width: map.get(variables.$breakpoints, $breakpoint, width);

@media screen and (min-width: $width) {
Expand All @@ -470,7 +470,7 @@
/// @access public
/// @group layout
@mixin until($breakpoint) {
@if map-has-key(variables.$breakpoints, $breakpoint) {
@if map.has-key(variables.$breakpoints, $breakpoint) {
$width: map.get(variables.$breakpoints, $breakpoint, width);

@media screen and (max-width: $width) {
Expand All @@ -487,7 +487,7 @@
/// @access public
/// @group layout
@mixin between($lower, $upper) {
@if map-has-key(variables.$breakpoints, $lower) and map-has-key(variables.$breakpoints, $upper) {
@if map.has-key(variables.$breakpoints, $lower) and map.has-key(variables.$breakpoints, $upper) {
$lower-width: functions.calculate-px(map.get(variables.$breakpoints, $lower, width));
$upper-width: functions.calculate-px(map.get(variables.$breakpoints, $upper, width));

Expand Down Expand Up @@ -542,7 +542,7 @@
@each $breakpoint, $margin in $breakpoints {
$i: list.index($breakpoints, $breakpoint $margin);

@if $i != length($breakpoints) {
@if $i != list.length($breakpoints) {
$upper: list.nth(map.keys($breakpoints), $i + 1);
$max-margin: list.nth(map.values($breakpoints), $i + 1);

Expand Down Expand Up @@ -586,7 +586,7 @@
$margin
);
}
} @else if $i != length($breakpoints) {
} @else if $i != list.length($breakpoints) {
$upper: list.nth(map.keys($breakpoints), $i + 1);

@include between($breakpoint, $upper) {
Expand Down
Loading
Loading