Skip to content

Commit

Permalink
Deps: Update build tools non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 2b51b94 commit 2276e3b
Show file tree
Hide file tree
Showing 12 changed files with 516 additions and 311 deletions.
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"clean-css-cli": "5.6.3",
"npm-run-all2": "6.2.6",
"postcss": "8.5.1",
"rollup": "4.27.3",
"rollup": "4.34.1",
"sass-embedded": "1.83.4",
"sass-true": "8.1.0",
"shx": "0.3.4",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite": "5.4.14",
"vite-plugin-handlebars": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"react-dom": "18.3.1",
"storybook": "8.5.3",
"typescript": "5.6.3",
"vite": "5.4.11"
"vite": "5.4.14"
}
}
2 changes: 1 addition & 1 deletion apps/web-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sass-embedded": "1.83.4",
"ts-loader": "9.5.2",
"typescript": "5.6.3",
"webpack": "5.96.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-notifier": "1.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion exporters/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"jest": "29.7.0",
"npm-run-all2": "6.2.6",
"typescript": "5.6.3",
"vite": "5.4.11"
"vite": "5.4.14"
}
}
2 changes: 1 addition & 1 deletion exporters/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"jest": "29.7.0",
"npm-run-all2": "6.2.6",
"typescript": "5.6.3",
"vite": "5.4.11"
"vite": "5.4.14"
}
}
2 changes: 1 addition & 1 deletion exporters/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@supernovaio/export-helpers": "1.0.30",
"@supernovaio/sdk-exporters": "2.0.32",
"vite": "5.4.11"
"vite": "5.4.14"
},
"devDependencies": {
"@lmc-eu/eslint-config-typescript": "2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"style-loader": "4.0.0",
"typescript": "4.7.4",
"vite-raw-plugin": "1.0.2",
"webpack": "5.96.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"stylelint": "16.14.1",
"stylelint-config-spirit": "workspace:^",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0"
"vite": "5.4.14",
"vite-plugin-dts": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"shx": "0.3.4",
"tslib": "2.8.1",
"typescript": "5.6.3",
"vite": "5.4.11"
"vite": "5.4.14"
},
"nx": {
"targets": {
Expand Down
4 changes: 2 additions & 2 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"recast": "0.23.9",
"rollup": "4.27.3",
"rollup": "4.34.1",
"sass-embedded": "1.83.4",
"shx": "0.3.4",
"terser-webpack-plugin": "5.3.11",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"webpack": "5.96.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"npm-run-all2": "6.2.6",
"postcss": "8.5.1",
"postcss-cli": "11.0.0",
"rollup": "4.27.3",
"rollup": "4.34.1",
"sass-embedded": "1.83.4",
"sass-true": "8.1.0",
"shx": "0.3.4",
Expand Down
Loading

0 comments on commit 2276e3b

Please sign in to comment.