Skip to content

Commit 1b52d4a

Browse files
committedNov 22, 2024
build: upgrade all dev deps & deps packages to latest version
1 parent 0d69422 commit 1b52d4a

File tree

6 files changed

+555
-645
lines changed

6 files changed

+555
-645
lines changed
 

‎package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -51,42 +51,42 @@
5151
"@babel/preset-env": "^7.26.0",
5252
"@babel/preset-react": "^7.25.9",
5353
"@babel/preset-typescript": "^7.26.0",
54-
"@commitlint/cli": "^19.5.0",
55-
"@commitlint/config-conventional": "^19.5.0",
56-
"@eslint/compat": "^1.2.2",
54+
"@commitlint/cli": "^19.6.0",
55+
"@commitlint/config-conventional": "^19.6.0",
56+
"@eslint/compat": "^1.2.3",
5757
"@rollup/plugin-typescript": "^12.1.1",
58-
"@storybook/addon-essentials": "^8.4.2",
59-
"@storybook/addon-interactions": "^8.4.2",
60-
"@storybook/addon-links": "^8.4.2",
61-
"@storybook/addon-storysource": "^8.4.2",
58+
"@storybook/addon-essentials": "^8.4.5",
59+
"@storybook/addon-interactions": "^8.4.5",
60+
"@storybook/addon-links": "^8.4.5",
61+
"@storybook/addon-storysource": "^8.4.5",
6262
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
63-
"@storybook/blocks": "^8.4.2",
64-
"@storybook/manager-api": "^8.4.2",
65-
"@storybook/react": "^8.4.2",
66-
"@storybook/react-webpack5": "^8.4.2",
67-
"@storybook/theming": "^8.4.2",
63+
"@storybook/blocks": "^8.4.5",
64+
"@storybook/manager-api": "^8.4.5",
65+
"@storybook/react": "^8.4.5",
66+
"@storybook/react-webpack5": "^8.4.5",
67+
"@storybook/theming": "^8.4.5",
6868
"@testing-library/dom": "^10.4.0",
6969
"@types/jest": "^29.5.14",
7070
"@types/react-refresh": "^0",
71-
"@typescript-eslint/eslint-plugin": "^8.14.0",
72-
"@typescript-eslint/parser": "^8.14.0",
71+
"@typescript-eslint/eslint-plugin": "^8.15.0",
72+
"@typescript-eslint/parser": "^8.15.0",
7373
"babel-loader": "^9.2.1",
7474
"commitizen": "^4.3.1",
7575
"css-loader": "^7.1.2",
7676
"cz-conventional-changelog": "^3.3.0",
77-
"eslint": "^9.14.0",
77+
"eslint": "^9.15.0",
7878
"eslint-config-airbnb": "^19.0.4",
7979
"eslint-config-airbnb-typescript": "^18.0.0",
8080
"eslint-plugin-import": "^2.31.0",
8181
"eslint-plugin-jsx-a11y": "^6.10.2",
8282
"eslint-plugin-mdx": "^3.1.5",
8383
"eslint-plugin-react": "^7.37.2",
8484
"eslint-plugin-react-hooks": "^5.0.0",
85-
"eslint-plugin-storybook": "^0.11.0",
85+
"eslint-plugin-storybook": "^0.11.1",
8686
"fs-extra": "^11.2.0",
8787
"glob": "^11.0.0",
8888
"globals": "^15.12.0",
89-
"husky": "^9.1.6",
89+
"husky": "^9.1.7",
9090
"jest": "^29.7.0",
9191
"jest-environment-jsdom": "^29.7.0",
9292
"lerna": "^8.1.9",
@@ -95,17 +95,17 @@
9595
"prettier": "^3.3.3",
9696
"react": "^18.3.1",
9797
"react-dom": "^18.3.1",
98-
"rollup": "^4.25.0",
99-
"sass": "^1.80.6",
98+
"rollup": "^4.27.3",
99+
"sass": "^1.81.0",
100100
"sass-loader": "^16.0.3",
101-
"storybook": "^8.4.2",
101+
"storybook": "^8.4.5",
102102
"storybook-rytass-palette": "^0.0.12",
103103
"style-loader": "^4.0.0",
104104
"stylelint": "^16.10.0",
105105
"stylelint-config-recommended-scss": "^14.1.0",
106106
"stylelint-config-standard": "^36.0.1",
107107
"stylelint-order": "^6.0.4",
108-
"stylelint-scss": "^6.9.0",
108+
"stylelint-scss": "^6.10.0",
109109
"ts-jest": "^29.2.5",
110110
"typescript": "^5.6.3",
111111
"webpack": "^5.96.1"

‎packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"@mezzanine-ui/icons": "^0.15.3",
4444
"@mezzanine-ui/system": "^0.15.3",
4545
"lodash": "^4.17.21",
46-
"tslib": "^2.4.1"
46+
"tslib": "^2.8.1"
4747
},
4848
"devDependencies": {
49-
"@types/luxon": "^3.3.2"
49+
"@types/luxon": "^3.4.2"
5050
}
5151
}

‎packages/react/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -28,32 +28,32 @@
2828
"react-dom": ">=18"
2929
},
3030
"dependencies": {
31-
"@hello-pangea/dnd": "^16.6.0",
31+
"@hello-pangea/dnd": "^17.0.0",
3232
"@mezzanine-ui/core": "^0.15.3",
3333
"@mezzanine-ui/icons": "^0.15.3",
3434
"@mezzanine-ui/system": "^0.15.3",
35-
"@popperjs/core": "^2.11.6",
36-
"@types/react-transition-group": "^4.4.8",
35+
"@popperjs/core": "^2.11.8",
36+
"@types/react-transition-group": "^4.4.11",
3737
"clsx": "^2.1.1",
3838
"lodash": "^4.17.21",
3939
"react-popper": "^2.3.0",
4040
"react-transition-group": "^4.4.5",
41-
"tslib": "^2.4.1"
41+
"tslib": "^2.8.1"
4242
},
4343
"devDependencies": {
44-
"@testing-library/react": "^13.4.0",
44+
"@testing-library/react": "^16.0.1",
4545
"@testing-library/react-hooks": "^8.0.1",
46-
"@types/lodash": "^4.14.200",
46+
"@types/lodash": "^4.17.13",
4747
"@types/moment": "^2.13.0",
48-
"@types/react": "^18.3.3",
49-
"@types/react-dom": "^18.3.0",
50-
"@types/react-test-renderer": "^18.0.5",
51-
"dayjs": "^1.11.10",
48+
"@types/react": "^18.3.12",
49+
"@types/react-dom": "^18.3.1",
50+
"@types/react-test-renderer": "^18.3.0",
51+
"dayjs": "^1.11.13",
5252
"lodash": "^4.17.21",
53-
"luxon": "^3.4.4",
53+
"luxon": "^3.5.0",
5454
"moment": "^2.30.1",
5555
"react": "^18.3.1",
5656
"react-dom": "^18.3.1",
57-
"react-test-renderer": "^18.3.0"
57+
"react-test-renderer": "^18.3.1"
5858
}
5959
}

‎packages/react/src/TimePanel/TimePanel.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('<TimePanel />', () => {
5656
const columnInstances = root.findAllByType(TimePanelColumn);
5757

5858
columnInstances.forEach((instance) => {
59-
expect(instance).not.toBe(null || undefined);
59+
expect(instance).not.toBe(undefined);
6060
expect(instance.children).not.toBe(null);
6161
});
6262

‎packages/system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"build:clean": "node ../../scripts/cleanBuild.js"
2424
},
2525
"dependencies": {
26-
"tslib": "^2.1.0"
26+
"tslib": "^2.8.1"
2727
}
2828
}

0 commit comments

Comments
 (0)