Skip to content

Commit

Permalink
pkg: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 13, 2024
1 parent 390df74 commit 3b28728
Show file tree
Hide file tree
Showing 10 changed files with 159 additions and 176 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.75",
"@types/react": "18.2.78",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
16 changes: 8 additions & 8 deletions examples/github-app/package-lock.json

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

4 changes: 2 additions & 2 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.75",
"@types/react-dom": "18.2.24",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
Expand Down
122 changes: 66 additions & 56 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 @@ -16,10 +16,10 @@
"@data-client/test": "^0.11.0",
"@js-temporal/polyfill": "^0.4.4",
"@types/node": "20.12.7",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"classnames": "^2.3.2",
"next": "14.1.4",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"redux": "^5.0.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.24",
"@types/react-dom": "18.2.25",
"@types/uuid": "^9.0.0",
"react-refresh": "0.14.0",
"webpack": "5.91.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@testing-library/react-native": "12.4.5",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/react": "18.2.75",
"@types/react": "18.2.78",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"babel-plugin-module-resolver": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.75",
"@types/react": "18.2.78",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
Expand Down
Loading

0 comments on commit 3b28728

Please sign in to comment.