Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Aug 4, 2024
1 parent b7bbf6a commit 74ba603
Show file tree
Hide file tree
Showing 12 changed files with 1,400 additions and 743 deletions.
2 changes: 1 addition & 1 deletion apps/_components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"typescript": "^5.4.2"
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions apps/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"devDependencies": {
"@navikt/aksel-icons": "^6.13.0",
"@types/luxon": "^3.3.7",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"luxon": "^3.4.4",
"luxon": "^3.5.0",
"normalize.css": "^8.0.1",
"react-countdown-circle-timer": "^3.2.1"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@navikt/aksel-icons": "^6.13.0",
"@next/mdx": "^14.2.4",
"@next/mdx": "^14.2.5",
"@repo/components": "workspace:^",
"@vercel/analytics": "^1.1.1",
"@vercel/analytics": "^1.3.1",
"hastscript": "^9.0.0",
"next": "^14.2.4",
"react": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"@navikt/aksel-icons": "^6.13.0",
"@react-awesome/use-click-outside": "^0.0.3",
"@repo/components": "workspace:^",
"chroma-js": "^2.4.2",
"chroma-js": "^2.6.0",
"next": "^14.2.4",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"recharts": "^2.12.6",
"zustand": "^4.5.2"
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/chroma-js": "^2",
"@types/chroma-js": "^2.4.4",
"@types/react": "^18.3.3",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"@changesets/cli": "^2.27.7",
"@prettier/sync": "^0.5.2",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/node": "^20.14.12",
"@types/node": "^22.1.0",
"@types/prettier": "^3.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/expect": "^1.6.0",
"@vitest/expect": "^2.0.5",
"clsx": "^2.1.1",
"copyfiles": "^2.4.1",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.4.2",
"typescript": "^5.5.4",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.3.3",
"vite": "^5.3.5",
"vitest": "^2.0.5"
},
"engines": {
Expand Down
28 changes: 14 additions & 14 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"@tokens-studio/sd-transforms": "^0.16.1",
"apca-w3": "^0.1.9",
"chalk": "^5.3.0",
"change-case": "^5.3.0",
"chroma-js": "^2.4.2",
"change-case": "^5.4.4",
"chroma-js": "^2.6.0",
"commander": "^12.0.0",
"fast-glob": "^3.3.2",
"hsluv": "^1.0.1",
"jscodeshift": "^0.15.2",
"jscodeshift": "^0.16.1",
"object-hash": "^3.0.0",
"postcss": "^8.4.40",
"prompts": "^2.4.0",
"ramda": "^0.29.1",
"rimraf": "^5.0.5",
"style-dictionary": "^4.0.0-prerelease.34"
"prompts": "^2.4.2",
"ramda": "^0.30.1",
"rimraf": "^6.0.1",
"style-dictionary": "^4.0.1"
},
"devDependencies": {
"@swc/cli": "^0.3.14",
Expand All @@ -60,14 +60,14 @@
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^20.14.12",
"@types/object-hash": "^3",
"@types/node": "^22.1.0",
"@types/object-hash": "^3.0.6",
"@types/prompts": "^2.4.9",
"@types/ramda": "^0.29.9",
"@types/ramda": "^0.30.1",
"fs-extra": "^11.2.0",
"tslib": "^2.6.2",
"tsup": "^8.1.0",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
"tslib": "^2.6.3",
"tsup": "^8.2.4",
"tsx": "^4.16.5",
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"dependencies": {
"@commander-js/extra-typings": "^12.0.1",
"commander": "^12.0.0",
"tsx": "^4.11.2"
"tsx": "^4.16.5"
}
}
4 changes: 2 additions & 2 deletions packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"cssnano": "^6.0.2",
"cssnano": "^6.1.2",
"postcss": "^8.4.40",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"rimraf": "^5.0.5"
"rimraf": "^6.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"jsdom": "^24.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.5",
"rollup": "^4.12.1",
"rimraf": "^6.0.1",
"rollup": "^4.20.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.4.2"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"clean": "rimraf brand"
},
"devDependencies": {
"rimraf": "^5.0.5"
"rimraf": "^6.0.1"
}
}
12 changes: 5 additions & 7 deletions plugins/figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@
"@digdir/designsystemet-theme": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1"
"react-router-dom": "^6.26.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.95.0",
"@types/node": "^20.14.12",
"@figma/plugin-typings": "^1.97.0",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"npm-run-all2": "^6.2.0",
"@vitejs/plugin-react": "^4.3.1",
"npm-run-all2": "^6.2.2",
"postcss": "^8.4.40",
"rollup": "^4.12.1",
"vite": "^5.3.3",
"vite-plugin-generate-file": "^0.1.1",
"vite-plugin-react-rich-svg": "^1.0.0",
"vite-plugin-singlefile": "^0.13.5"
Expand Down
Loading

0 comments on commit 74ba603

Please sign in to comment.