Skip to content

Commit

Permalink
Dependency upgrades (#892)
Browse files Browse the repository at this point in the history
* update docs: typescript, gatsby-plugin-typescript, gatsby-plugin-typescript

* update docs: gatsby-plugin-image, gatsby-plugin-postcss

* update docs: cross-env, @primer/octicons-react

* update docs: react > 18, gatsby > latest v3, @primer/gatsby-theme-doctocat > latest v4

* updated storybook: addon-a11y, addon-actions, addon-essentials, addon-interactions, addon-links, addon-storysource, addon-webpack5-compiler-swc, manager-api, react, react-webpack5

* upgrade storybook dependencies

* update eslint-plugin-github due to linting error

* upgrade @types/node and webpack to fix type checking errors
  • Loading branch information
rezrah authored Jan 15, 2025
1 parent 4692aee commit e85c731
Show file tree
Hide file tree
Showing 7 changed files with 16,133 additions and 23,555 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-ties-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react-brand': patch
---

Upgraded dev dependencies for `@types/node` and `eslint-plugin-github`
702 changes: 378 additions & 324 deletions apps/docs/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"build:animation": "node scripts/animation-support.js"
},
"dependencies": {
"@primer/gatsby-theme-doctocat": "^4.6.3",
"@primer/octicons-react": "^19.8.0",
"@primer/react": "^35.1.0",
"@primer/gatsby-theme-doctocat": "4.7.1",
"@primer/octicons-react": "19.14.0",
"@primer/react": "35.32.2",
"color2k": "^2.0.0",
"cross-env": "7.0.2",
"gatsby": "^3.7.2",
"cross-env": "7.0.3",
"gatsby": "3.15.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-postcss": "^4.14.0",
"gatsby-plugin-typescript": "^2.12.1",
"react": "^17.0.2",
"react-docgen-typescript": "^2.0.0",
"react-dom": "^17.0.2"
"gatsby-plugin-image": "3.14.0",
"gatsby-plugin-postcss": "6.14.0",
"gatsby-plugin-typescript": "5.14.0",
"react": "18.3.1",
"react-docgen-typescript": "2.2.2",
"react-dom": "18.3.1"
},
"devDependencies": {
"css-to-string-loader": "^0.1.3",
"path-browserify": "^1.0.1",
"typescript": "^5.5.4"
"typescript": "5.7.3"
},
"engines": {
"node": ">=16",
Expand Down
48 changes: 24 additions & 24 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,37 +27,37 @@
"start:axe": "storybook dev -p 6006 --no-version-updates"
},
"devDependencies": {
"@babel/preset-env": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@babel/preset-typescript": "^7.21.5",
"@github/axe-github": "^0.5.0",
"@storybook/addon-a11y": "^8.2.6",
"@storybook/addon-actions": "^8.2.6",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/addon-storysource": "^8.2.6",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/manager-api": "^8.2.6",
"@storybook/react": "^8.2.6",
"@storybook/react-webpack5": "^8.2.6",
"@storybook/test": "^8.2.6",
"@storybook/test-runner": "^0.10.0",
"@storybook/theming": "^8.2.6",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@github/axe-github": "0.7.0",
"@storybook/addon-a11y": "8.4.7",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/addon-storysource": "8.4.7",
"@storybook/addon-webpack5-compiler-swc": "1.0.6",
"@storybook/manager-api": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-webpack5": "8.4.7",
"@storybook/test": "8.4.7",
"@storybook/test-runner": "0.21.0",
"@storybook/theming": "8.4.7",
"axe-core": "^4.7.2",
"axe-playwright": "^1.2.3",
"css-loader": "^6.7.4",
"highlight.js": "^11.9.0",
"css-loader": "7.1.2",
"highlight.js": "11.11.1",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.4.23",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.8.3",
"postcss": "8.5.1",
"postcss-loader": "8.1.1",
"postcss-preset-env": "10.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"storybook": "^8.2.6",
"storybook-css-modules-preset": "^1.1.1",
"typed-css-modules": "^0.7.2",
"typescript": "^5.5.4"
"typed-css-modules": "0.9.1",
"typescript": "5.7.3"
},
"peerDependencies": {
"react": ">=17 <= 18",
Expand Down
Loading

0 comments on commit e85c731

Please sign in to comment.