Skip to content

Commit

Permalink
feat(core): update stylus to latest version (nrwl#17519)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Jun 9, 2023
1 parent 8992400 commit bf2c42c
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"storybook-dark-mode": "^3.0.0",
"style-loader": "^3.3.0",
"styled-components": "5.3.6",
"stylus": "^0.55.0",
"stylus": "^0.59.0",
"stylus-loader": "7.1.0",
"tar-fs": "^2.1.1",
"tar-stream": "~2.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/next/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,15 @@
"alwaysAddToPackageJson": false
}
}
},
"16.4.0-beta.4": {
"version": "16.4.0-beta.4",
"packages": {
"stylus": {
"version": "^0.59.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
9 changes: 9 additions & 0 deletions packages/react/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,15 @@
"alwaysAddToPackageJson": false
}
}
},
"16.4.0-beta.4": {
"version": "16.4.0-beta.4",
"packages": {
"stylus": {
"version": "^0.59.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const moduleFederationNodeVersion = '~0.9.9';
// style preprocessors
export const lessVersion = '3.12.2';
export const sassVersion = '^1.55.0';
export const stylusVersion = '^0.55.0';
export const stylusVersion = '^0.59.0';

// rollup plugins (if needed)
export const rollupPluginUrlVersion = '^7.0.0';
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"sass-loader": "^12.2.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.0",
"stylus": "^0.55.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.1",
Expand Down
77 changes: 56 additions & 21 deletions pnpm-lock.yaml

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

0 comments on commit bf2c42c

Please sign in to comment.