integration v0.1.4
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.4
|
||||||
|
|
||||||
|
- homepage tagline: hide breaklines on mobile devices
|
||||||
|
|
||||||
## 0.1.3
|
## 0.1.3
|
||||||
|
|
||||||
Notable thing:
|
Notable thing:
|
||||||
|
|||||||
4
packages/integration/package-lock.json
generated
4
packages/integration/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@gouvfr-lasuite/integration",
|
"name": "@gouvfr-lasuite/integration",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@gouvfr-lasuite/integration",
|
"name": "@gouvfr-lasuite/integration",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"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",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gouvfr-lasuite/integration",
|
"name": "@gouvfr-lasuite/integration",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
8
website/package-lock.json
generated
8
website/package-lock.json
generated
@@ -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.3",
|
"@gouvfr-lasuite/integration": "^0.1.4",
|
||||||
"@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.3",
|
"version": "0.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.4.tgz",
|
||||||
"integrity": "sha512-WvAaMyEcNZkNX88Rbi6xo1rxFIGjsg3w8Gxi5NKVyNY0Ph2dXcGkP63ybCKD8JAsWHfxwAvs82wqXFZk5RCJ1g==",
|
"integrity": "sha512-5XTpWrNp/neh9/7VQXAefibB7gdQoGry0fk8q4y94EOVIyFzNWI9DGC8+JwX339AlpTsEqvxtuF2Qn+JfErkNg==",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@types/react": "*",
|
"@types/react": "*",
|
||||||
"@types/react-dom": "*",
|
"@types/react-dom": "*",
|
||||||
|
|||||||
@@ -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.3",
|
"@gouvfr-lasuite/integration": "^0.1.4",
|
||||||
"@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",
|
||||||
|
|||||||
Reference in New Issue
Block a user