fix website integration dependency

This commit is contained in:
Emmanuel Pelletier
2024-05-02 00:47:54 +02:00
parent d9859f1564
commit 0ce04a420d
2 changed files with 12 additions and 36 deletions

View File

@@ -13,7 +13,7 @@
"@astrojs/markdown-remark": "^5.1.0",
"@astrojs/react": "^3.3.1",
"@astrojs/starlight": "^0.21.5",
"@gouvfr-lasuite/integration": "file:../packages/integration",
"@gouvfr-lasuite/integration": "^0.1.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.11",
@@ -32,38 +32,6 @@
"typescript": "^5.4.5"
}
},
"../packages/integration": {
"name": "@gouvfr-lasuite/integration",
"version": "0.1.0",
"devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.24.1",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@gouvfr/dsfr": "^1.11.2",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"import-single-ts": "^1.0.3",
"patch-package": "^8.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.5",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.9.0",
"wouter": "^3.1.2"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "*",
"react-dom": "*",
"typescript": "*"
}
},
"node_modules/@ampproject/remapping": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
@@ -1432,8 +1400,16 @@
}
},
"node_modules/@gouvfr-lasuite/integration": {
"resolved": "../packages/integration",
"link": true
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.0.tgz",
"integrity": "sha512-kdRednvDgkNonNyPgJZcqCOm/khDxGVaZEuPvudRwY26HyU7imNJNxoeGCqrHfwLJGuER+r9SdI/AUi1ce0y+g==",
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"react": "*",
"react-dom": "*",
"typescript": "*"
}
},
"node_modules/@img/sharp-darwin-arm64": {
"version": "0.33.3",

View File

@@ -18,7 +18,7 @@
"@astrojs/markdown-remark": "^5.1.0",
"@astrojs/react": "^3.3.1",
"@astrojs/starlight": "^0.21.5",
"@gouvfr-lasuite/integration": "file:../packages/integration",
"@gouvfr-lasuite/integration": "^0.1.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.11",