Template
mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-08-15 02:53:08 +10:00
Update all non-major dependencies
This commit is contained in:
Vendored
-944
File diff suppressed because one or more lines are too long
+1000
File diff suppressed because one or more lines are too long
+1
-1
@@ -5,4 +5,4 @@ enableScripts: true
|
|||||||
|
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.17.1.cjs
|
yarnPath: .yarn/releases/yarn-4.18.0.cjs
|
||||||
|
|||||||
+8
-8
@@ -20,13 +20,13 @@
|
|||||||
"storybook:build": "storybook build"
|
"storybook:build": "storybook build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mantine/core": "9.4.2",
|
"@mantine/core": "9.5.1",
|
||||||
"@mantine/hooks": "9.4.2",
|
"@mantine/hooks": "9.5.1",
|
||||||
"@next/bundle-analyzer": "^16.0.0",
|
"@next/bundle-analyzer": "^16.0.0",
|
||||||
"@tabler/icons-react": "^3.35.0",
|
"@tabler/icons-react": "^3.35.0",
|
||||||
"next": "16.2.9",
|
"next": "16.3.0",
|
||||||
"react": "19.2.7",
|
"react": "19.2.8",
|
||||||
"react-dom": "19.2.7"
|
"react-dom": "19.2.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^8.0.0",
|
"@babel/core": "^8.0.0",
|
||||||
@@ -39,12 +39,12 @@
|
|||||||
"@testing-library/user-event": "^14.6.1",
|
"@testing-library/user-event": "^14.6.1",
|
||||||
"@types/jest": "^30.0.0",
|
"@types/jest": "^30.0.0",
|
||||||
"@types/node": "^26.0.0",
|
"@types/node": "^26.0.0",
|
||||||
"@types/react": "19.2.17",
|
"@types/react": "19.2.18",
|
||||||
"babel-loader": "^10.0.0",
|
"babel-loader": "^10.0.0",
|
||||||
"jest": "^30.2.0",
|
"jest": "^30.2.0",
|
||||||
"jest-environment-jsdom": "^30.2.0",
|
"jest-environment-jsdom": "^30.2.0",
|
||||||
"oxc-config-mantine": "^1.0.0",
|
"oxc-config-mantine": "^1.0.0",
|
||||||
"oxfmt": "^0.56.0",
|
"oxfmt": "^0.62.0",
|
||||||
"oxlint": "^1.70.0",
|
"oxlint": "^1.70.0",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"postcss-preset-mantine": "1.18.0",
|
"postcss-preset-mantine": "1.18.0",
|
||||||
@@ -55,5 +55,5 @@
|
|||||||
"ts-jest": "^29.4.4",
|
"ts-jest": "^29.4.4",
|
||||||
"typescript": "6.0.3"
|
"typescript": "6.0.3"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.17.1"
|
"packageManager": "yarn@4.18.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user