Skip to content

Commit

Permalink
chore(core): fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Mar 16, 2022
1 parent f99e1d3 commit 755917c
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -6,6 +6,7 @@ Object {
"@nrwl/angular": "*",
},
"devDependencies": Object {
"@nrwl/cli": "*",
"@nrwl/workspace": "*",
"@types/node": "16.11.7",
"nx": "*",
Expand All @@ -28,6 +29,7 @@ exports[`new --preset empty should generate necessary npm dependencies 1`] = `
Object {
"dependencies": Object {},
"devDependencies": Object {
"@nrwl/cli": "*",
"@nrwl/workspace": "*",
"@types/node": "16.11.7",
"nx": "*",
Expand All @@ -50,6 +52,7 @@ exports[`new --preset react should generate necessary npm dependencies 1`] = `
Object {
"dependencies": Object {},
"devDependencies": Object {
"@nrwl/cli": "*",
"@nrwl/react": "*",
"@nrwl/workspace": "*",
"@types/node": "16.11.7",
Expand Down

0 comments on commit 755917c

Please sign in to comment.