Skip to content

Commit

Permalink
build: upgrade all dev deps & deps packages to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
travor20814 committed Nov 22, 2024
1 parent 0d69422 commit 1b52d4a
Show file tree
Hide file tree
Showing 6 changed files with 555 additions and 645 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,42 +51,42 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.2.2",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.3",
"@rollup/plugin-typescript": "^12.1.1",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-storysource": "^8.4.2",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/addon-storysource": "^8.4.5",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.4.2",
"@storybook/manager-api": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-webpack5": "^8.4.2",
"@storybook/theming": "^8.4.2",
"@storybook/blocks": "^8.4.5",
"@storybook/manager-api": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-webpack5": "^8.4.5",
"@storybook/theming": "^8.4.5",
"@testing-library/dom": "^10.4.0",
"@types/jest": "^29.5.14",
"@types/react-refresh": "^0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"babel-loader": "^9.2.1",
"commitizen": "^4.3.1",
"css-loader": "^7.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-storybook": "^0.11.1",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^8.1.9",
Expand All @@ -95,17 +95,17 @@
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.25.0",
"sass": "^1.80.6",
"rollup": "^4.27.3",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"storybook": "^8.4.2",
"storybook": "^8.4.5",
"storybook-rytass-palette": "^0.0.12",
"style-loader": "^4.0.0",
"stylelint": "^16.10.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.9.0",
"stylelint-scss": "^6.10.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"webpack": "^5.96.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@mezzanine-ui/icons": "^0.15.3",
"@mezzanine-ui/system": "^0.15.3",
"lodash": "^4.17.21",
"tslib": "^2.4.1"
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/luxon": "^3.3.2"
"@types/luxon": "^3.4.2"
}
}
24 changes: 12 additions & 12 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,32 @@
"react-dom": ">=18"
},
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@hello-pangea/dnd": "^17.0.0",
"@mezzanine-ui/core": "^0.15.3",
"@mezzanine-ui/icons": "^0.15.3",
"@mezzanine-ui/system": "^0.15.3",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.8",
"@popperjs/core": "^2.11.8",
"@types/react-transition-group": "^4.4.11",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"react-popper": "^2.3.0",
"react-transition-group": "^4.4.5",
"tslib": "^2.4.1"
"tslib": "^2.8.1"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.17.13",
"@types/moment": "^2.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-test-renderer": "^18.0.5",
"dayjs": "^1.11.10",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-test-renderer": "^18.3.0",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.0"
"react-test-renderer": "^18.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/react/src/TimePanel/TimePanel.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('<TimePanel />', () => {
const columnInstances = root.findAllByType(TimePanelColumn);

columnInstances.forEach((instance) => {
expect(instance).not.toBe(null || undefined);
expect(instance).not.toBe(undefined);
expect(instance.children).not.toBe(null);
});

Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"build:clean": "node ../../scripts/cleanBuild.js"
},
"dependencies": {
"tslib": "^2.1.0"
"tslib": "^2.8.1"
}
}
Loading

0 comments on commit 1b52d4a

Please sign in to comment.