Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
- Also, remove checked-in Yarn `install-stage.gz` file
  • Loading branch information
daneah committed Nov 12, 2024
1 parent 660a941 commit 1fbfe5a
Show file tree
Hide file tree
Showing 7 changed files with 2,088 additions and 2,530 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ custom-elements.json
yarn-error.log
**/.envrc
sass.json
.yarn/install-state.gz
Binary file removed .yarn/install-state.gz
Binary file not shown.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,65 +54,65 @@
},
"homepage": "https://github.com/ithaka/pharos#readme",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-export-default-from": "^7.24.7",
"@babel/plugin-syntax-import-assertions": "^7.25.6",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@emotion/babel-plugin": "^11.12.0",
"@size-limit/preset-small-lib": "^11.1.5",
"@storybook/addon-a11y": "^8.3.3",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-links": "^8.3.3",
"@storybook/blocks": "^8.3.3",
"@storybook/manager-api": "^8.3.3",
"@storybook/react-vite": "^8.3.3",
"@storybook/theming": "^8.3.3",
"@storybook/web-components": "^8.3.3",
"@storybook/web-components-vite": "^8.3.3",
"@size-limit/preset-small-lib": "^11.1.6",
"@storybook/addon-a11y": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/manager-api": "^8.4.2",
"@storybook/react-vite": "^8.4.2",
"@storybook/theming": "^8.4.2",
"@storybook/web-components": "^8.4.2",
"@storybook/web-components-vite": "^8.4.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-react": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.3",
"all-contributors-cli": "^6.26.1",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"cssnano": "^7.0.6",
"eslint": "^9.11.1",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.9.0",
"eslint-plugin-wc": "^2.1.1",
"globals": "^15.9.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-wc": "^2.2.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"lit": "^2.8.0",
"lit-analyzer": "^2.0.3",
"markdown-toc": "^1.2.0",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-preset-env": "^10.0.5",
"postcss-preset-env": "^10.1.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.79.3",
"size-limit": "^11.1.5",
"storybook": "^8.3.3",
"stylelint": "^16.9.0",
"sass": "^1.80.6",
"size-limit": "^11.1.6",
"storybook": "^8.4.2",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.7.0",
"stylelint-scss": "^6.9.0",
"svglint": "^3.0.0",
"vite": "^5.4.8"
"vite": "^5.4.11"
},
"workspaces": {
"packages": [
Expand Down
8 changes: 4 additions & 4 deletions packages/pharos-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"pharos": "dist/index.js"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22.7.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-morph": "^23.0.0",
"ts-morph": "^24.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"scripts": {
"test": "jest",
Expand Down
32 changes: 16 additions & 16 deletions packages/pharos-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,33 @@
"@ithaka/pharos": "^14.5.0",
"@reach/router": "^1.3.4",
"@webcomponents/scoped-custom-element-registry": "^0.0.3",
"gatsby": "^5.13.7",
"gatsby": "^5.14.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.3",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-plugin-google-tagmanager": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"prettier": "^3.3.3",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"sass": "^1.79.3"
"sass": "^1.80.6"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@types/reach__router": "^1.3.15",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"babel-preset-gatsby": "^3.13.2",
"typescript": "^5.6.2"
"babel-preset-gatsby": "^3.14.0",
"typescript": "^5.6.3"
},
"author": "ITHAKA",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions packages/pharos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,30 +55,30 @@
"author": "ITHAKA",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.6.11",
"@floating-ui/dom": "^1.6.12",
"@ithaka/focus-trap": "2.0.1",
"@lit-labs/scoped-registry-mixin": "^1.0.1",
"@open-wc/dedupe-mixin": "^1.4.0",
"lit": "^2.8.0",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"peerDependencies": {
"sass": "^1.42.1"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.10.3",
"@open-wc/testing": "^4.0.0",
"@types/mocha": "^10.0.8",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/mocha": "^10.0.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@web/test-runner": "^0.19.0",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"autoprefixer": "^10.4.20",
"chokidar": "^4.0.1",
"globby": "^14.0.2",
"minify-html-literals": "^1.3.5",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -88,7 +88,7 @@
"sinon": "^19.0.2",
"style-dictionary": "^3.9.2",
"ts-lit-plugin": "^2.0.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"customElements": "custom-elements.json",
"exports": {
Expand Down
Loading

0 comments on commit 1fbfe5a

Please sign in to comment.