Skip to content

Commit

Permalink
chore(projects deps): update project's package.json files to change d…
Browse files Browse the repository at this point in the history
…ependencies to devDependencies (#1248)
  • Loading branch information
mfdebian authored Oct 27, 2022
1 parent a311c51 commit d27ead0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/01-card-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "serve ./src",
"deploy": "gh-pages -d src"
},
"dependencies": {
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"babel-jest": "^27.0.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/01-cipher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "serve ./src",
"deploy": "gh-pages -d src"
},
"dependencies": {
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"babel-jest": "^27.0.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/02-data-lovers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "serve src/",
"deploy": "gh-pages -d src"
},
"dependencies": {
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"babel-jest": "^27.0.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/02-emergency-room/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "serve src/",
"deploy": "gh-pages -d src"
},
"dependencies": {
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"babel-jest": "^27.0.1",
Expand Down

0 comments on commit d27ead0

Please sign in to comment.