Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fürstenberg committed Apr 12, 2023
1 parent 52936ee commit 6062fd8
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 91 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.12] - 12.04.2023

### Changed

- Updated dependencies

## [v11.0.0-beta.11] - 18.03.2023

### Changed
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@itslearning/protomorph",
"description": "Shared build config for frontend applications",
"version": "11.0.0-beta.11",
"version": "11.0.0-beta.12",
"author": "Itslearning AS",
"license": "MIT",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c"
},
"dependencies": {
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-eslint": "8.0.1",
"@rollup/plugin-json": "4.1.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
"sass": "1.59.3",
"stylelint": "14.11.0",
"stylelint-config-sass-guidelines": "9.0.1",
"svelte": "3.57.0",
"svelte": "3.58.0",
"svelte-jester": "2.3.2",
"whatwg-fetch": "3.6.2"
},
Expand Down
Loading

0 comments on commit 6062fd8

Please sign in to comment.