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 Oct 22, 2024
1 parent 4af8c6c commit e8002c7
Show file tree
Hide file tree
Showing 9 changed files with 1,392 additions and 1,149 deletions.
20 changes: 10 additions & 10 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"homepage": "https://react-md.dev",
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/mdx": "^3.1.0",
"@next/mdx": "^14.2.15",
"@next/third-parties": "^14.2.15",
"@react-md/code": "workspace:*",
Expand All @@ -58,23 +58,23 @@
"devDependencies": {
"@mlaursen/eslint-config": "^5.1.3",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"@types/mdx": "^2.0.13",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@types/react-window": "^1.8.8",
"chokidar": "^3.6.0",
"eslint": "^9.12.0",
"chokidar": "^4.0.1",
"eslint": "^9.13.0",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"stylelint": "^16.9.0",
"sass": "^1.80.3",
"stylelint": "^16.10.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.7.0",
"stylelint-scss": "^6.8.1",
"svgo": "^3.3.2",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@inquirer/rawlist": "^4.0.0",
"@octokit/core": "^6.1.2",
"dotenv": "^16.4.5",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"turbo": "^2.1.3",
"turbo": "^2.2.3",
"typescript": "^5.5.4"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,27 @@
"@swc/core": "^1.7.22",
"@swc/jest": "^0.2.31",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"chokidar-cli": "^3.0.0",
"eslint": "^9.12.0",
"eslint": "^9.13.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.41",
"postcss": "^8.4.47",
"postcss-selector-parser": "^6.1.2",
"sass": "^1.79.4",
"stylelint": "^16.9.0",
"sass": "^1.80.3",
"stylelint": "^16.10.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.7.0",
"stylelint-scss": "^6.8.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"jscodeshift": "^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@mlaursen/eslint-config": "^5.1.3",
Expand All @@ -57,8 +57,8 @@
"@types/glob": "^8.0.1",
"@types/inquirer": "^9.0.7",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^22.7.5",
"eslint": "^9.12.0",
"@types/node": "^22.7.7",
"eslint": "^9.13.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@microsoft/api-extractor": "^7.47.9",
"@microsoft/api-extractor": "^7.47.11",
"@mlaursen/eslint-config": "^5.1.3",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.22",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"chokidar": "^3.6.0",
"eslint": "^9.12.0",
"@types/react-dom": "^18.3.1",
"chokidar": "^4.0.1",
"eslint": "^9.13.0",
"filesize": "^10.1.6",
"glob": "11.0.0",
"jest": "^29.7.0",
Expand All @@ -101,14 +101,14 @@
"lodash": "^4.17.21",
"lz-string": "^1.5.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.7.0",
"stylelint-scss": "^6.8.1",
"ts-morph": "^24.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
"mdast-util-mdx-jsx": "^3.1.3",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-mdxjs": "^3.0.0",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-remove-prefixes": "^1.2.0",
"postcss-selector-parser": "^6.1.2",
"postcss-sorting": "^8.0.2",
"postcss-sorting": "^9.1.0",
"prettier": "^3.3.3",
"rehype": "^13.0.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.79.4",
"sass": "^1.80.3",
"sucrase": "^3.35.0",
"ts-morph": "^24.0.0",
"unified": "^11.0.5",
Expand All @@ -72,17 +72,17 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/mdx": "^3.1.0",
"@mlaursen/eslint-config": "^5.1.3",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.22",
"@swc/jest": "^0.2.29",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"@types/postcss-sorting": "^8.0.2",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"cssnano-preset-default": "^7.0.6",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"jest": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"npm-run-all": "^4.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"devDependencies": {
"@mlaursen/eslint-config": "^5.1.3",
"@swc/core": "^1.7.22",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"glob": "^11.0.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"devDependencies": {
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.22",
"@types/node": "^22.7.5",
"chokidar": "^3.6.0",
"@types/node": "^22.7.7",
"chokidar": "^4.0.1",
"glob": "^11.0.0",
"npm-run-all": "^4.1.5",
"tsx": "^4.19.1",
Expand Down
Loading

0 comments on commit e8002c7

Please sign in to comment.