Skip to content

Commit

Permalink
vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 14, 2024
1 parent f4d670e commit 17f511a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 10 deletions.
1 change: 1 addition & 0 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
},
"dependencies": {
"@ariakit/react": "0.4.11",
"@next/third-parties": "14.2.13",
"@radix-ui/colors": "3.0.0",
"@radix-ui/react-accessible-icon": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.0",
Expand Down
1 change: 1 addition & 0 deletions templates/plate-playground-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"next-themes": "^0.3.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
Expand Down
14 changes: 14 additions & 0 deletions templates/plate-playground-template/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 30 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2738,6 +2738,18 @@ __metadata:
languageName: node
linkType: hard

"@next/third-parties@npm:14.2.13":
version: 14.2.13
resolution: "@next/third-parties@npm:14.2.13"
dependencies:
third-party-capital: "npm:1.0.20"
peerDependencies:
next: ^13.0.0 || ^14.0.0
react: ^18.2.0
checksum: 10c0/ebf4e9187045c9600bb6bbad23a23ae49f77c31bb22b5ad5c6d746e74a4a9bd51c4f1cfd7aa87a03dcde715457c40db3d8b60be6b9298c0bfa64088ede046811
languageName: node
linkType: hard

"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
Expand Down Expand Up @@ -5698,12 +5710,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.3.0":
version: 18.3.0
resolution: "@types/react-dom@npm:18.3.0"
"@types/react-dom@npm:^18.3.1":
version: 18.3.1
resolution: "@types/react-dom@npm:18.3.1"
dependencies:
"@types/react": "npm:*"
checksum: 10c0/6c90d2ed72c5a0e440d2c75d99287e4b5df3e7b011838cdc03ae5cd518ab52164d86990e73246b9d812eaf02ec351d74e3b4f5bd325bf341e13bf980392fd53b
checksum: 10c0/8b416551c60bb6bd8ec10e198c957910cfb271bc3922463040b0d57cf4739cdcd24b13224f8d68f10318926e1ec3cd69af0af79f0291b599a992f8c80d47f1eb
languageName: node
linkType: hard

Expand All @@ -5726,13 +5738,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.5":
version: 18.3.5
resolution: "@types/react@npm:18.3.5"
"@types/react@npm:^18.3.11":
version: 18.3.11
resolution: "@types/react@npm:18.3.11"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/548b1d3d7c2f0242fbfdbbd658731b4ce69a134be072fa83e6ab516f2840402a3f20e3e7f72e95133b23d4880ef24a6d864050dc8e1f7c68f39fa87ca8445917
checksum: 10c0/ce80512246ca5bda69db85b9f4f1835189334acfb6b2c4f3eda8cabff1ff1a3ea9ce4f3b895bdbc18c94140aa45592331aa3fdeb557f525c1b048de7ce84fc0e
languageName: node
linkType: hard

Expand Down Expand Up @@ -16909,8 +16921,8 @@ __metadata:
"@types/node": "npm:^22.5.4"
"@types/prismjs": "npm:^1.26.4"
"@types/raf": "npm:^3.4.3"
"@types/react": "npm:18.3.5"
"@types/react-dom": "npm:18.3.0"
"@types/react": "npm:^18.3.11"
"@types/react-dom": "npm:^18.3.1"
"@types/validator": "npm:^13.12.1"
"@typescript-eslint/eslint-plugin": "npm:^8.5.0"
"@typescript-eslint/parser": "npm:^8.5.0"
Expand Down Expand Up @@ -19929,6 +19941,13 @@ __metadata:
languageName: node
linkType: hard

"third-party-capital@npm:1.0.20":
version: 1.0.20
resolution: "third-party-capital@npm:1.0.20"
checksum: 10c0/7f45ff156ec9d7e2957a5b39061be22b780ffbd2d93c127252d908e2bff6cdd09f827a95909d457c8096e036f155006a38e355a06ee11cb6d63c7f4b150bbfb0
languageName: node
linkType: hard

"throttle-debounce@npm:^5.0.0":
version: 5.0.0
resolution: "throttle-debounce@npm:5.0.0"
Expand Down Expand Up @@ -21651,6 +21670,7 @@ __metadata:
resolution: "www@workspace:apps/www"
dependencies:
"@ariakit/react": "npm:0.4.11"
"@next/third-parties": "npm:14.2.13"
"@radix-ui/colors": "npm:3.0.0"
"@radix-ui/react-accessible-icon": "npm:^1.1.0"
"@radix-ui/react-accordion": "npm:^1.2.0"
Expand Down

0 comments on commit 17f511a

Please sign in to comment.