aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): add cSpell to lint and fix spelling errorsArmand Philippot2023-09-211-1/+4
|
* build(deps): bump all dependenciesArmand Philippot2023-09-191-61/+61
| | | | | * MDX type has changed so some components props had to be updated * Since Storybook now supports TS, I renamed the main/preview files
* build(deps-dev): bump stylelint from 14.16.1 to 15.10.1dependabot[bot]2023-07-101-1/+1
| | | | | | | | | | | | | | Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.1 to 15.10.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.16.1...15.10.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps-dev): bump webpack from 5.75.0 to 5.76.0dependabot[bot]2023-03-151-1/+1
| | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump dependenciesArmand Philippot2023-01-231-50/+50
|
* build(deps): bump all dependenciesArmand Philippot2022-09-211-37/+37
|
* build(deps): bump FormatJS to 5.0.9Armand Philippot2022-08-221-1/+1
| | | | The v5.0.8 was missing the bin folders in node_modules.
* chore(release): 2.0.0v2.0.0Armand Philippot2022-08-211-2/+2
|
* build(deps): bump FormatJS, next-sitemap and StylelintArmand Philippot2022-08-211-7/+7
|
* build(deps): upgrade all dependenciesArmand Philippot2022-08-201-33/+33
|
* build(deps): upgrade dependencies (Next v12.2.3)Armand Philippot2022-07-221-27/+27
| | | | | The Next config has also been updated: the experimental config `outputStandalone` is no longer experimental.
* build(deps): bump dependenciesArmand Philippot2022-06-221-27/+27
|
* build(deps): bump dependenciesArmand Philippot2022-06-091-14/+14
|
* build(deps): bump dependenciesArmand Philippot2022-06-071-24/+24
|
* test: install and configure cypressArmand Philippot2022-06-021-7/+13
| | | | I also configure Jest to avoid conflicts between Cypress and Jest.
* build(deps): bump dependenciesArmand Philippot2022-06-011-19/+19
|
* build(deps): bump dependenciesArmand Philippot2022-05-271-6/+6
|
* build(deps): bump all dependenciesArmand Philippot2022-05-251-13/+14
| | | | | | | I moved the website picture from useSettings to the layout component since it is only used here. This reduce the number of Jest errors. However, there's still some issues with some images import...
* chore(storybook): use custom themes and add dark mode supportArmand Philippot2022-05-221-0/+3
|
* build(deps): upgrade Storybook to v6.5.3Armand Philippot2022-05-211-8/+8
|
* refactor: rewrite API fetching method and GraphQL queriesArmand Philippot2022-05-021-1/+0
|
* build(deps): bump react-intl to v5.25.0Armand Philippot2022-04-191-1/+1
| | | | It fixes the types issue in Storybook.
* chore: merge branch 'main' into refactor/use-storybook-and-atomic-designArmand Philippot2022-04-161-26/+26
|\
| * build(deps): bump dependencies (next, react, mdx...)Armand Philippot2022-04-161-26/+26
| |
* | build(deps): bump Storybook to v6.4.22Armand Philippot2022-04-151-7/+7
| |
* | build(deps): add storybookArmand Philippot2022-03-311-2/+16
|/
* build(deps): bump next, next-sitemap, mdx, graphql-request and sharpArmand Philippot2022-03-251-18/+18
|
* build: configure jestArmand Philippot2022-03-241-1/+5
| | | | | | Since Next.js v12, Jest is already configured with the next/jest package. I also added a package to mock next/router.
* build(deps): remove unused depsArmand Philippot2022-03-241-10/+2
|
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-1/+1
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* chore(release): 1.1.0v1.1.0Armand Philippot2022-03-111-1/+1
|
* build(docker): add a yarn script as shortcut to deploy scriptArmand Philippot2022-03-101-0/+1
|
* build(deps): bump dependenciesArmand Philippot2022-03-101-6/+6
|
* build(deps): bump dependencies to latest versionArmand Philippot2022-03-021-8/+8
|
* feat: improve Ackee tracking (#11)Armand Philippot2022-02-231-1/+3
| | | | | | | | | | | | | | | | | * build(deps): add use-ackee hook package * chore: create a context provider for Ackee The provider allows users to change the 'detailed' settings. * chore: add a select menu to choose which info to share with Ackee * chore: add a tooltip for askee settings * chore: replace default select styles with custom styles * chore: register user choice in localstorage * chore: replace Matomo with Ackee in legal notice
* build(deps): bump dependencies to latest versionArmand Philippot2022-02-211-28/+28
|
* refactor: replace script tags with next/script (#10)Armand Philippot2022-02-211-1/+1
| | | | | | | | * refactor: replace script tags with next/script Since next.js v12.1.0 some warnings was displayed because I was using some script tags. * build(deps): bump next-themes to v0.1.1
* feat: replace Matomo with AckeeArmand Philippot2022-02-211-1/+0
| | | | | I do not use all Matomo features so I was searching a lightweight analytics tools. I will give a try to Ackee.
* build(deps): bump next from 12.0.9 to 12.1.0dependabot[bot]2022-02-181-1/+1
| | | | | | | | | | | | | | Bumps [next](https://github.com/vercel/next.js) from 12.0.9 to 12.1.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v12.0.9...v12.1.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(release): 1.0.0v1.0.0Armand Philippot2022-02-151-1/+1
|
* chore(matomo): use another dependency to track page viewsArmand Philippot2022-02-141-1/+1
| | | | | | I though the previous package would track all visits with the provided but it seems that I need to add trackPageView on all pages. So I decided to use another package.
* build(deps): move next-sitemap to no-dev dependenciesArmand Philippot2022-02-131-1/+1
|
* feat: add a sitemapArmand Philippot2022-02-131-0/+2
|
* build(deps): add sharpArmand Philippot2022-02-091-0/+1
| | | | | Next.js was displaying a warning about a missing dependency for production.
* build(deps): add bundle analyzer to examine bundle sizes on buildArmand Philippot2022-02-021-0/+1
|
* build: rename repo and submoduleArmand Philippot2022-02-021-4/+4
| | | | apcom will be shorter to type than the full domain name.
* chore: add MatomoArmand Philippot2022-01-311-0/+1
|
* build(deps): bump dependenciesArmand Philippot2022-01-291-9/+9
|
* build(deps): remove linguiArmand Philippot2022-01-291-4/+0
|
* build(deps): install formatjsArmand Philippot2022-01-281-2/+9
|