Skip to content

Commit 7c28bf5

Browse files
committed
chore: bump packages
1 parent 106a09d commit 7c28bf5

File tree

12 files changed

+18368
-15383
lines changed

12 files changed

+18368
-15383
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ yarn-debug.log*
2323
yarn-error.log*
2424

2525
# story book
26-
/storybook-static
26+
/storybook-static
27+
28+
.yarn/cache
29+
.yarn/install-state.gz

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/plugins/@yarnpkg/plugin-outdated.cjs

Lines changed: 29 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 550 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 28 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-3.8.2.cjs

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/versions/62782645.yml

Whitespace-only changes.

.yarnrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
yarn-path ".yarn/releases/yarn-1.22.17.cjs"

.yarnrc.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
nodeLinker: node-modules
2+
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5+
spec: "@yarnpkg/plugin-workspace-tools"
6+
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
7+
spec: "@yarnpkg/plugin-version"
8+
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
9+
spec: "https://mskelton.dev/yarn-outdated/v1.2.0"
10+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
11+
spec: "@yarnpkg/plugin-interactive-tools"
12+
13+
yarnPath: .yarn/releases/yarn-3.8.2.cjs

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,29 +33,29 @@
3333
},
3434
"devDependencies": {
3535
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
36-
"@storybook/blocks": "^7.6.20",
37-
"@storybook/manager-api": "^7.6.20",
38-
"@storybook/preset-create-react-app": "^7.6.20",
39-
"@storybook/react": "^7.6.20",
40-
"@storybook/react-webpack5": "^7.6.20",
36+
"@storybook/blocks": "^8.4.3",
37+
"@storybook/manager-api": "^8.4.3",
38+
"@storybook/preset-create-react-app": "^8.4.3",
39+
"@storybook/react": "^8.4.3",
40+
"@storybook/react-webpack5": "^8.4.3",
4141
"@storybook/testing-library": "^0.2.2",
42-
"@storybook/theming": "^7.6.20",
42+
"@storybook/theming": "^8.4.3",
4343
"babel-plugin-named-exports-order": "^0.0.2",
44-
"eslint-plugin-storybook": "^0.6.15",
45-
"gh-pages": "^6.1.1",
44+
"eslint-plugin-storybook": "^0.11.0",
45+
"gh-pages": "^6.2.0",
4646
"prop-types": "^15.8.1",
47-
"storybook": "^7.6.20",
48-
"webpack": "^5.95.0"
47+
"storybook": "^8.4.3",
48+
"webpack": "^5.96.1"
4949
},
5050
"dependencies": {
51-
"@testing-library/jest-dom": "^6.5.0",
52-
"@testing-library/react": "^14.3.1",
51+
"@testing-library/jest-dom": "^6.6.3",
52+
"@testing-library/react": "^16.0.1",
5353
"@testing-library/user-event": "^14.5.2",
54-
"@types/jest": "^29.5.13",
55-
"@types/node": "^20.16.11",
56-
"@types/react": "^18.3.11",
57-
"@types/react-dom": "^18.3.0",
58-
"carbon-addons-iot-react": "2.154.0-next.36",
54+
"@types/jest": "^29.5.14",
55+
"@types/node": "^22.9.0",
56+
"@types/react": "^18.3.12",
57+
"@types/react-dom": "^18.3.1",
58+
"carbon-addons-iot-react": "2.154.0-next.40",
5959
"carbon-components": "^10.58.15",
6060
"carbon-components-react": "^7.60.0",
6161
"d3": "^7.9.0",
@@ -64,6 +64,6 @@
6464
"react-dom": "^18.3.1",
6565
"react-scripts": "^5.0.1",
6666
"typescript": "^5.6.3",
67-
"web-vitals": "^3.5.2"
67+
"web-vitals": "^4.2.4"
6868
}
6969
}

0 commit comments

Comments
 (0)