feat: v4.0.0 (#1016)
Co-authored-by: Denys Konovalov <kontakt@denyskon.de> Co-authored-by: Mathieu COSYNS <64072917+Mathieu-COSYNS@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
682576ffc4
commit
799c7e6936
@ -8,33 +8,33 @@
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.21.3",
|
||||
"@staticcms/core": "^3.0.0-beta.1",
|
||||
"babel-loader": "9.1.2",
|
||||
"@babel/eslint-parser": "7.22.15",
|
||||
"@staticcms/core": "^4.0.0-beta.0",
|
||||
"babel-loader": "9.1.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.4",
|
||||
"@babel/plugin-syntax-flow": "7.21.4",
|
||||
"@babel/plugin-transform-react-jsx": "7.21.0",
|
||||
"@babel/cli": "7.23.0",
|
||||
"@babel/core": "7.23.0",
|
||||
"@babel/plugin-syntax-flow": "7.22.5",
|
||||
"@babel/plugin-transform-react-jsx": "7.22.15",
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
"autoprefixer": "10.4.14",
|
||||
"eslint": "8.39.0",
|
||||
"eslint-import-resolver-typescript": "3.5.5",
|
||||
"eslint-plugin-cypress": "2.13.3",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"autoprefixer": "10.4.16",
|
||||
"eslint": "8.50.0",
|
||||
"eslint-import-resolver-typescript": "3.6.1",
|
||||
"eslint-plugin-cypress": "2.15.1",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"eslint-plugin-prettier": "5.0.0",
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-unicorn": "46.0.1",
|
||||
"postcss": "8.4.23",
|
||||
"postcss-scss": "4.0.6",
|
||||
"prettier": "2.8.8",
|
||||
"vite": "4.3.9",
|
||||
"vite-plugin-svgr": "3.2.0",
|
||||
"webpack": "5.80.0"
|
||||
"eslint-plugin-unicorn": "48.0.1",
|
||||
"postcss": "8.4.31",
|
||||
"postcss-scss": "4.0.9",
|
||||
"prettier": "3.0.3",
|
||||
"vite": "4.5.0",
|
||||
"vite-plugin-svgr": "4.1.0",
|
||||
"webpack": "5.88.2"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
Reference in New Issue
Block a user