Updated Syncpack Dependencies

This commit is contained in:
Christopher Allford 2023-12-09 07:16:39 -08:00
parent 3a88cc739a
commit bc65f9687b
9 changed files with 29 additions and 22 deletions

View File

@ -40,7 +40,7 @@
"dependencies": [ "dependencies": [
"@typescript-eslint/**" "@typescript-eslint/**"
], ],
"pinVersion": "^5.54.0", "pinVersion": "^5.62.0",
"packages": [ "packages": [
"**" "**"
] ]
@ -49,7 +49,16 @@
"dependencies": [ "dependencies": [
"@types/react" "@types/react"
], ],
"pinVersion": "^17.0.2", "pinVersion": "^17.0.71",
"packages": [
"**"
]
},
{
"dependencies": [
"@types/react-dom"
],
"pinVersion": "^17.0.25",
"packages": [ "packages": [
"**" "**"
] ]
@ -65,9 +74,7 @@
}, },
{ {
"dependencies": [ "dependencies": [
"@types/react",
"react", "react",
"@types/react-dom",
"react-dom" "react-dom"
], ],
"packages": [ "packages": [
@ -82,7 +89,7 @@
"packages": [ "packages": [
"**" "**"
], ],
"pinVersion": "^5.1.6" "pinVersion": "^5.3.3"
}, },
{ {
"dependencies": [ "dependencies": [
@ -91,7 +98,7 @@
"packages": [ "packages": [
"**" "**"
], ],
"pinVersion": "^8.32.0" "pinVersion": "^8.55.0"
}, },
{ {
"dependencies": [ "dependencies": [
@ -162,7 +169,7 @@
"packages": [ "packages": [
"**" "**"
], ],
"pinVersion": "^8.2.0" "pinVersion": "^8.13.0"
}, },
{ {
"dependencies": [ "dependencies": [
@ -180,7 +187,7 @@
"packages": [ "packages": [
"**" "**"
], ],
"pinVersion": "^19.10.3" "pinVersion": "^19.10.5"
}, },
{ {
"dependencies": [ "dependencies": [
@ -198,7 +205,7 @@
"packages": [ "packages": [
"**" "**"
], ],
"pinVersion": "^8.4.7" "pinVersion": "^8.4.32"
}, },
{ {
"dependencies": [ "dependencies": [
@ -207,7 +214,7 @@
"packages": [ "packages": [
"**" "**"
], ],
"pinVersion": "^16.18.18" "pinVersion": "^16.18.68"
}, },
{ {
"dependencies": [ "dependencies": [

View File

@ -73,7 +73,7 @@
}, },
"pnpm": { "pnpm": {
"overrides": { "overrides": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"react": "^17.0.2", "react": "^17.0.2",
"react-resize-aware": "3.1.1" "react-resize-aware": "3.1.1"
} }

View File

@ -62,7 +62,7 @@
"webpack-cli": "^3.3.12" "webpack-cli": "^3.3.12"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },

View File

@ -90,7 +90,7 @@
"lint:fix": "eslint src --fix" "lint:fix": "eslint src --fix"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@wordpress/data": "wp-6.0", "@wordpress/data": "wp-6.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2" "react-dom": "^17.0.2"

View File

@ -81,7 +81,7 @@
"lint:fix": "eslint src --fix" "lint:fix": "eslint src --fix"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
} }

View File

@ -87,8 +87,8 @@
"react-transition-group": "^4.4.5" "react-transition-group": "^4.4.5"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/react-dom": "^17.0.2", "@types/react-dom": "^17.0.25",
"@wordpress/data": "wp-6.0", "@wordpress/data": "wp-6.0",
"lodash": "^4.17.0", "lodash": "^4.17.0",
"react": "^17.0.2", "react": "^17.0.2",
@ -122,7 +122,7 @@
"@types/prop-types": "^15.7.11", "@types/prop-types": "^15.7.11",
"@types/testing-library__jest-dom": "^5.14.9", "@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"@types/wordpress__components": "^19.10.3", "@types/wordpress__components": "^19.10.5",
"@types/wordpress__data": "6.0.0", "@types/wordpress__data": "6.0.0",
"@types/wordpress__media-utils": "3.0.0", "@types/wordpress__media-utils": "3.0.0",
"@types/wordpress__viewport": "2.5.4", "@types/wordpress__viewport": "2.5.4",

View File

@ -134,7 +134,7 @@
"lint:fix": "eslint src --fix" "lint:fix": "eslint src --fix"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@wordpress/data": "wp-6.0", "@wordpress/data": "wp-6.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2" "react-dom": "^17.0.2"

View File

@ -50,8 +50,8 @@
"react-query": "^3.39.3" "react-query": "^3.39.3"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/react-dom": "^17.0.2", "@types/react-dom": "^17.0.25",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },

View File

@ -46,8 +46,8 @@
"prop-types": "^15.8.1" "prop-types": "^15.8.1"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^17.0.2", "@types/react": "^17.0.71",
"@types/react-dom": "^17.0.2", "@types/react-dom": "^17.0.25",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },