Skip to content

Commit

Permalink
fix(PR): fix yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lailabjil committed Feb 7, 2024
1 parent 23a9f98 commit 9cf7295
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 466 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"web-vitals": "^3.0.2",
"workbox-core": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4"
"workbox-routing": "^6.5.4",
"yoga-layout": "^2.0.1"
},
"resolutions": {
"@react-pdf/font": "2.2.0",
Expand All @@ -62,6 +63,7 @@
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"concurrently": "^7.4.0",
"dayjs": "^1.11.5",
"eslint": "^7.11.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-storybook": "^0.6.4",
Expand All @@ -75,8 +77,7 @@
"prettier": "^2.7.1",
"react-app-rewired": "^2.2.1",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.3",
"dayjs": "^1.11.5"
"typescript": "^4.8.3"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -89,6 +90,12 @@
"test:e2e": "env-cmd -f .env.development jest --testPathPattern=e2e --detectOpenHandles",
"test:e2e:production": "env-cmd -f .env.production jest --testPathPattern=e2e --detectOpenHandles",
"eject": "react-scripts eject",
"lint:check": "eslint . --ext .ts,.tsx",
"lint": "npm run lint:check -- --fix",
"_format": "prettier \"**/*.{ts,tsx,json,md}\"",
"format": "npm run _format -- --write",
"format:check": "npm run _format -- --list-different",
"prepare": "husky install",
"serve-build": "npm run build && npx serve -s build",
"start-with-lib": "concurrently \"yarn start-rewired\" \"cd ./node_modules/@inseefrlab/lunatic-edt && tsc-watch\""
},
Expand Down
Loading

0 comments on commit 9cf7295

Please sign in to comment.