Skip to content

Commit

Permalink
fix: remove unused lodash set
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed Jan 25, 2024
1 parent e0af9cf commit 9281c72
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 11,198 deletions.
12 changes: 0 additions & 12 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projen/tasks.json

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

3 changes: 1 addition & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const { awscdk , javascript } = require('projen');
const { stringify } = require('yaml');

const dependencies = ['[email protected]', 'lodash.get', 'lodash.set', 'uuid'];
const dependencies = ['[email protected]', 'lodash.get', 'uuid'];
const project = new awscdk.AwsCdkConstructLibrary({
author: 'Amazon Web Services',
authorAddress: '[email protected]',
Expand All @@ -17,7 +17,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
'@types/fs-extra@^8.1.1',
'@types/jest',
'@types/lodash.get',
'@types/lodash.set',
'@types/node',
'@types/uuid',
'yaml',
Expand Down
Loading

0 comments on commit 9281c72

Please sign in to comment.