Skip to content

Commit

Permalink
chore: bump o3 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee committed Feb 22, 2024
1 parent 078d49d commit 9ac7711
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 38 deletions.
58 changes: 29 additions & 29 deletions apps/for-everyone-website/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "for-everyone-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "./scripts/build-o3-deps.sh && astro build",
"preview": "astro preview",
"astro": "astro"
},
"engines": {
"node": "18.18.2",
"npm": "10.2.1"
},
"private": true,
"dependencies": {
"@astrojs/react": "^3.0.9",
"@astrojs/starlight": "^0.15.2",
"@financial-times/o3-button": "^0.4.0",
"@financial-times/o3-tooling-token": "^0.0.0",
"@financial-times/o3-web-token": "^0.3.0",
"astro": "^4.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.5"
},
"volta": {
"node": "18.18.2"
}
"name": "for-everyone-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "./scripts/build-o3-deps.sh && astro build",
"preview": "astro preview",
"astro": "astro"
},
"engines": {
"node": "18.18.2",
"npm": "10.2.1"
},
"private": true,
"dependencies": {
"@astrojs/react": "^3.0.9",
"@astrojs/starlight": "^0.15.2",
"@financial-times/o3-button": "^0.4.3",
"@financial-times/o3-tooling-token": "^0.0.0",
"@financial-times/o3-web-token": "^0.4.0",
"astro": "^4.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.5"
},
"volta": {
"node": "18.18.2"
}
}
2 changes: 1 addition & 1 deletion components/o3-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"private": false,
"peerDependencies": {
"@financial-times/o3-web-token": "^0.3.0"
"@financial-times/o3-web-token": "^0.4.0"
}
}
26 changes: 18 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ac7711

Please sign in to comment.