Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrTuomoK committed Nov 21, 2024
1 parent 36d42d3 commit f4690b9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "e2e",
"private": true,
"description": "e2e tests using Playwright",
"version": "3.11.0",
"version": "4.0.0",
"scripts": {
"ci": "npx playwright test",
"playwright-install": "yarn playwright install --with-deps chromium",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-core",
"version": "3.11.0",
"version": "4.0.0",
"description": "Core styles for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"css-loader": "5.2.6",
"cssnano": "4.1.10",
"glob": "^10.4.1",
"hds-design-tokens": "3.11.0",
"hds-design-tokens": "4.0.0",
"postcss": "8.2.15",
"postcss-classes-to-mixins": "^3.0.1",
"postcss-cli": "8.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-design-tokens",
"version": "3.11.0",
"version": "4.0.0",
"description": "Design tokens for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/hds-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-js",
"version": "3.11.0",
"version": "4.0.0",
"description": "Vanilla js for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-react",
"version": "3.11.0",
"version": "4.0.0",
"description": "React components for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down Expand Up @@ -143,7 +143,7 @@
"date-fns": "2.16.1",
"downshift": "6.0.6",
"graphql": "^16.8.1",
"hds-core": "3.11.0",
"hds-core": "4.0.0",
"jwt-decode": "^3.1.2",
"kashe": "1.0.4",
"lodash": "^4.17.21",
Expand Down
16 changes: 8 additions & 8 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"body-parser": "1.20.3",
"gatsby": "5.13.7",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
Expand All @@ -32,6 +33,7 @@
"gatsby-transformer-sharp": "5.13.1",
"html-validate": "6.5.0",
"json5": "^2.2.3",
"path-to-regexp": "0.1.10",
"prism-react-renderer": "^1.3.1",
"process-top": "^1.2.0",
"prop-types": "^15.8.1",
Expand All @@ -41,9 +43,7 @@
"react-live": "2.4.1",
"remark-gfm": "^1",
"sanitize-html": "2.10.0",
"sass": "^1.49.9",
"body-parser": "1.20.3",
"path-to-regexp": "0.1.10"
"sass": "^1.49.9"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand All @@ -54,13 +54,13 @@
"crypto-browserify": "^3.11.0",
"eslint": "8.56.0",
"eslint-config-react-app": "^7.0.1",
"hds-core": "3.11.0",
"hds-design-tokens": "3.11.0",
"hds-react": "3.11.0",
"hds-3-core": "npm:[email protected]",
"hds-3-react": "npm:[email protected]",
"hds-2-core": "npm:[email protected]",
"hds-2-react": "npm:[email protected]",
"hds-3-core": "npm:[email protected]",
"hds-3-react": "npm:[email protected]",
"hds-core": "4.0.0",
"hds-design-tokens": "4.0.0",
"hds-react": "4.0.0",
"inquirer": "7.1.0",
"postcss": "8",
"prettier": "2.5.1",
Expand Down

0 comments on commit f4690b9

Please sign in to comment.