Merge branch 'main' into next
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
"last 2 Safari versions"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@babel/eslint-parser": "7.21.3",
|
||||
"@babel/runtime": "7.21.0",
|
||||
"@emotion/babel-preset-css-prop": "11.10.0",
|
||||
"@staticcms/core": "^1.2.12",
|
||||
@ -44,7 +44,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/core": "7.21.3",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-export-default-from": "7.18.10",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
||||
@ -91,7 +91,7 @@
|
||||
"to-string-loader": "1.2.0",
|
||||
"tsconfig-paths-webpack-plugin": "4.0.1",
|
||||
"typescript": "4.9.5",
|
||||
"webpack": "5.76.1",
|
||||
"webpack": "5.76.2",
|
||||
"webpack-cli": "5.0.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -47,7 +47,7 @@
|
||||
"last 2 Safari versions"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@babel/eslint-parser": "7.21.3",
|
||||
"@babel/runtime": "7.21.0",
|
||||
"@codemirror/autocomplete": "6.4.2",
|
||||
"@codemirror/commands": "6.2.1",
|
||||
@ -70,8 +70,8 @@
|
||||
"@mdx-js/mdx": "2.3.0",
|
||||
"@mdx-js/react": "2.3.0",
|
||||
"@mui/icons-material": "5.11.11",
|
||||
"@mui/material": "5.11.12",
|
||||
"@mui/system": "5.11.12",
|
||||
"@mui/material": "5.11.13",
|
||||
"@mui/system": "5.11.13",
|
||||
"@mui/x-date-pickers": "5.0.20",
|
||||
"@reduxjs/toolkit": "1.9.3",
|
||||
"@styled-icons/fluentui-system-regular": "10.47.0",
|
||||
@ -165,7 +165,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/core": "7.21.3",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-export-default-from": "7.18.10",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
||||
@ -188,7 +188,7 @@
|
||||
"@types/create-react-class": "15.6.3",
|
||||
"@types/fs-extra": "11.0.1",
|
||||
"@types/is-hotkey": "0.1.7",
|
||||
"@types/jest": "29.4.1",
|
||||
"@types/jest": "29.4.2",
|
||||
"@types/js-yaml": "4.0.5",
|
||||
"@types/jwt-decode": "2.2.1",
|
||||
"@types/lodash": "4.14.191",
|
||||
@ -230,7 +230,7 @@
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-unicorn": "46.0.0",
|
||||
"execa": "7.1.0",
|
||||
"execa": "7.1.1",
|
||||
"fs-extra": "11.1.0",
|
||||
"gitlab": "14.2.2",
|
||||
"http-server": "14.1.1",
|
||||
@ -256,9 +256,9 @@
|
||||
"ts-jest": "29.0.5",
|
||||
"tsconfig-paths-webpack-plugin": "4.0.1",
|
||||
"typescript": "4.9.5",
|
||||
"webpack": "5.76.1",
|
||||
"webpack": "5.76.2",
|
||||
"webpack-cli": "5.0.1",
|
||||
"webpack-dev-server": "4.11.1"
|
||||
"webpack-dev-server": "4.12.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.2.0",
|
||||
|
@ -7,7 +7,7 @@
|
||||
"build": "react-scripts build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@babel/eslint-parser": "7.21.3",
|
||||
"@staticcms/core": "^1.0.0-beta.12",
|
||||
"babel-loader": "9.1.2",
|
||||
"react": "18.2.0",
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.21.0",
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/core": "7.21.3",
|
||||
"@babel/plugin-syntax-flow": "7.18.6",
|
||||
"@babel/plugin-transform-react-jsx": "7.21.0",
|
||||
"copy-webpack-plugin": "11.0.0",
|
||||
@ -30,7 +30,7 @@
|
||||
"prettier": "2.8.4",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "4.9.5",
|
||||
"webpack": "5.76.1"
|
||||
"webpack": "5.76.2"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
@ -17,7 +17,7 @@
|
||||
"@emotion/react": "11.10.6",
|
||||
"@emotion/styled": "11.10.6",
|
||||
"@mui/icons-material": "5.11.11",
|
||||
"@mui/material": "5.11.12",
|
||||
"@mui/material": "5.11.13",
|
||||
"date-fns": "2.29.3",
|
||||
"gray-matter": "4.0.3",
|
||||
"js-yaml": "4.1.0",
|
||||
@ -33,7 +33,7 @@
|
||||
"yaml": "2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.0",
|
||||
"@babel/core": "7.21.3",
|
||||
"@emotion/eslint-plugin": "11.10.0",
|
||||
"@next/bundle-analyzer": "13.2.4",
|
||||
"@next/eslint-plugin-next": "13.2.4",
|
||||
@ -45,7 +45,7 @@
|
||||
"@types/react-dom": "18.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "5.55.0",
|
||||
"@typescript-eslint/parser": "5.55.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"@babel/eslint-parser": "7.21.3",
|
||||
"eslint": "8.36.0",
|
||||
"eslint-config-next": "13.2.4",
|
||||
"eslint-config-prettier": "8.7.0",
|
||||
@ -54,7 +54,7 @@
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.8.4",
|
||||
"typescript": "4.9.5",
|
||||
"webpack": "5.76.1"
|
||||
"webpack": "5.76.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.ts": "prettier --write",
|
||||
|
@ -2026,12 +2026,7 @@ acorn-walk@^8.0.0:
|
||||
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
|
||||
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
|
||||
|
||||
acorn@^8.0.0, acorn@^8.8.0:
|
||||
version "8.8.0"
|
||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
|
||||
integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
|
||||
|
||||
acorn@^8.0.4, acorn@^8.5.0, acorn@^8.7.1:
|
||||
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.0:
|
||||
version "8.8.1"
|
||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
|
||||
integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
|
||||
|
Reference in New Issue
Block a user