integration v0.1.5 (last published version had wrong env vars… oops)

This commit is contained in:
Emmanuel Pelletier
2024-05-15 08:08:53 +02:00
parent c02a1b0676
commit 5399c75379
5 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 0.1.4 ## 0.1.5
- homepage tagline: hide breaklines on mobile devices - homepage tagline: hide breaklines on mobile devices

View File

@@ -1,12 +1,12 @@
{ {
"name": "@gouvfr-lasuite/integration", "name": "@gouvfr-lasuite/integration",
"version": "0.1.4", "version": "0.1.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@gouvfr-lasuite/integration", "name": "@gouvfr-lasuite/integration",
"version": "0.1.4", "version": "0.1.5",
"devDependencies": { "devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.24.1", "@babel/plugin-syntax-import-attributes": "^7.24.1",
"@fullhuman/postcss-purgecss": "^6.0.0", "@fullhuman/postcss-purgecss": "^6.0.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@gouvfr-lasuite/integration", "name": "@gouvfr-lasuite/integration",
"version": "0.1.4", "version": "0.1.5",
"type": "module", "type": "module",
"files": [ "files": [
"dist" "dist"

View File

@@ -15,7 +15,7 @@
"@astrojs/starlight": "^0.21.5", "@astrojs/starlight": "^0.21.5",
"@fastify/cors": "^9.0.1", "@fastify/cors": "^9.0.1",
"@fastify/static": "^7.0.3", "@fastify/static": "^7.0.3",
"@gouvfr-lasuite/integration": "^0.1.4", "@gouvfr-lasuite/integration": "^0.1.5",
"@types/prismjs": "^1.26.3", "@types/prismjs": "^1.26.3",
"@types/react": "^18.3.1", "@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
@@ -1478,9 +1478,9 @@
} }
}, },
"node_modules/@gouvfr-lasuite/integration": { "node_modules/@gouvfr-lasuite/integration": {
"version": "0.1.4", "version": "0.1.5",
"resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.4.tgz", "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.5.tgz",
"integrity": "sha512-5XTpWrNp/neh9/7VQXAefibB7gdQoGry0fk8q4y94EOVIyFzNWI9DGC8+JwX339AlpTsEqvxtuF2Qn+JfErkNg==", "integrity": "sha512-osml/m/jFEpHtn/IQJRw93LpAtA//JvCkvxJMM/0L/1/QqnQjwJ8JjDBrAnu6n3RfITleTKs1lwPdd6z/Y7z0Q==",
"peerDependencies": { "peerDependencies": {
"@types/react": "*", "@types/react": "*",
"@types/react-dom": "*", "@types/react-dom": "*",

View File

@@ -20,7 +20,7 @@
"@astrojs/starlight": "^0.21.5", "@astrojs/starlight": "^0.21.5",
"@fastify/cors": "^9.0.1", "@fastify/cors": "^9.0.1",
"@fastify/static": "^7.0.3", "@fastify/static": "^7.0.3",
"@gouvfr-lasuite/integration": "^0.1.4", "@gouvfr-lasuite/integration": "^0.1.5",
"@types/prismjs": "^1.26.3", "@types/prismjs": "^1.26.3",
"@types/react": "^18.3.1", "@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",