Skip to content

Commit

Permalink
Merge pull request #117 from itslearning/UpdateSvelteDependency
Browse files Browse the repository at this point in the history
Update svelte dependency
  • Loading branch information
furstenberg authored Mar 13, 2023
2 parents 998e3d6 + 98af96c commit 796d2db
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 195 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v11.0.0-beta.9] - 13.03.2023

### Changed

- Updated dependencies

## [v11.0.0-beta.8] - 30.01.2023

### Changed
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itslearning/protomorph",
"description": "Shared build config for frontend applications",
"version": "11.0.0-beta.8",
"version": "11.0.0-beta.9",
"author": "Itslearning AS",
"license": "MIT",
"scripts": {
Expand All @@ -16,13 +16,13 @@
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
"@rollup/plugin-replace": "2.4.1",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/svelte": "3.1.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/svelte": "3.2.2",
"babel-jest": "27.5.1",
"core-js": "3.21.1",
"eslint": "7.23.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
Expand All @@ -32,14 +32,14 @@
"regenerator-runtime": "0.13.7",
"rollup": "2.78.1",
"rollup-plugin-scss": "3.0.0",
"rollup-plugin-svelte": "7.1.0",
"rollup-plugin-svelte": "7.1.4",
"rollup-plugin-terser": "6.1.0",
"sass": "1.49.9",
"sass": "1.59.2",
"stylelint": "14.6.1",
"stylelint-config-sass-guidelines": "9.0.1",
"svelte": "3.49.0",
"svelte": "3.56.0",
"svelte-jester": "2.3.2",
"whatwg-fetch": "3.4.1"
"whatwg-fetch": "3.6.2"
},
"resolutions": {
"ansi-regex": "5.0.1",
Expand Down
Loading

0 comments on commit 796d2db

Please sign in to comment.