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 27, 2025
1 parent 2c34a87 commit b6d1e57
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 150 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"@titicaca/prettier-config-triple": "1.2.1",
"@titicaca/stylelint-config-triple": "1.4.0",
"@types/jest": "^29.5.14",
"@types/node": "^18.19.70",
"@types/node": "^18.19.74",
"@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.22.2",
"chromatic": "^11.25.1",
"csstype": "^3.1.3",
"eslint": "^8.57.1",
"eslint-plugin-jest": "^27.9.0",
Expand Down Expand Up @@ -89,7 +89,7 @@
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "5.7.3",
"ua-parser-js": "^1.0.40",
"vite": "^5.4.11",
"vite": "^5.4.14",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^3.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@titicaca/triple-web": "workspace:*",
"@titicaca/triple-web-test-utils": "workspace:*",
"@types/qs": "^6.9.17",
"@types/qs": "^6.9.18",
"next": "^14.2.23",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-action-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@titicaca/triple-web": "workspace:*",
"@types/qs": "^6.9.17",
"@types/qs": "^6.9.18",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
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 @@ -74,7 +74,7 @@
"@titicaca/tds-theme": "workspace:*",
"@titicaca/triple-web": "workspace:*",
"@titicaca/triple-web-test-utils": "workspace:*",
"@types/qs": "^6.9.17",
"@types/qs": "^6.9.18",
"@types/react-transition-group": "^4.4.12",
"csstype": "^3.1.3",
"react": "^18.3.1",
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 @@ -57,7 +57,7 @@
},
"devDependencies": {
"@titicaca/triple-web": "workspace:*",
"@types/qs": "^6.9.17",
"@types/qs": "^6.9.18",
"next": "^14.2.23",
"react": "^18.3.1",
"styled-components": "^6.1.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/triple-web-nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@titicaca/triple-web": "workspace:*",
"@types/qs": "^6.9.17",
"@types/qs": "^6.9.18",
"@types/ua-parser-js": "^0.7.39",
"next": "^14.2.23",
"react": "^18.3.1"
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 @@ -51,7 +51,7 @@
"ua-parser-js": "^1.0.40"
},
"devDependencies": {
"@types/qs": "^6.9.17",
"@types/qs": "^6.9.18",
"@types/semver": "^7.5.8",
"firebase": "9.15.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/view-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"devDependencies": {
"@types/haversine": "^1.1.8",
"@types/humps": "^2.0.6",
"@types/qs": "^6.9.17"
"@types/qs": "^6.9.18"
}
}
Loading

0 comments on commit b6d1e57

Please sign in to comment.