Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-bot committed Jan 7, 2025
1 parent 9d2e742 commit 1150280
Show file tree
Hide file tree
Showing 9 changed files with 153 additions and 162 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/addon-webpack5-compiler-swc": "^1.0.6",
"@storybook/blocks": "^8.4.7",
"@storybook/nextjs": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
Expand All @@ -50,19 +50,19 @@
"@titicaca/prettier-config-triple": "1.2.1",
"@titicaca/stylelint-config-triple": "1.3.1",
"@types/jest": "^29.5.14",
"@types/node": "^18.19.68",
"@types/node": "^18.19.69",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/testing-library__jest-dom": "^5.14.9",
"@vitejs/plugin-react-swc": "^3.7.2",
"browser-assert": "^1.2.1",
"chromatic": "^11.20.2",
"chromatic": "^11.22.0",
"csstype": "^3.1.3",
"eslint": "^8.57.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-mdx": "^2.3.4",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-storybook": "^0.11.2",
"eslint-plugin-testing-library": "^6.5.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
Expand All @@ -83,7 +83,7 @@
"storybook": "^8.4.7",
"storybook-addon-swc": "^1.2.0",
"storybook-mock-date-decorator": "^2.0.6",
"styled-components": "^6.1.13",
"styled-components": "^6.1.14",
"stylelint": "^15.11.0",
"ts-jest": "^29.2.5",
"tsconfig-paths-webpack-plugin": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tds-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"react": "^18.3.1",
"styled-components": "^6.1.13"
"styled-components": "^6.1.14"
},
"peerDependencies": {
"react": "^18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tds-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@titicaca/tds-theme": "workspace:*",
"react": "^18.3.1",
"styled-components": "^6.1.13"
"styled-components": "^6.1.14"
},
"peerDependencies": {
"@titicaca/tds-theme": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tds-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/react-transition-group": "^4.4.12",
"csstype": "^3.1.3",
"react": "^18.3.1",
"styled-components": "^6.1.13",
"styled-components": "^6.1.14",
"utility-types": "^3.11.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/triple-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/qs": "^6.9.17",
"next": "^14.2.22",
"react": "^18.3.1",
"styled-components": "^6.1.13"
"styled-components": "^6.1.14"
},
"peerDependencies": {
"@titicaca/triple-web": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/triple-email-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"react": "^18.3.1",
"styled-components": "^6.1.13"
"styled-components": "^6.1.14"
},
"peerDependencies": {
"react": "^18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/triple-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@titicaca/triple-web": "workspace:*",
"react": "^18.3.1",
"styled-components": "^6.1.13"
"styled-components": "^6.1.14"
},
"peerDependencies": {
"@titicaca/triple-web": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/triple-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/semver": "^7.5.8",
"firebase": "9.15.0",
"react": "^18.3.1",
"styled-components": "^6.1.13"
"styled-components": "^6.1.14"
},
"peerDependencies": {
"firebase": "^9.0",
Expand Down
Loading

0 comments on commit 1150280

Please sign in to comment.