Skip to content

Commit 69e7fc8

Browse files
authored
Merge pull request #3009 from NDLANO/chore/cool-dev-deps
chore: bump dev deps
2 parents 95c3b97 + 5adf8d2 commit 69e7fc8

2 files changed

Lines changed: 1049 additions & 745 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,51 +43,51 @@
4343
},
4444
"devDependencies": {
4545
"@ark-ui/react": "^5.36.2",
46-
"@babel/core": "^7.29.0",
46+
"@babel/core": "^7.29.7",
4747
"@fontsource-variable/source-code-pro": "^5.2.7",
4848
"@fontsource-variable/source-serif-4": "^5.2.9",
4949
"@ndla/types-backend": "^1.0.125",
5050
"@pandacss/dev": "^1.10.0",
51-
"@storybook/addon-a11y": "^10.4.0",
52-
"@storybook/addon-docs": "^10.4.0",
53-
"@storybook/addon-links": "^10.4.0",
54-
"@storybook/react-vite": "^10.4.0",
51+
"@storybook/addon-a11y": "^10.4.5",
52+
"@storybook/addon-docs": "^10.4.5",
53+
"@storybook/addon-links": "^10.4.5",
54+
"@storybook/react-vite": "^10.4.5",
5555
"@testing-library/dom": "^10.4.1",
5656
"@testing-library/jest-dom": "^6.9.1",
5757
"@testing-library/react": "16.3.2",
5858
"@types/lodash.throttle": "^4.1.9",
59-
"@types/node": "^24.12.4",
60-
"@types/react": "^19.2.14",
59+
"@types/node": "^24.13.2",
60+
"@types/react": "^19.2.17",
6161
"@types/react-dom": "^19.2.3",
6262
"@vitejs/plugin-react": "^6.0.2",
63-
"concurrently": "^9.2.1",
63+
"concurrently": "^10.0.3",
6464
"domhandler": "^6.0.1",
6565
"eslint": "^9.39.4",
6666
"html-react-parser": "^6.0.0",
6767
"htmlparser2": "^12.0.0",
6868
"i18next": "^26.0.3",
6969
"jsdom": "^29.1.1",
7070
"lerna": "^9.0.7",
71-
"nx": "22.7.2",
72-
"oxfmt": "^0.50.0",
73-
"oxlint": "^1.65.0",
71+
"nx": "22.7.5",
72+
"oxfmt": "^0.55.0",
73+
"oxlint": "^1.70.0",
7474
"oxlint-tsgolint": "^0.23.0",
75-
"postcss": "^8.5.14",
75+
"postcss": "^8.5.15",
7676
"react": "^19.2.0",
7777
"react-dom": "^19.2.0",
7878
"react-i18next": "^17.0.2",
79-
"react-router": "^7.12.0",
79+
"react-router": "^7.15.0",
8080
"slate": "^0.123.0",
8181
"slate-dom": "^0.123.0",
8282
"slate-history": "^0.113.1",
8383
"slate-react": "^0.123.0",
84-
"storybook": "^10.4.0",
84+
"storybook": "^10.4.5",
8585
"svgo": "^4.0.1",
86-
"tsdown": "^0.22.0",
86+
"tsdown": "^0.22.2",
8787
"typescript": "^6.0.3",
88-
"typescript-eslint": "^8.59.3",
89-
"vite": "^8.0.13",
90-
"vitest": "^4.1.6"
88+
"typescript-eslint": "^8.61.1",
89+
"vite": "^8.0.16",
90+
"vitest": "^4.1.9"
9191
},
9292
"packageManager": "yarn@4.9.2"
9393
}

0 commit comments

Comments
 (0)