Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent f1c4587 commit cfbc001
Show file tree
Hide file tree
Showing 12 changed files with 859 additions and 841 deletions.
6 changes: 3 additions & 3 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ws:replace": "replace"
},
"dependencies": {
"@azure/msal-browser": "3.25.0",
"@azure/msal-browser": "3.26.1",
"@codemirror/lang-javascript": "6.2.2",
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
Expand All @@ -44,10 +44,10 @@
"docusaurus-plugin-typedoc": "1.0.5",
"replace": "1.2.2",
"rimraf": "6.0.1",
"typedoc": "0.26.8",
"typedoc": "0.26.10",
"typedoc-plugin-markdown": "4.2.9",
"typedoc-plugin-no-inherit": "1.4.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"browserslist": {
"production": [
Expand Down
38 changes: 19 additions & 19 deletions documentation/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/dat.gui": "^0.7.5",
"@types/lodash": "^4.14.190",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.166.0",
"css-loader": "^7.0.0",
Expand Down Expand Up @@ -64,5 +64,5 @@
"last 1 safari version"
]
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
22 changes: 11 additions & 11 deletions examples/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"@cognite/cogs.js": "^10.25.0",
"@cognite/reveal": "^4.19.0",
"@cognite/sdk": "^9.13.0",
"@playwright/test": "1.48.0",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/blocks": "8.3.5",
"@storybook/react": "8.3.5",
"@storybook/react-vite": "8.3.5",
"@storybook/test": "8.3.5",
"@playwright/test": "1.48.1",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "8.3.6",
"@storybook/addon-links": "8.3.6",
"@storybook/blocks": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/react-vite": "8.3.6",
"@storybook/test": "8.3.6",
"@tanstack/react-query-devtools": "^5.32.0",
"@testing-library/react": "^16.0.0",
"@tippyjs/react": "4.2.6",
Expand All @@ -80,7 +80,7 @@
"happy-dom": "^15.0.0",
"locize-cli": "^8.0.1",
"moq.ts": "10.0.8",
"playwright": "1.48.0",
"playwright": "1.48.1",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand All @@ -99,11 +99,11 @@
"vite-plugin-externalize-deps": "^0.8.0",
"vitest": "^1.5.3"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"files": [
"dist"
],
"resolutions": {
"@mui/base": "5.0.0-beta.58"
"@mui/base": "5.0.0-beta.59"
}
}
Loading

0 comments on commit cfbc001

Please sign in to comment.