Skip to content

Commit

Permalink
pkg: Update all non-major dependencies (#2967)
Browse files Browse the repository at this point in the history
* pkg: Update all non-major dependencies

* docs: Update monaco version for preloads

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathaniel Tucker <[email protected]>
  • Loading branch information
renovate[bot] and ntucker authored Feb 29, 2024
1 parent 8c3371d commit 72762cf
Show file tree
Hide file tree
Showing 11 changed files with 498 additions and 306 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/node": "7.23.9",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.2.52",
"@types/react": "18.2.60",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
54 changes: 27 additions & 27 deletions examples/github-app/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@linaria/shaker": "5.0.3",
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
Expand All @@ -54,7 +54,7 @@
"@data-client/react": "^0.10.0",
"@data-client/rest": "^0.10.0",
"@js-temporal/polyfill": "^0.4.4",
"antd": "5.14.0",
"antd": "5.14.2",
"parse-link-header": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
24 changes: 12 additions & 12 deletions examples/nextjs/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@data-client/ssr": "^0.10.0",
"@data-client/test": "^0.10.0",
"@js-temporal/polyfill": "^0.4.4",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.22",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"classnames": "^2.3.2",
"next": "14.1.0",
"react": "18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/todo-app/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@linaria/core": "6.1.0",
"@linaria/react": "6.1.0",
"@linaria/shaker": "5.0.3",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/uuid": "^9.0.0",
"react-refresh": "0.14.0",
"webpack": "5.90.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.4.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/node": "20.11.22",
"@types/react": "18.2.60",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"babel-plugin-module-resolver": "5.0.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.3",
"react-native": "0.73.5",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-test-renderer": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.1",
"@tsconfig/docusaurus": "^2.0.0",
"@types/react": "18.2.52",
"@types/react": "18.2.60",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
Expand Down Expand Up @@ -50,7 +50,7 @@
"bignumber.js": "9.1.2",
"classnames": "^2.3.2",
"clsx": "2.1.0",
"monaco-editor": "^0.45.0",
"monaco-editor": "^0.46.0",
"parse-numeric-range": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Playground/MonacoPreloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function MonacoPreloads() {
}
export default memo(MonacoPreloads);

export const MONACO_VERSION = pkg.version ?? '0.43.0';
export const MONACO_VERSION = pkg.version ?? '0.46.0';

const monacoPreloads = [
`https://cdn.jsdelivr.net/npm/monaco-editor@${MONACO_VERSION}/min/vs/editor/editor.main.js`,
Expand Down
Loading

0 comments on commit 72762cf

Please sign in to comment.