Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/docs/multi-d66d039ac5
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgrasset authored Oct 4, 2024
2 parents 8f665d2 + 58e6b4d commit 8ff9aee
Show file tree
Hide file tree
Showing 120 changed files with 4,903 additions and 5,586 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"env": {
"env": {
"es2021": true,
"node": true
},
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

COPY src/ /app/src
COPY scripts/ /app/scripts
COPY package.json package-lock.json tsconfig.json .eslintrc.json /app/
COPY package.json package-lock.json tsconfig.json .eslintrc.json vite.config.ts /app/

RUN npm ci --ignore-scripts && npm rebuild --platform=linux --libc=musl sharp && npm run build --ignore-scripts

Expand Down
2,201 changes: 1,142 additions & 1,059 deletions docs/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^3.0.5",
"@radix-ui/themes": "^3.1.4",
"clsx": "^2.1.1",
"docusaurus-lunr-search": "^3.4.0",
"prism-react-renderer": "^2.3.1",
"docusaurus-lunr-search": "^3.5.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.3.2"
"@docusaurus/module-type-aliases": "3.5.2"
},
"browserslist": {
"production": [
Expand Down
24 changes: 0 additions & 24 deletions meta/testing/jest.config.cjs

This file was deleted.

8 changes: 0 additions & 8 deletions meta/testing/jest.setup.cjs

This file was deleted.

Loading

0 comments on commit 8ff9aee

Please sign in to comment.