Skip to content

Commit

Permalink
Fixed @woocommerce/api Builds
Browse files Browse the repository at this point in the history
It looks like I missed the `pnpm-lock.yaml` update.
  • Loading branch information
ObliviousHarmony committed Nov 16, 2021
1 parent 724cbb3 commit 471e5e7
Show file tree
Hide file tree
Showing 3 changed files with 2,184 additions and 836 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@babel/core": "7.12.9",
"@wordpress/babel-plugin-import-jsx-pragma": "^3.1.0",
"@wordpress/babel-preset-default": "^6.3.4",
"@wordpress/babel-preset-default": "^6.4.1",
"lodash": "^4.17.21",
"wp-textdomain": "1.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/js/api/src/http/axios/axios-oauth-interceptor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { AxiosRequestConfig } from 'axios';
import createHmac from 'create-hmac';
import OAuth from 'oauth-1.0a';
import * as createHmac from 'create-hmac';
import * as OAuth from 'oauth-1.0a';
import { AxiosInterceptor } from './axios-interceptor';
import { buildURLWithParams } from './utils';

Expand Down
Loading

0 comments on commit 471e5e7

Please sign in to comment.