Skip to content

Commit d7cb8ee

Browse files
authored
Merge pull request #445 from laravel-enso/feature/enso8
Feature/enso8
2 parents e1548d0 + b1f23c3 commit d7cb8ee

19 files changed

Lines changed: 5385 additions & 4879 deletions

CHANGELOG.md

Lines changed: 446 additions & 0 deletions
Large diffs are not rendered by default.

client/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,16 @@
7474
"eslint-plugin-vue": "^8.0.3",
7575
"ignore-assets-webpack-plugin": "^2.0.1",
7676
"mini-css-extract-plugin": "^2.4.0",
77-
"node-sass": "^9.0.0",
7877
"postcss-import": "^14.0.0",
7978
"postcss-loader": "^4.0.0",
8079
"postcss-preset-env": "^6.7.0",
8180
"sass": "^1.43.4",
8281
"sass-loader": "10.1.1",
8382
"style-loader": "^2.0.0"
8483
},
84+
"resolutions": {
85+
"minimatch": "5.1.2"
86+
},
8587
"postcss": {
8688
"plugins": {
8789
"autoprefixer": {}

client/vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if (inProduction && !usesSentry) {
1212

1313
module.exports = {
1414
transpileDependencies: [
15+
'vue-router',
1516
'@enso-ui/route-mapper',
1617
'@enso-ui/strings',
1718
'@enso-ui/toastr',

client/yarn.lock

Lines changed: 2180 additions & 2552 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"laravel-enso/calendar": "^3.0",
1313
"laravel-enso/comments": "^4.0",
1414
"laravel-enso/control-panel-api": "^3.0",
15-
"laravel-enso/core": "^10.0",
15+
"laravel-enso/core": "^11.0",
1616
"laravel-enso/data-import": "^6.0",
1717
"laravel-enso/documents": "^5.0",
1818
"laravel-enso/excel": "^3.0",
@@ -22,7 +22,6 @@
2222
"laravel-enso/tasks": "^2.0",
2323
"laravel-enso/teams": "^4.0",
2424
"laravel-enso/tutorials": "^5.0",
25-
"laravel/framework": "^11.0",
2625
"laravel/horizon": "^5.0",
2726
"laravel/sanctum": "^4.0",
2827
"laravel/telescope": "^5.0",
@@ -39,9 +38,9 @@
3938
"filp/whoops": "^2.1.0",
4039
"laravel-enso/cli": "^5.0",
4140
"mockery/mockery": "^1.4.4",
42-
"nunomaduro/collision": "^8.1",
43-
"nunomaduro/phpinsights": "dev-master",
44-
"phpunit/phpunit": "^10.0",
41+
"nunomaduro/collision": "^8.6",
42+
"nunomaduro/phpinsights": "^2.13",
43+
"phpunit/phpunit": "^11.0",
4544
"spatie/laravel-ignition": "^2.0"
4645
},
4746
"config": {

0 commit comments

Comments
 (0)