Skip to content

Commit b1b7a12

Browse files
committed
update 03-boilerplate
1 parent d79fc7a commit b1b7a12

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

04-frameworks/08-nextjs/03-boilerplate/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"next": "^14.2.9",
2525
"normalize.css": "^8.0.1",
2626
"react": "^18.3.1",
27-
"react-dom": "^18.3.1"
27+
"react-dom": "^18.3.1",
28+
"sharp": "^0.33.5"
2829
},
2930
"devDependencies": {
3031
"@types/node": "22.5.4",

04-frameworks/08-nextjs/03-boilerplate/src/pods/car/car.mappers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { envConstants } from '@/_core/constants';
2-
import * as apiModel from './_api';
1+
import { envConstants } from '#core/constants';
2+
import * as apiModel from './api';
33
import * as viewModel from './car.vm';
44

55
export const mapCarFromApiToVm = (car: apiModel.Car): viewModel.Car =>

0 commit comments

Comments
 (0)