Skip to content

Commit

Permalink
build: install minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matijs committed Mar 25, 2024
1 parent bb0d23b commit b2c035a
Show file tree
Hide file tree
Showing 9 changed files with 2,102 additions and 1,194 deletions.
4 changes: 2 additions & 2 deletions apps/rvs.rivm.nl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@types/react-dom": "18.2.22",
"@utrecht/component-library-css": "3.0.1-alpha.24",
"@utrecht/component-library-react": "3.0.1-alpha.24",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"typescript": "5.3.3"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion apps/rvs.rivm.nl/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "dist/types/**/*.ts"],
"exclude": ["node_modules"]
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"./proprietary/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.2.1",
"@lerna-lite/publish": "3.2.1",
"@lerna-lite/run": "3.2.1",
"@lerna-lite/cli": "3.3.1",
"@lerna-lite/publish": "3.3.1",
"@lerna-lite/run": "3.3.1",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.1",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.39.0",
Expand All @@ -41,7 +41,7 @@
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"scripts": {
"build": "lerna run build",
Expand Down
4 changes: 2 additions & 2 deletions packages/components-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/core": "7.24.1",
"@mdx-js/react": "3.0.1",
"@storybook/addon-docs": "7.6.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3",
"typescript": "5.4.2",
"webpack": "5.90.3"
}
}
22 changes: 11 additions & 11 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"sideEffects": false,
"dependencies": {
"clsx": "2.1.0",
"date-fns": "3.3.1",
"date-fns": "3.6.0",
"lodash.chunk": "4.2.0"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/runtime": "7.23.9",
"@babel/core": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.1",
"@babel/preset-env": "7.24.1",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@babel/runtime": "7.24.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
Expand All @@ -64,17 +64,17 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"rollup": "4.9.6",
"rollup": "4.13.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "7.0.1",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.70.0",
"sass": "1.72.0",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vite": "5.0.12",
"typescript": "5.4.2",
"vite": "5.2.0",
"vite-plugin-runtime-config": "1.0.2"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"storybook": "storybook dev --config-dir config/ --port 6006"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/core": "7.24.1",
"@babel/preset-env": "7.24.1",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@etchteam/storybook-addon-status": "4.2.4",
"@nl-rvo/assets": "1.0.0-alpha.360",
"@rijkshuisstijl-community/assets": "workspace:*",
Expand Down Expand Up @@ -67,12 +67,12 @@
"react-dom": "18.2.0",
"require-from-string": "2.0.2",
"rimraf": "5.0.5",
"sass": "1.70.0",
"sass": "1.72.0",
"sass-loader": "14.1.1",
"storybook": "7.6.17",
"style-loader": "3.3.4",
"typescript": "5.3.3",
"vite": "5.0.12",
"typescript": "5.4.2",
"vite": "5.2.0",
"vite-plugin-html": "3.2.2",
"vite-plugin-markdown": "2.2.0",
"webpack": "5.90.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"typescript": "5.3.3"
"typescript": "5.4.2"
}
}
4 changes: 2 additions & 2 deletions packages/web-components-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"npm-run-all": "4.1.5",
"rimraf": "5.0.5",
"tslib": "2.6.2",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"dependencies": {
"@stencil/core": "4.12.6"
"@stencil/core": "4.13.0"
}
}
Loading

0 comments on commit b2c035a

Please sign in to comment.