Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 33116f9 commit e1c114f
Show file tree
Hide file tree
Showing 26 changed files with 4,505 additions and 5,442 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.5.0
20.11.0
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,29 +104,29 @@
"@babel/preset-typescript": "^7.21.4",
"@babel/types": "^7.21.4",
"@biomejs/biome": "1.2.2",
"@changesets/changelog-github": "^0.2.8",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.13.1",
"@commitlint/cli": "16.2.1",
"@commitlint/config-conventional": "16.2.1",
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/css": "^11.9.0",
"@emotion/eslint-plugin": "^11.7.0",
"@emotion/jest": "^11.9.1",
"@expo/spawn-async": "^1.5.0",
"@manypkg/cli": "0.21.1",
"@manypkg/cli": "0.21.2",
"@octokit/core": "^5.0.1",
"@octokit/graphql-schema": "^14.39.1",
"@percy/cli": "^1.10.1",
"@percy/cypress": "^3.1.2",
"@storybook/addon-a11y": "7.6.4",
"@storybook/addon-actions": "7.6.4",
"@storybook/addon-essentials": "7.6.4",
"@storybook/addon-interactions": "7.6.4",
"@storybook/addon-links": "7.6.4",
"@storybook/addons": "7.6.4",
"@storybook/cli": "7.6.4",
"@storybook/react": "7.6.4",
"@storybook/react-vite": "7.6.4",
"@storybook/addon-a11y": "7.6.12",
"@storybook/addon-actions": "7.6.12",
"@storybook/addon-essentials": "7.6.12",
"@storybook/addon-interactions": "7.6.12",
"@storybook/addon-links": "7.6.12",
"@storybook/addons": "7.6.12",
"@storybook/cli": "7.6.12",
"@storybook/react": "7.6.12",
"@storybook/react-vite": "7.6.12",
"@storybook/test-runner": "0.16.0",
"@storybook/testing-library": "0.2.2",
"@swc/core": "^1.2.160",
Expand Down Expand Up @@ -162,7 +162,7 @@
"commander": "^2.20.0",
"concurrently": "^7.6.0",
"csstype": "3.0.11",
"cypress": "10.8.0",
"cypress": "10.11.0",
"danger": "^11.0.2",
"dotenv": "^16.0.0",
"esbuild": "^0.15.18",
Expand Down Expand Up @@ -197,7 +197,7 @@
"lorem-ipsum": "^2.0.3",
"monopeers": "^1.0.2",
"msw": "^2.0.1",
"nx": "17.2.2",
"nx": "17.3.1",
"playwright": "^1.28.1",
"plop": "^3.0.0",
"precise-commits": "^1.0.2",
Expand All @@ -206,11 +206,11 @@
"react-dom": "^18.0.0",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-router-dom": "6.2.1",
"react-router-dom": "6.22.0",
"search-in-file": "^1.2.2",
"shelljs": "^0.8.5",
"start-server-and-test": "^2.0.3",
"storybook": "7.6.4",
"storybook": "7.6.12",
"terser": "^5.14.2",
"theo": "^8.1.5",
"tslib": "^2.0.3",
Expand All @@ -224,8 +224,8 @@
"resolutions": {
"csstype": "3.0.11",
"jest": "28.1.3",
"playwright": "1.28.1",
"tslib": "2.6.1"
"playwright": "1.41.2",
"tslib": "2.6.2"
},
"husky": {
"hooks": {
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"dependencies": {
"chalk": "4.1.2",
"execa": "3.2.0",
"globby": "npm:[email protected].1",
"inquirer": "7.0.0",
"execa": "3.4.0",
"globby": "npm:[email protected].2",
"inquirer": "7.3.3",
"is-git-clean": "1.1.0",
"jscodeshift": "0.11.0",
"meow": "8.0.0"
"jscodeshift": "0.15.1",
"meow": "8.1.2"
},
"devDependencies": {
"@babel/core": "^7.21.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-color-contrast-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tsc": "tsc"
},
"dependencies": {
"color-combos": "1.0.12",
"color-combos": "1.1.0",
"lodash": "4.17.21"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"tsc": "tsc"
},
"dependencies": {
"@types/react-is": "17.0.3",
"react-is": "18.0.0"
"@types/react-is": "17.0.7",
"react-is": "18.2.0"
},
"peerDependencies": {
"@twilio-paste/animation-library": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"dependencies": {
"deepmerge": "4.2.2"
"deepmerge": "4.3.1"
},
"peerDependencies": {
"@twilio-paste/anchor": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/chat-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"dependencies": {
"deepmerge": "4.2.2"
"deepmerge": "4.3.1"
},
"peerDependencies": {
"@twilio-paste/animation-library": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"dependencies": {
"@radix-ui/react-use-rect": "1.0.0",
"@radix-ui/react-use-rect": "1.0.1",
"lodash": "4.17.21",
"react-virtual": "2.10.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"dependencies": {
"date-fns": "2.21.3"
"date-fns": "2.30.0"
},
"peerDependencies": {
"@twilio-paste/anchor": "^12.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"dependencies": {
"deepmerge": "4.2.2"
"deepmerge": "4.3.1"
},
"peerDependencies": {
"@twilio-paste/animation-library": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/time-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"dependencies": {
"date-fns": "2.21.3"
"date-fns": "2.30.0"
},
"peerDependencies": {
"@twilio-paste/anchor": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/primitives/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"dependencies": {
"deepmerge": "4.2.2"
"deepmerge": "4.3.1"
},
"peerDependencies": {
"@twilio-paste/animation-library": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/primitives/modal-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"dependencies": {
"@reach/dialog": "0.16.2"
"@reach/dialog": "0.18.0"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.2 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/primitives/text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsc": "tsc"
},
"dependencies": {
"deepmerge": "4.2.2"
"deepmerge": "4.3.1"
},
"peerDependencies": {
"@twilio-paste/animation-library": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-customization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tsc": "tsc"
},
"dependencies": {
"deepmerge": "4.2.2"
"deepmerge": "4.3.1"
},
"peerDependencies": {
"@twilio-paste/animation-library": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-libraries/animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"tsc": "tsc"
},
"dependencies": {
"@react-spring/shared": "9.4.5",
"@react-spring/web": "9.4.5"
"@react-spring/shared": "9.7.3",
"@react-spring/web": "9.7.3"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.2 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-libraries/code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"tsc": "tsc"
},
"dependencies": {
"@monaco-editor/react": "4.5.1",
"monaco-editor": "0.39.0"
"@monaco-editor/react": "4.6.0",
"monaco-editor": "0.45.0"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.2 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-libraries/data-visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tsc": "tsc"
},
"dependencies": {
"deepmerge": "4.2.2"
"deepmerge": "4.3.1"
},
"peerDependencies": {
"@twilio-paste/animation-library": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-libraries/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tsc": "tsc"
},
"dependencies": {
"downshift": "6.1.7"
"downshift": "6.1.12"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.2 || ^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-libraries/lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"tsc": "tsc"
},
"dependencies": {
"@lexical/link": "0.12.0",
"@lexical/react": "0.12.0",
"lexical": "0.12.0"
"@lexical/link": "0.13.1",
"@lexical/react": "0.13.1",
"lexical": "0.13.1"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-libraries/react-spectrum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"tsc": "tsc"
},
"dependencies": {
"react-aria": "3.26.0",
"react-stately": "3.24.0"
"react-aria": "3.31.1",
"react-stately": "3.29.1"
},
"peerDependencies": {
"@types/react": "^16.8.6 || ^17.0.2 || ^18.0.27",
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-libraries/styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"tsc": "tsc"
},
"dependencies": {
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@styled-system/css": "5.1.5",
"@styled-system/should-forward-prop": "5.1.5",
"@styled-system/theme-get": "5.1.2",
"@types/styled-system": "5.1.9",
"@types/styled-system__css": "5.0.17",
"@types/styled-system__should-forward-prop": "5.1.2",
"@types/styled-system__theme-get": "5.0.2",
"@types/styled-system": "5.1.22",
"@types/styled-system__css": "5.0.21",
"@types/styled-system__should-forward-prop": "5.1.4",
"@types/styled-system__theme-get": "5.0.4",
"styled-system": "5.1.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-libraries/syntax-highlighter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tsc": "tsc"
},
"dependencies": {
"@types/react-syntax-highlighter": "15.5.5",
"@types/react-syntax-highlighter": "15.5.11",
"react-syntax-highlighter": "15.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-token-contrast-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lodash": "4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"web-vitals": "^1.0.1"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions packages/paste-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@datadog/browser-rum": "^5.0.0",
"@hookform/error-message": "2.0.0",
"@hookform/error-message": "2.0.1",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
Expand Down Expand Up @@ -138,16 +138,16 @@
"@twilio-paste/visual-picker": "^2.0.3",
"@types/airtable": "^0.10.1",
"@types/dogapi": "^2.8.10",
"@types/gtag.js": "^0.0.12",
"@types/gtag.js": "^0.0.18",
"@types/lodash": "^4.14.182",
"@types/mdx-js__react": "^1.5.5",
"@vercel/og": "^0.5.20",
"@vercel/og": "^0.6.0",
"ai": "^2.2.27",
"airtable": "^0.11.6",
"airtable": "^0.12.0",
"color": "^3.1.2",
"common-tags": "^1.8.2",
"date-fns": "2.21.3",
"deepmerge": "4.2.2",
"date-fns": "2.30.0",
"deepmerge": "4.3.1",
"dogapi": "^2.8.4",
"dotenv": "^16.0.0",
"github-slugger": "^2.0.0",
Expand Down Expand Up @@ -179,7 +179,7 @@
"react-visibility-sensor": "5.1.1",
"remark-gfm": "^3.0.1",
"rollbar": "^2.26.2",
"sharp": "^0.32.5",
"sharp": "^0.33.0",
"typescript": "^4.9.4",
"unist-builder": "^4.0.0",
"unist-util-filter": "^5.0.1",
Expand All @@ -192,7 +192,7 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.0",
"@storybook/react": "7.6.4",
"@storybook/react": "7.6.12",
"@tanstack/eslint-plugin-query": "^5.17.7",
"@testing-library/react": "^13.4.0",
"tsx": "^4.0.0"
Expand Down
Loading

0 comments on commit e1c114f

Please sign in to comment.