Skip to content

Commit

Permalink
build(deps): bump safe dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jun 3, 2024
1 parent 374ca0a commit c7c209f
Show file tree
Hide file tree
Showing 12 changed files with 1,529 additions and 1,252 deletions.
18 changes: 9 additions & 9 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,26 @@
"devDependencies": {
"@mlaursen/eslint-config": "^4.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.3",
"@types/lodash": "^4.17.4",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"chokidar": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"nodemon": "^3.1.0",
"nodemon": "^3.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"sass": "^1.77.1",
"stylelint": "^16.5.0",
"prettier": "^3.3.0",
"sass": "^1.77.4",
"stylelint": "^16.6.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.3.0",
"stylelint-scss": "^6.3.1",
"svgo": "^3.3.2",
"tsx": "^4.10.3",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
},
"volta": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"release": "pnpm run run-script scripts/release.ts"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@inquirer/confirm": "^3.1.7",
"@inquirer/input": "^2.1.7",
"@inquirer/rawlist": "^2.1.7",
"@changesets/cli": "^2.27.5",
"@inquirer/confirm": "^3.1.9",
"@inquirer/input": "^2.1.9",
"@inquirer/rawlist": "^2.1.9",
"@mlaursen/eslint-config": "^4.1.1",
"@octokit/core": "^6.1.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"tsx": "^4.10.3",
"lint-staged": "^15.2.5",
"prettier": "^3.3.0",
"tsx": "^4.11.2",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@react-md/material-icons": "workspace:*",
"client-only": "^0.0.1",
"cnbuilder": "^3.1.0",
"prettier": "^3.2.4",
"prettier": "^3.3.0",
"prismjs": "^1.29.0",
"server-only": "^0.0.1",
"sucrase": "^3.35.0"
Expand All @@ -59,29 +59,29 @@
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@swc/cli": "^0.3.2",
"@swc/core": "1.5.7",
"@swc/core": "1.5.24",
"@swc/jest": "^0.2.31",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.12",
"@types/node": "^20.14.0",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"chokidar-cli": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"postcss-selector-parser": "^6.0.16",
"sass": "^1.77.1",
"stylelint": "^16.5.0",
"postcss-selector-parser": "^6.1.0",
"sass": "^1.77.4",
"stylelint": "^16.6.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.3.0",
"stylelint-scss": "^6.3.1",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
],
"license": "MIT",
"dependencies": {
"commander": "^12.0.0",
"glob": "^10.3.15",
"inquirer": "^9.2.21",
"commander": "^12.1.0",
"glob": "^10.4.1",
"inquirer": "^9.2.23",
"jscodeshift": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@types/glob": "^8.0.1",
"@types/inquirer": "^9.0.7",
"@types/jscodeshift": "^0.11.11",
Expand Down
22 changes: 11 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,21 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@microsoft/api-extractor": "^7.43.7",
"@microsoft/api-extractor": "^7.46.2",
"@swc/cli": "^0.3.12",
"@swc/core": "1.5.7",
"@swc/core": "1.5.24",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.17.3",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"chokidar": "^3.6.0",
"filesize": "^10.1.2",
"glob": "10.3.15",
"glob": "10.4.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
Expand All @@ -102,14 +102,14 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"stylelint": "^16.5.0",
"prettier": "^3.3.0",
"stylelint": "^16.6.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.3.0",
"stylelint-scss": "^6.3.1",
"ts-node": "^10.9.2",
"tsx": "^4.10.3",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/core/src/__tests__/useWindowSize.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { beforeAll, beforeEach, describe, expect, it } from "@jest/globals";
import { createRef, type MutableRefObject, type ReactElement } from "react";
import { act } from "react-dom/test-utils";
import { SsrProvider } from "../SsrProvider.js";
import { render, screen, waitFor } from "../test-utils/index.js";
import { act, render, screen, waitFor } from "../test-utils/index.js";
import { type ElementSize } from "../types.js";
import { useWindowSize, type WindowSizeOptions } from "../useWindowSize.js";

Expand Down
3 changes: 1 addition & 2 deletions packages/core/src/form/__tests__/useFormReset.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { describe, expect, it, jest } from "@jest/globals";
import { useRef, useState, type ReactElement } from "react";
import { act } from "react-dom/test-utils";
import { Button } from "../../button/Button.js";
import { rmdRender, screen, userEvent } from "../../test-utils/index.js";
import { act, rmdRender, screen, userEvent } from "../../test-utils/index.js";
import { useFormReset } from "../useFormReset.js";

interface TestImplementationProps {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import { describe, it, expect } from "@jest/globals";
import { act } from "react-dom/test-utils";
import { describe, expect, it } from "@jest/globals";
import { lazy, type FC, type ReactElement } from "react";
import {
act,
render,
screen,
waitForElementToBeRemoved,
} from "../../test-utils/index.js";
import { Typography } from "../../typography/Typography.js";
import {
CircularProgressSuspense,
type CircularProgressSuspenseProps,
} from "../CircularProgressSuspense.js";
import { type FC, lazy, type ReactElement } from "react";
import { Typography } from "../../typography/Typography.js";

const setup = (props?: Omit<CircularProgressSuspenseProps, "children">) => {
function Content(): ReactElement {
Expand Down
16 changes: 8 additions & 8 deletions packages/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
"@types/estree-jsx": "^1.0.5",
"@types/hast": "^3.0.4",
"@types/unist": "^3.0.2",
"glob": "^10.3.15",
"glob": "^10.4.1",
"hast-util-heading-rank": "^3.0.0",
"hast-util-properties-to-mdx-jsx-attributes": "^1.0.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-mdx": "^3.0.0",
"mdast-util-mdx-jsx": "^3.1.2",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-mdxjs": "^3.0.0",
"postcss": "^8.4.38",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-remove-prefixes": "^1.2.0",
"postcss-selector-parser": "^6.0.16",
"postcss-selector-parser": "^6.1.0",
"postcss-sorting": "^8.0.2",
"prettier": "^3.0.3",
"prettier": "^3.3.0",
"rehype": "^13.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.77.1",
"sass": "^1.77.4",
"sucrase": "^3.35.0",
"ts-morph": "^22.0.0",
"unified": "^11.0.4",
Expand All @@ -75,9 +75,9 @@
"@mdx-js/mdx": "^3.0.1",
"@mlaursen/eslint-config": "^4.1.1",
"@swc/cli": "^0.3.2",
"@swc/core": "1.5.7",
"@swc/core": "1.5.24",
"@swc/jest": "^0.2.29",
"@types/node": "^20.12.12",
"@types/node": "^20.14.0",
"@types/postcss-sorting": "^8.0.2",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.1",
Expand All @@ -89,7 +89,7 @@
"pretty-ms": "^9.0.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"tsx": "^4.10.3",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
},
"volta": {
Expand Down
14 changes: 7 additions & 7 deletions packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"cnbuilder": "^3.1.0"
},
"devDependencies": {
"@swc/core": "1.5.7",
"@types/lodash": "^4.17.3",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"glob": "^10.3.15",
"@swc/core": "1.5.24",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"glob": "^10.4.1",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"pretty-ms": "^9.0.0",
"svgo": "^3.3.2",
"tsx": "^4.10.3",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
},
"devDependencies": {
"@swc/cli": "^0.3.12",
"@swc/core": "1.5.7",
"@types/node": "^20.12.12",
"@swc/core": "1.5.24",
"@types/node": "^20.14.0",
"chokidar": "^3.6.0",
"glob": "^10.3.15",
"glob": "^10.4.1",
"npm-run-all": "^4.1.5",
"tsx": "^4.10.3",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit c7c209f

Please sign in to comment.