Skip to content

Commit

Permalink
build(deps): bump dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Nov 11, 2023
1 parent 41ca197 commit 2f76997
Show file tree
Hide file tree
Showing 7 changed files with 994 additions and 806 deletions.
1 change: 0 additions & 1 deletion apps/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const nextConfig = {
// does not support mdx plugins
experimental: {
mdxRs: true,
webpackBuildWorker: true,
},
typescript: {
ignoreBuildErrors: true,
Expand Down
28 changes: 14 additions & 14 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"homepage": "https://react-md.dev",
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@next/mdx": "^14.0.1",
"@next/mdx": "^14.0.2",
"@react-md/core": "workspace:*",
"@react-md/material-icons": "workspace:*",
"cnbuilder": "^3.1.0",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"js-cookie": "^3.0.5",
"marked": "^9.1.5",
"next": "^14.0.1",
"marked": "^9.1.6",
"next": "^14.0.2",
"postcss-selector-parser": "^6.0.13",
"prismjs": "^1.29.0",
"react": "^18.2.0",
Expand All @@ -67,18 +67,18 @@
"devDependencies": {
"@mdx-js/mdx": "^3.0.0",
"@mlaursen/eslint-config": "^4.0.0",
"@types/js-cookie": "^3.0.5",
"@types/lodash": "^4.14.200",
"@types/mdx": "^2.0.9",
"@types/node": "^20.8.10",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.201",
"@types/mdx": "^2.0.10",
"@types/node": "^20.9.0",
"@types/postcss-sorting": "^8.0.2",
"@types/prismjs": "^1.26.2",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/react-window": "^1.8.7",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-window": "^1.8.8",
"chokidar": "^3.5.3",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.1",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
Expand All @@ -94,7 +94,7 @@
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-order": "^6.0.3",
"svgo": "^3.0.2",
"svgo": "^3.0.3",
"ts-morph": "^20.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@mlaursen/eslint-config": "^4.0.0",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"dependencies": {
"commander": "^11.1.0",
"glob": "^10.3.10",
"inquirer": "^9.2.11",
"inquirer": "^9.2.12",
"jscodeshift": "^0.15.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@types/glob": "^8.0.1",
"@types/inquirer": "^9.0.6",
"@types/jscodeshift": "^0.11.9",
"@types/inquirer": "^9.0.7",
"@types/jscodeshift": "^0.11.10",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@
"license": "MIT",
"dependencies": {
"cnbuilder": "^3.1.0",
"nanoid": "^5.0.2"
"nanoid": "^5.0.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@swc/cli": "^0.1.62",
"@swc/core": "1.3.95",
"@swc/core": "1.3.96",
"@swc/jest": "^0.2.29",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"chokidar": "^3.5.3",
"filesize": "^10.1.0",
"glob": "10.3.10",
Expand Down
10 changes: 5 additions & 5 deletions packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"cnbuilder": "^3.1.0"
},
"devDependencies": {
"@swc/core": "1.3.95",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@swc/core": "1.3.96",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"prettier": "^3.0.3",
"pretty-ms": "^8.0.0",
"svgo": "^3.0.2",
"svgo": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 2f76997

Please sign in to comment.