Skip to content

Commit

Permalink
chore: Update minor dependencies (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Oct 14, 2024
1 parent 986e023 commit 4c6a146
Show file tree
Hide file tree
Showing 5 changed files with 815 additions and 792 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"postcss": "8.4.47",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"stylelint": "16.9.0",
"stylelint": "16.10.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"stylelint-use-logical": "2.1.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"wait-on": "8.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rimraf dist/"
},
"devDependencies": {
"sass": "1.79.4"
"sass": "1.79.5"
},
"peerDependencies": {
"@amsterdam/design-system-tokens": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"clsx": "2.1.1"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.0",
Expand All @@ -55,7 +55,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"next": "14.2.14",
"next": "14.2.15",
"npm-run-all": "4.1.5",
"postcss": "8.4.47",
"react": "18.3.1",
Expand All @@ -68,7 +68,7 @@
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.79.4",
"sass": "1.79.5",
"tslib": "2.7.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 4c6a146

Please sign in to comment.