Skip to content

Commit

Permalink
chore(root): 🤖 bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyghiani committed Jan 23, 2024
1 parent 852ae3b commit ffcd667
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 285 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
}
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@commitlint/config-lerna-scopes": "^18.4.4",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react": "^4.2.1",
"babel-loader": "^9.1.3",
"commitlint": "^18.4.4",
"commitlint": "^18.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -57,7 +57,7 @@
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"sort-package-json": "^2.6.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/doc-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
"dependencies": {
"react-mnt": "^1.1.6"
"react-mnt": "^1.1.7"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@mountain-ui/react-hooks": "^1.0.4",
"@mountain-ui/utils": "^1.0.2",
"prism-react-renderer": "2.3.1",
"react-mnt": "^1.1.6",
"react-mnt": "^1.1.7",
"react-range": "^1.8.14"
},
"devDependencies": {
Expand All @@ -80,7 +80,7 @@
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@svgr/cli": "^8.1.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@types/mertasan__tailwindcss-variables": "^2.6.4",
"@types/react": "^18.2.48",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-components/tsconfig.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"rootDir": "./src",
"paths": {
"mnt-internals": ["./src/internals"]
}
},
"noErrorTruncation": true
},
"include": ["src"],
"exclude": ["src/**/*.test.tsx", "src/**/*.stories.ts", "src/**/*.stories.tsx"]
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@storybook/react": "^7.6.10",
"@storybook/react-vite": "^7.6.10",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"autoprefixer": "^10.4.17",
Expand Down
Loading

1 comment on commit ffcd667

@vercel
Copy link

@vercel vercel bot commented on ffcd667 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.