Skip to content

Commit

Permalink
upgrade frozen versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Monargoras committed Dec 16, 2024
1 parent 3e13632 commit 95cbf7a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/packageInstallationUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ const frozenVersionsPackageBundles = {
dep: [],
devDep: [
'@eslint/[email protected]',
'@eslint/js@9.16.0',
'@next/eslint-plugin-next@15.0.4',
'@typescript-eslint/eslint-plugin@8.17.0',
'@typescript-eslint/parser@8.17.0',
'@eslint/js@9.17.0',
'@next/eslint-plugin-next@15.1.0',
'@typescript-eslint/eslint-plugin@8.18.0',
'@typescript-eslint/parser@8.18.0',
'[email protected]',
],
},
Expand All @@ -46,22 +46,22 @@ const frozenVersionsPackageBundles = {
},
mui: {
dep: [
'@mui/icons-material@6.1.10',
'@mui/material@6.1.10',
'@mui/icons-material@6.2.0',
'@mui/material@6.2.0',
'@babel/[email protected]',
'@emotion/[email protected]',
'@emotion/[email protected]',
'@emotion/[email protected]',
'@mui/material-nextjs@6.1.9',
'@mui/material-nextjs@6.2.0',
],
devDep: [],
},
animations: {
dep: ['framer-motion@11.13.1'],
dep: ['framer-motion@11.14.4'],
devDep: [],
},
redux: {
dep: ['@reduxjs/toolkit@2.4.0', 'react-redux@9.1.2'],
dep: ['@reduxjs/toolkit@2.5.0', 'react-redux@9.2.0'],
devDep: [],
},
d3: {
Expand All @@ -77,7 +77,7 @@ const frozenVersionsPackageBundles = {
devDep: ['[email protected]', '[email protected]'],
},
i18n: {
dep: ['i18next@24.0.5', 'react-i18next@15.1.3', '[email protected]', '[email protected]'],
dep: ['i18next@24.1.0', 'react-i18next@15.2.0', '[email protected]', '[email protected]'],
devDep: [],
},
pwa: {
Expand All @@ -98,7 +98,7 @@ const frozenVersionsPackageBundles = {
},
husky: {
dep: [],
devDep: ['[email protected]', '[email protected].10'],
devDep: ['[email protected]', '[email protected].11'],
},
}

Expand Down

0 comments on commit 95cbf7a

Please sign in to comment.