Skip to content

Commit

Permalink
Merge pull request #1182 from nsbno/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
alicemacl authored Jun 11, 2024
2 parents 6098c2b + e2d3dbc commit ccd6599
Show file tree
Hide file tree
Showing 12 changed files with 15,282 additions and 21,302 deletions.
9 changes: 9 additions & 0 deletions .changeset/modern-pots-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@vygruppen/spor-icon-react-native": minor
"@vygruppen/spor-design-tokens": minor
"@vygruppen/spor-icon-react": minor
"@vygruppen/spor-react": minor
"@vygruppen/spor-icon": minor
---

Updated packages
62 changes: 31 additions & 31 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,47 +11,47 @@
},
"type": "module",
"dependencies": {
"@chakra-ui/react": "^2.4.4",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@portabletext/react": "^3.0.13",
"@chakra-ui/react": "^2.8.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@portabletext/react": "^3.1.0",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@sanity/groq-store": "^1.1.4",
"@sanity/image-url": "^1.0.1",
"@vygruppen/spor-design-tokens": "*",
"@vygruppen/spor-icon": "*",
"@vygruppen/spor-icon-react": "*",
"@vygruppen/spor-react": "*",
"archiver": "^5.3.1",
"@remix-run/serve": "^2.9.2",
"@sanity/groq-store": "^1.1.5",
"@sanity/image-url": "^1.0.2",
"@vygruppen/spor-design-tokens": "^3.6.1",
"@vygruppen/spor-icon": "^2.8.0",
"@vygruppen/spor-icon-react": "^3.8.0",
"@vygruppen/spor-react": "^9.11.3",
"archiver": "^5.3.2",
"deepmerge": "^4.3.1",
"framer-motion": "^8.0.1",
"fs-extra": "^11.1.1",
"match-sorter": "^6.3.1",
"picosanity": "^4.0.0",
"prism-react-renderer": "^2.0.4",
"framer-motion": "^8.5.5",
"fs-extra": "^11.2.0",
"match-sorter": "^6.3.4",
"picosanity": "^4.1.1",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-aria": "^3.27.0",
"react-dom": "^18.2.0",
"react-live": "^4.0.0",
"react": "^18.3.1",
"react-aria": "^3.33.1",
"react-dom": "^18.3.1",
"react-live": "^4.1.6",
"react-router-dom": "^6.21.3",
"rimraf": "^5.0.0",
"tiny-invariant": "^1.3.1"
"rimraf": "^5.0.7",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@remix-run/dev": "^2.8.1",
"@types/archiver": "^5.3.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"config": "*",
"@types/archiver": "^5.3.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"config": "^3.3.11",
"eslint": "7.32.0",
"tsconfig": "*",
"tsconfig": "^7.0.0",
"typescript": "^5.0.4",
"vite": "^5.2.2",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.3.2"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"deploy-graphql": "sanity graphql deploy"
},
"dependencies": {
"@sanity/code-input": "^4.1.3",
"@sanity/vision": "^3.35.2",
"@sanity/ui": "^2.0.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-is": "^18.2.0",
"sanity": "^3.35.2",
"@sanity/code-input": "^4.1.4",
"@sanity/ui": "^2.3.1",
"@sanity/vision": "^3.45.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-is": "^18.3.1",
"sanity": "^3.45.0",
"sanity-plugin-iframe-pane": "^3.1.6",
"styled-components": "^6.1.8"
"styled-components": "^6.1.11"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.1",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit ccd6599

Please sign in to comment.