Skip to content

Commit

Permalink
chore: remove lodash from projen
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt committed May 1, 2023
1 parent 3c7f4b3 commit 37e955f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
24 changes: 0 additions & 24 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.

6 changes: 2 additions & 4 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const fs = require('fs-extra');
const fs = require('fs-extra');
const { awscdk , javascript } = require('projen');
const { stringify } = require('yaml');

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

0 comments on commit 37e955f

Please sign in to comment.