Skip to content

Commit

Permalink
refactor: replace from Devdependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwa authored and Robbert committed Jan 13, 2025
1 parent 37d6dc9 commit f57f1b6
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/component-library-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
"directory": "packages/component-library-design-tokens"
},
"devDependencies": {
"@nl-design-system-unstable/theme-toolkit": "1.0.0",
"glob": "10.4.2",
"lodash.clonedeepwith": "4.5.0",
"lodash.isplainobject": "4.0.6",
"lodash.merge": "4.6.2",
"rimraf": "5.0.7"
},
"dependencies": {
"@utrecht/accordion-css": "workspace:*",
"@utrecht/alert-css": "workspace:*",
"@utrecht/alert-dialog-css": "workspace:*",
Expand Down Expand Up @@ -111,13 +119,7 @@
"@utrecht/top-task-link-css": "workspace:*",
"@utrecht/top-task-nav-css": "workspace:*",
"@utrecht/unordered-list-css": "workspace:*",
"@utrecht/url-data-css": "workspace:*",
"@nl-design-system-unstable/theme-toolkit": "1.0.0",
"glob": "10.4.2",
"lodash.clonedeepwith": "4.5.0",
"lodash.isplainobject": "4.0.6",
"lodash.merge": "4.6.2",
"rimraf": "5.0.7"
"@utrecht/url-data-css": "workspace:*"
},
"scripts": {
"build": "pnpm run '/^build:.*/'",
Expand Down

0 comments on commit f57f1b6

Please sign in to comment.