Skip to content

Commit

Permalink
chore: bump nx
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxMonzo committed May 4, 2023
1 parent ba9dd50 commit cbb9bf8
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 566 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Configuration } from "webpack";
import type { NxWebpackExecutionContext } from "@nrwl/webpack";
import type { NxWebpackExecutionContext } from "@nx/webpack";

/**
* @returns {NxWebpackPlugin}
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ function addLinaria(config) {
}

/**
* @returns {import('@nrwl/webpack').NxWebpackPlugin}
* @returns {import('@nx/webpack').NxWebpackPlugin}
*/
function withLinaria() {
/**
* @param {import('webpack').Configuration} config
* @param {import('@nrwl/webpack').NxWebpackExecutionContext} context
* @param {import('@nx/webpack').NxWebpackExecutionContext} context
* @returns {import('webpack').Configuration}
*/
return function configure(config) {
Expand Down
Loading

0 comments on commit cbb9bf8

Please sign in to comment.