Skip to content

Commit

Permalink
fix: manypkg dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
a11rew committed Sep 2, 2024
1 parent 8598ad4 commit 28f7582
Show file tree
Hide file tree
Showing 11 changed files with 711 additions and 1,723 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/preset-env": "7.21.5",
"@babel/preset-env": "^7.25.3",
"@types/bluebird": "^3.5.42",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/jest": "29.5.1",
"@types/node": "^20.14.15",
"@types/node": "^20.11.21",
"@types/nunjucks": "^3.2.6",
"@types/server-destroy": "^1.0.3",
"@types/showdown": "^2.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "29.5.1",
"@types/node": "18.16.9",
"@types/node": "^20.11.21",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-test-renderer": "18.0.0",
Expand All @@ -79,7 +79,7 @@
"eslint-config-pcc-custom": "workspace:*",
"jest": "29.5.0",
"next": "^14.2.5",
"octokit": "^3.1.2",
"octokit": "^3.2.1",
"ora": "^6.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typescript": "^5.5.4",
"unplugin-vue": "^4.5.2",
"vite": "^5.1.4",
"vue": "^3.4.27",
"vue": "3.4.27",
"vue-3": "npm:vue@^3.4.27"
},
"peerDependencies": {
Expand Down
2,394 changes: 691 additions & 1,703 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions starters/gatsby-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@mdx-js/react": "2.3.0",
"@pantheon-systems/pcc-react-sdk": "~3.7.0",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"autoprefixer": "10.4.17",
"autoprefixer": "^10.4.17",
"gatsby": "5.13.5",
"gatsby-plugin-mdx": "5.13.1",
"gatsby-plugin-postcss": "6.13.1",
"gatsby-source-filesystem": "5.13.1",
"postcss": "8.4.35",
"postcss": "^8.4.35",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.1"
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.10"
Expand Down
6 changes: 3 additions & 3 deletions starters/gatsby-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@mdx-js/react": "2.3.0",
"@pantheon-systems/pcc-react-sdk": "3.7.0",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"autoprefixer": "10.4.17",
"autoprefixer": "^10.4.17",
"gatsby": "5.13.5",
"gatsby-plugin-mdx": "5.13.1",
"gatsby-plugin-postcss": "6.13.1",
"gatsby-source-filesystem": "5.13.1",
"postcss": "8.4.35",
"postcss": "^8.4.35",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.1"
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.10"
Expand Down
2 changes: 1 addition & 1 deletion starters/nextjs-starter-approuter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@pantheon-systems/pcc-react-sdk": "~3.7.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "0.5.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion starters/nextjs-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@pantheon-systems/pcc-react-sdk": "~3.7.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "0.5.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion starters/nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@pantheon-systems/pcc-react-sdk": "~3.7.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "0.5.10",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
Expand Down
6 changes: 3 additions & 3 deletions starters/vue-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"devDependencies": {
"@nuxt/devtools": "1.3.3",
"@tailwindcss/typography": "0.5.10",
"autoprefixer": "10.4.17",
"autoprefixer": "^10.4.17",
"nuxt": "3.11.2",
"nuxt-gtag": "1.2.1",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vue": "3.4.27",
"vue-router": "4.3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions starters/vue-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"devDependencies": {
"@nuxt/devtools": "1.3.3",
"@tailwindcss/typography": "0.5.10",
"autoprefixer": "10.4.17",
"autoprefixer": "^10.4.17",
"nuxt": "3.11.2",
"nuxt-gtag": "1.2.1",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vue": "3.4.27",
"vue-router": "4.3.0"
},
Expand Down

0 comments on commit 28f7582

Please sign in to comment.