TO REMOVE: ugly pnpm setup replacement for e2esdk local tests (since package linking impossible from yarn to pnpm, same issues with adding >1 bundled tarballs...)

This commit is contained in:
Thomas Ramé 2026-02-03 18:14:58 +01:00
parent db014cfc6f
commit d081a2d3b4
10 changed files with 20865 additions and 17280 deletions

View file

@ -18,7 +18,7 @@
"@playwright/test": "1.57.0",
"@types/node": "*",
"@types/pdf-parse": "1.1.5",
"eslint-plugin-docs": "*",
"eslint-plugin-docs": "workspace:^",
"typescript": "*"
},
"dependencies": {

View file

@ -50,7 +50,7 @@ const nextConfig = {
{
from: path.resolve(
__dirname,
'../../node_modules/emoji-datasource-apple/img/apple/64',
'./node_modules/emoji-datasource-apple/img/apple/64',
),
to: path.resolve(__dirname, 'public/assets/fonts/emoji'),
force: true,

View file

@ -89,7 +89,7 @@
"copy-webpack-plugin": "13.0.1",
"cross-env": "10.1.0",
"dotenv": "17.2.3",
"eslint-plugin-docs": "*",
"eslint-plugin-docs": "workspace:^",
"fetch-mock": "9.11.0",
"jsdom": "27.4.0",
"node-fetch": "2.7.0",
@ -103,5 +103,5 @@
"webpack": "5.104.1",
"workbox-webpack-plugin": "7.1.0"
},
"packageManager": "yarn@1.22.22"
"packageManager": "pnpm@10.28.2"
}

View file

@ -43,5 +43,10 @@
"wrap-ansi": "9.0.2",
"yjs": "13.6.29"
},
"packageManager": "yarn@1.22.22"
"packageManager": "pnpm@10.28.2",
"dependencies": {
"@socialgouv/e2esdk-client": "link:../../../../../../Library/pnpm/global/5/node_modules/@socialgouv/e2esdk-client",
"@socialgouv/e2esdk-devtools": "link:../../../../../../Library/pnpm/global/5/node_modules/@socialgouv/e2esdk-devtools",
"@socialgouv/e2esdk-react": "link:../../../../../../Library/pnpm/global/5/node_modules/@socialgouv/e2esdk-react"
}
}

View file

@ -33,5 +33,5 @@
"eslint-plugin-testing-library": "7.15.4",
"prettier": "3.8.0"
},
"packageManager": "yarn@1.22.22"
"packageManager": "pnpm@10.28.2"
}

View file

@ -17,7 +17,7 @@
"dependencies": {
"@types/jest": "30.0.0",
"@types/node": "*",
"eslint-plugin-docs": "*",
"eslint-plugin-docs": "workspace:^",
"eslint-plugin-import": "2.32.0",
"i18next-parser": "9.3.0",
"jest": "30.2.0",

20832
src/frontend/pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,20 @@
packages:
- apps/*
- packages/*
- servers/*
overrides:
'@socialgouv/e2esdk-client': link:../../../../../../Library/pnpm/global/5/node_modules/@socialgouv/e2esdk-client
'@socialgouv/e2esdk-devtools': link:../../../../../../Library/pnpm/global/5/node_modules/@socialgouv/e2esdk-devtools
'@socialgouv/e2esdk-react': link:../../../../../../Library/pnpm/global/5/node_modules/@socialgouv/e2esdk-react
'@tiptap/extensions': 3.14.0
'@types/node': 24.10.9
'@types/react': 19.2.8
'@types/react-dom': 19.2.3
eslint: 9.39.2
prosemirror-view: 1.41.4
react: 19.2.3
react-dom: 19.2.3
typescript: 5.9.3
wrap-ansi: 9.0.2
yjs: 13.6.29

View file

@ -39,7 +39,7 @@
"@types/supertest": "6.0.3",
"@types/ws": "8.18.1",
"cross-env": "10.1.0",
"eslint-plugin-docs": "*",
"eslint-plugin-docs": "workspace:^",
"nodemon": "3.1.11",
"supertest": "7.2.2",
"ts-node": "10.9.2",

File diff suppressed because it is too large Load diff