Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into fix-dialog-heading-aria-la…
Browse files Browse the repository at this point in the history
…belledby
  • Loading branch information
scurker committed Nov 1, 2023
2 parents 9225579 + c64d806 commit 01f7617
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 2,155 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: PR preview cleanup
on:
pull_request:
types: [closed]
branches-ignore:
- master

jobs:
deploy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: PR preview
on:
pull_request:
types: [opened]
branches-ignore:
- master

jobs:
deploy:
Expand Down
18 changes: 0 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,16 @@
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/register": "^7.22.5",
"@fontsource/lato": "^4.5.0",
"@fontsource/pt-mono": "^4.5.0",
"@fontsource/roboto": "^4.5.1",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@types/classnames": "^2.2.9",
"@types/express": "^4.17.13",
"@types/http-server": "^0.12.1",
"@types/jest": "^28.1.3",
"@types/jest-axe": "^3.5.4",
"@types/node": "^18.0.0",
"@types/optimize-css-assets-webpack-plugin": "^5.0.5",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-router-dom": "^5.3.2",
"@types/react-syntax-highlighter": "^11.0.4",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
Expand All @@ -77,13 +69,10 @@
"babel-plugin-transform-export-extensions": "^6.22.0",
"chalk": "^4.1.2",
"classnames": "^2.2.6",
"closest": "0.0.1",
"concurrently": "^6.0.0",
"cross-env": "^7.0.3",
"css-loader": "^0.28.7",
"css-minimizer-webpack-plugin": "^4.2.2",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.11.2",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -94,34 +83,27 @@
"fontsource-roboto": "^3.0.3",
"html-webpack-plugin": "^5.5.0",
"husky": "^1.0.0-rc.14",
"jest-axe": "^8.0.0",
"lint-staged": "^7.2.2",
"log-symbols": "4",
"mdast-util-from-markdown": "^1.3.0",
"mdast-util-mdx": "^2.0.1",
"micromark-extension-mdxjs": "^1.0.0",
"micromatch": "^4.0.5",
"mini-css-extract-plugin": "^2.7.2",
"node-fetch": "^3.3.0",
"nyc": "^11.3.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"p-queue": "^6",
"postcss-cli": "^6.0.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^2",
"proxyquire": "^1.8.0",
"puppeteer": "^10.4.0",
"react": "^17",
"react-dom": "^16.13.1",
"react-element-to-jsx-string": "^14.0.2",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.3.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-mdx-frontmatter": "^2.1.1",
"remark-mdx-toc": "^0.3.1",
"remark-toc": "^8.0.1",
"rimraf": "^4.3.1",
"slugify": "^1.6.5",
"standard-version": "^9.1.1",
Expand Down
10 changes: 0 additions & 10 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/register": "^7.22.5",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-dynamic-import-vars": "^1.4.2",
"@rollup/plugin-typescript": "^11.1.2",
Expand All @@ -54,28 +53,19 @@
"autoprefixer": "^9.7.6",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"closest": "^0.0.1",
"concurrently": "^5.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest": "^24.7.1",
"jest-axe": "^8.0.0",
"jsdom": "^16.2.2",
"jsdom-global": "^3.0.2",
"nyc": "^15.0.1",
"postcss-cli": "^7.1.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"proxyquire": "^2.1.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-element-to-jsx-string": "^14.3.1",
"react-helmet": "^6.0.0",
"react-router-dom": "^5.1.2",
"rollup": "^2.23.0",
"sinon": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "~5.0.0"
},
"repository": {
Expand Down
Loading

0 comments on commit 01f7617

Please sign in to comment.