fix website integration dependency
This commit is contained in:
46
website/package-lock.json
generated
46
website/package-lock.json
generated
@@ -13,7 +13,7 @@
|
|||||||
"@astrojs/markdown-remark": "^5.1.0",
|
"@astrojs/markdown-remark": "^5.1.0",
|
||||||
"@astrojs/react": "^3.3.1",
|
"@astrojs/react": "^3.3.1",
|
||||||
"@astrojs/starlight": "^0.21.5",
|
"@astrojs/starlight": "^0.21.5",
|
||||||
"@gouvfr-lasuite/integration": "file:../packages/integration",
|
"@gouvfr-lasuite/integration": "^0.1.0",
|
||||||
"@types/react": "^18.3.1",
|
"@types/react": "^18.3.1",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18.3.0",
|
||||||
"@types/react-syntax-highlighter": "^15.5.11",
|
"@types/react-syntax-highlighter": "^15.5.11",
|
||||||
@@ -32,38 +32,6 @@
|
|||||||
"typescript": "^5.4.5"
|
"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": {
|
"node_modules/@ampproject/remapping": {
|
||||||
"version": "2.3.0",
|
"version": "2.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
||||||
@@ -1432,8 +1400,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@gouvfr-lasuite/integration": {
|
"node_modules/@gouvfr-lasuite/integration": {
|
||||||
"resolved": "../packages/integration",
|
"version": "0.1.0",
|
||||||
"link": true
|
"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": {
|
"node_modules/@img/sharp-darwin-arm64": {
|
||||||
"version": "0.33.3",
|
"version": "0.33.3",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"@astrojs/markdown-remark": "^5.1.0",
|
"@astrojs/markdown-remark": "^5.1.0",
|
||||||
"@astrojs/react": "^3.3.1",
|
"@astrojs/react": "^3.3.1",
|
||||||
"@astrojs/starlight": "^0.21.5",
|
"@astrojs/starlight": "^0.21.5",
|
||||||
"@gouvfr-lasuite/integration": "file:../packages/integration",
|
"@gouvfr-lasuite/integration": "^0.1.0",
|
||||||
"@types/react": "^18.3.1",
|
"@types/react": "^18.3.1",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18.3.0",
|
||||||
"@types/react-syntax-highlighter": "^15.5.11",
|
"@types/react-syntax-highlighter": "^15.5.11",
|
||||||
|
|||||||
Reference in New Issue
Block a user