mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
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:
parent
db014cfc6f
commit
d081a2d3b4
10 changed files with 20865 additions and 17280 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
20832
src/frontend/pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
20
src/frontend/pnpm-workspace.yaml
Normal file
20
src/frontend/pnpm-workspace.yaml
Normal 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
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
17272
src/frontend/yarn.lock
17272
src/frontend/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue