Skip to content

Commit

Permalink
Merge branch 'develop' into task/update-icon-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens authored Jun 28, 2024
2 parents 45908de + 3072f32 commit 432d5cb
Show file tree
Hide file tree
Showing 6 changed files with 2,183 additions and 2,028 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,35 @@
"./storybook"
],
"devDependencies": {
"@lerna-lite/cli": "3.5.0",
"@lerna-lite/run": "3.5.0",
"@types/node": "20.14.1",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@lerna-lite/cli": "3.6.0",
"@lerna-lite/run": "3.6.0",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.34.2",
"html-validate": "8.20.0",
"eslint-plugin-react": "7.34.3",
"html-validate": "8.20.1",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "16.14.20",
"npm-package-json-lint": "7.1.0",
"npm-run-all": "4.1.5",
"plop": "4.0.1",
"postcss": "8.4.38",
"prettier": "3.3.0",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"stylelint": "16.6.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"stylelint-use-logical": "2.1.2",
"typescript": "5.4.5",
"typescript": "5.5.2",
"wait-on": "7.2.0"
},
"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.77.4"
"sass": "1.77.6"
},
"peerDependencies": {
"@amsterdam/design-system-tokens": "workspace:*",
Expand Down
22 changes: 11 additions & 11 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,29 @@
],
"dependencies": {
"@amsterdam/design-system-react-icons": "workspace:*",
"@babel/runtime": "7.24.6",
"@babel/runtime": "7.24.7",
"clsx": "2.1.1"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/plugin-transform-runtime": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/preset-react": "7.24.6",
"@babel/core": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/pluginutils": "5.1.0",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.4",
"@types/lodash": "4.17.6",
"@types/react": "18.3.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"next": "14.2.3",
"next": "14.2.4",
"npm-run-all": "4.1.5",
"postcss": "8.4.38",
"react": "18.3.1",
Expand All @@ -68,8 +68,8 @@
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.77.4",
"tslib": "2.6.2"
"sass": "1.77.6",
"tslib": "2.6.3"
},
"peerDependencies": {
"@amsterdam/design-system-css": "workspace:*",
Expand Down
Loading

0 comments on commit 432d5cb

Please sign in to comment.